[Qemu-devel] [PATCH 12/12] Fix 64bit PCI issues on Windows

2012-04-23 Thread Alexey Korolev
This patch solves issues on Windows guests, when 64bit BAR's are present. It is also helpful on Linux guests when use_crs kernel boot option is set. Signed-off-by: Alexey Korolev Signed-off-by: Michael S. Tsirkin --- src/acpi-dsdt.dsl |7 + src/acpi-dsdt.hex | 64 +

Re: [Qemu-devel] [PATCH 12/12] Fix 64bit PCI issues on Windows

2012-05-12 Thread Kevin O'Connor
On Tue, Apr 24, 2012 at 06:26:30PM +1200, Alexey Korolev wrote: > This patch solves issues on Windows guests, when 64bit > BAR's are present. It is also helpful on Linux guests > when use_crs kernel boot option is set. Unfortunately, this patch causes problems for WinXP, so I reverted it. -Kevin