Re: [Qemu-devel] [PATCH 30/35] pc: ACPI BIOS: name CPU hotplug ACPI0004 device

2014-04-07 Thread Igor Mammedov
On Sun, 6 Apr 2014 12:18:50 +0300 "Michael S. Tsirkin" wrote: > On Fri, Apr 04, 2014 at 03:36:55PM +0200, Igor Mammedov wrote: > > Following patches will add another ACPI0004 device > > to the same scope, and that will make Windows BSOD > > because it thinks that the second ACPI0004 device > > is

Re: [Qemu-devel] [PATCH 30/35] pc: ACPI BIOS: name CPU hotplug ACPI0004 device

2014-04-06 Thread Michael S. Tsirkin
On Fri, Apr 04, 2014 at 03:36:55PM +0200, Igor Mammedov wrote: > Following patches will add another ACPI0004 device > to the same scope, and that will make Windows BSOD > because it thinks that the second ACPI0004 device > is duplicate. > Adding to device unique _UID, fixes issue and allows > Windo

[Qemu-devel] [PATCH 30/35] pc: ACPI BIOS: name CPU hotplug ACPI0004 device

2014-04-04 Thread Igor Mammedov
Following patches will add another ACPI0004 device to the same scope, and that will make Windows BSOD because it thinks that the second ACPI0004 device is duplicate. Adding to device unique _UID, fixes issue and allows Windows to distinguish devices with the same _HID Signed-off-by: Igor Mammedov