qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Revert "intel_iommu: Fix irqchip / X2APIC configuration chec


From: Peter Xu
Subject: Re: [PATCH] Revert "intel_iommu: Fix irqchip / X2APIC configuration checks"
Date: Thu, 22 Sep 2022 12:49:08 -0400

On Thu, Sep 22, 2022 at 09:32:54AM +0800, Jason Wang wrote:
> > +        if (!kvm_enable_x2apic()) {
> > +            error_setg(errp, "eim=on requires support on the KVM side"
> > +                             "(X2APIC_API, first shipped in v4.7)");
> > +            return false;
> > +        }
> 
> I wonder if we need some work on the migration compatibility here
> (though it could be tricky).

Right, as I replied to Igor, it's just challenging and debateable whether
keeping the old behavior helps in any cases..  Thanks,

-- 
Peter Xu




reply via email to

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