Re: [Qemu-devel] [PATCH V2] hw/acpi: fix Q35 support for legacy Windows OS

2016-03-08 Thread Igor Mammedov
On Mon, 7 Mar 2016 21:14:37 +0200 Marcel Apfelbaum wrote: > Legacy Windows operating systems like Windows XP and Windows 2003 > require _DIS method to be present for all interrupt links. > > PC machines already have a no-op implemented for GSI links, add > it also in Q35. > > Signed-off-by: Ma

[Qemu-devel] [PATCH V2] hw/acpi: fix Q35 support for legacy Windows OS

2016-03-07 Thread Marcel Apfelbaum
Legacy Windows operating systems like Windows XP and Windows 2003 require _DIS method to be present for all interrupt links. PC machines already have a no-op implemented for GSI links, add it also in Q35. Signed-off-by: Marcel Apfelbaum --- Hi, I tested this patch with WinXP and Win 2003, but