Re: [Qemu-devel] [PATCH 7/9] pc: ACPI: expose PRST IO range via _CRS

2014-02-02 Thread Igor Mammedov
On Sun, 2 Feb 2014 15:12:55 +0200 "Michael S. Tsirkin" wrote: > On Thu, Jan 09, 2014 at 05:36:37PM +0100, Igor Mammedov wrote: > > .. so OSPM could notice resource conflict if there is any. > > > > Signed-off-by: Igor Mammedov > > Hi Igor, > I noticed an unpleasant side effect caused by this p

Re: [Qemu-devel] [PATCH 7/9] pc: ACPI: expose PRST IO range via _CRS

2014-02-02 Thread Michael S. Tsirkin
On Thu, Jan 09, 2014 at 05:36:37PM +0100, Igor Mammedov wrote: > .. so OSPM could notice resource conflict if there is any. > > Signed-off-by: Igor Mammedov Hi Igor, I noticed an unpleasant side effect caused by this patch. Now, windows xp prompts me for a driver for this device every time I boo

[Qemu-devel] [PATCH 7/9] pc: ACPI: expose PRST IO range via _CRS

2014-01-09 Thread Igor Mammedov
.. so OSPM could notice resource conflict if there is any. Signed-off-by: Igor Mammedov --- v2: * use define for DEVICE name to make it more descriptive * define _STA as present,functioning, decoding, not shown in UI --- hw/i386/acpi-dsdt-cpu-hotplug.dsl | 14 +- 1 files change

Re: [Qemu-devel] [PATCH 7/9] pc: ACPI: expose PRST IO range via _CRS

2014-01-08 Thread Michael S. Tsirkin
On Sat, Dec 28, 2013 at 11:30:50PM +0100, Igor Mammedov wrote: > .. so OSPM could notice resource conflict if there is any. > > Signed-off-by: Igor Mammedov > --- > hw/i386/acpi-dsdt-cpu-hotplug.dsl | 11 ++- > 1 file changed, 10 insertions(+), 1 deletion(-) > > diff --git a/hw/i386/acp

[Qemu-devel] [PATCH 7/9] pc: ACPI: expose PRST IO range via _CRS

2013-12-28 Thread Igor Mammedov
.. so OSPM could notice resource conflict if there is any. Signed-off-by: Igor Mammedov --- hw/i386/acpi-dsdt-cpu-hotplug.dsl | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/hw/i386/acpi-dsdt-cpu-hotplug.dsl b/hw/i386/acpi-dsdt-cpu-hotplug.dsl index 1dfbb4f..869a