qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v4 6/9] x86_iommu/amd: Add interrupt remap suppo


From: Singh, Brijesh
Subject: Re: [Qemu-devel] [PATCH v4 6/9] x86_iommu/amd: Add interrupt remap support when VAPIC is not enabled
Date: Fri, 28 Sep 2018 12:35:53 +0000


On 9/28/18 1:08 AM, Peter Xu wrote:
> On Thu, Sep 27, 2018 at 04:45:59PM +0000, Singh, Brijesh wrote:
>
> [...]
>
>> +    /* validate that we are configure with intremap=on */
>> +    if (!X86_IOMMU_DEVICE(iommu)->intr_supported) {
>> +        error_report("Interrupt remapping is enabled in the guest but "
>> +                     "not in the host. Use intremap=on to enable interrupt "
>> +                     "remapping in amd-iommu.");
> Same here: please use error_report_once() or tracepoints.  Otherwise
> it looks good to me.
>
> Let's just make sure no error_report() is used.

Noted. I will drop error_report(). thanks

reply via email to

[Prev in Thread] Current Thread [Next in Thread]