Re: [Qemu-devel] [PATCH 1/9] pc: acpi: fix WindowsXP BSOD when memory hotplug is enabled

2014-12-09 Thread Michael S. Tsirkin
On Tue, Dec 09, 2014 at 11:05:37AM +0100, Igor Mammedov wrote: > On Mon, 8 Dec 2014 22:57:05 +0200 > "Michael S. Tsirkin" wrote: > > > On Mon, Dec 08, 2014 at 04:08:00PM +, Igor Mammedov wrote: > > > ACPI parser in XP considers PNP0A06 devices of CPU and > > > memory hotplug as duplicates. Ad

Re: [Qemu-devel] [PATCH 1/9] pc: acpi: fix WindowsXP BSOD when memory hotplug is enabled

2014-12-09 Thread Igor Mammedov
On Mon, 8 Dec 2014 22:57:05 +0200 "Michael S. Tsirkin" wrote: > On Mon, Dec 08, 2014 at 04:08:00PM +, Igor Mammedov wrote: > > ACPI parser in XP considers PNP0A06 devices of CPU and > > memory hotplug as duplicates. Adding unique _UID > > to CPU hotplug device fixes BSOD. > > > > Signed-off-

Re: [Qemu-devel] [PATCH 1/9] pc: acpi: fix WindowsXP BSOD when memory hotplug is enabled

2014-12-08 Thread Michael S. Tsirkin
On Mon, Dec 08, 2014 at 04:08:00PM +, Igor Mammedov wrote: > ACPI parser in XP considers PNP0A06 devices of CPU and > memory hotplug as duplicates. Adding unique _UID > to CPU hotplug device fixes BSOD. > > Signed-off-by: Igor Mammedov And let's add them for memory hotplug as well? Also, if

[Qemu-devel] [PATCH 1/9] pc: acpi: fix WindowsXP BSOD when memory hotplug is enabled

2014-12-08 Thread Igor Mammedov
ACPI parser in XP considers PNP0A06 devices of CPU and memory hotplug as duplicates. Adding unique _UID to CPU hotplug device fixes BSOD. Signed-off-by: Igor Mammedov --- hw/i386/acpi-dsdt-cpu-hotplug.dsl | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/i386/acpi-dsdt-cpu-hotplug.dsl b/hw