From: Igor Mammedov <imammedo@redhat.com>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Peter Maydell <peter.maydell@linaro.org>,
qemu-devel@nongnu.org, Anthony Liguori <aliguori@amazon.com>
Subject: Re: [Qemu-devel] [PULL for-2.0] dsdt: tweak ACPI ID for hotplug resource device
Date: Wed, 9 Apr 2014 09:54:06 +0200 [thread overview]
Message-ID: <20140409095406.40f35b1d@nial.usersys.redhat.com> (raw)
In-Reply-To: <1396959858-6682-2-git-send-email-mst@redhat.com>
On Tue, 8 Apr 2014 15:24:18 +0300
"Michael S. Tsirkin" <mst@redhat.com> wrote:
> ACPI0004 seems too new:
> Windows XP complains about an unrecognized device.
> This is a regression since 1.7.
> Use PNP0A06 instead - Generic Container Device.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> Reviewed-By: Igor Mammedov <imammedo@redhat.com>
> ---
> hw/i386/acpi-dsdt-cpu-hotplug.dsl | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/i386/acpi-dsdt-cpu-hotplug.dsl b/hw/i386/acpi-dsdt-cpu-hotplug.dsl
> index dee4843..34aab5a 100644
> --- a/hw/i386/acpi-dsdt-cpu-hotplug.dsl
> +++ b/hw/i386/acpi-dsdt-cpu-hotplug.dsl
> @@ -93,7 +93,7 @@ Scope(\_SB) {
> }
>
> Device(CPU_HOTPLUG_RESOURCE_DEVICE) {
> - Name(_HID, "ACPI0004")
> + Name(_HID, EisaId("PNP0A06"))
>
> Name(_CRS, ResourceTemplate() {
> IO(Decode16, CPU_STATUS_BASE, CPU_STATUS_BASE, 0, CPU_STATUS_LEN)
There is a need to update test cases with new DSDTs, since it breaks them.
next prev parent reply other threads:[~2014-04-09 7:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-08 12:24 [Qemu-devel] [PULL for-2.0] acpi bug fix Michael S. Tsirkin
2014-04-08 12:24 ` [Qemu-devel] [PULL for-2.0] dsdt: tweak ACPI ID for hotplug resource device Michael S. Tsirkin
2014-04-09 7:54 ` Igor Mammedov [this message]
2014-04-08 13:17 ` [Qemu-devel] [PULL for-2.0] acpi bug fix Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140409095406.40f35b1d@nial.usersys.redhat.com \
--to=imammedo@redhat.com \
--cc=aliguori@amazon.com \
--cc=mst@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).