Re: [Qemu-devel] [PATCH v4 12/13] pc: require IRQ remapping and EIM if there could be x2APIC CPUs

2016-10-19 Thread Eduardo Habkost
On Wed, Oct 19, 2016 at 02:05:42PM +0200, Igor Mammedov wrote: > it would prevent starting guest with incorrect configs > where interrupts couldn't be delivered to CPUs with > APIC IDs > 255. > > Signed-off-by: Igor Mammedov > Reviewed-by: Radim Krčmář Reviewed-by: Eduardo Habkost -- Eduardo

[Qemu-devel] [PATCH v4 12/13] pc: require IRQ remapping and EIM if there could be x2APIC CPUs

2016-10-19 Thread Igor Mammedov
it would prevent starting guest with incorrect configs where interrupts couldn't be delivered to CPUs with APIC IDs > 255. Signed-off-by: Igor Mammedov Reviewed-by: Radim Krčmář --- v4: - s/254/255/ in commit message (Radim) - add intel iommu example to error message (Eduardo) --- hw/i386/pc.