From: "Michael S. Tsirkin" <mst@redhat.com>
To: "Gabriel L. Somlo" <gsomlo@gmail.com>
Cc: Peter Maydell <peter.maydell@linaro.org>,
qemu-devel@nongnu.org, Anthony Liguori <aliguori@amazon.com>
Subject: Re: [Qemu-devel] [PULL 1/5] acpi-build: append description for non-hotplug
Date: Thu, 20 Feb 2014 17:29:40 +0200 [thread overview]
Message-ID: <20140220152940.GB31205@redhat.com> (raw)
In-Reply-To: <20140220142245.GC25087@ERROL.INI.CMU.EDU>
On Thu, Feb 20, 2014 at 09:22:46AM -0500, Gabriel L. Somlo wrote:
> Hi Michael,
>
> On Thu, Feb 20, 2014 at 07:13:46AM +0200, Michael S. Tsirkin wrote:
> > Oh yes, I forgot that Q35 has a separate DSDT.
> > Please add this on top:
>
> Thanks, I can confirm that this patch
> (ceb36090bf2054c8ad5c8cf441b690fad5581f4f) on top of
> a0ad25b1e5d0eb21cbba001799341bd6b557e995, on top of
> the first patch you submitted ("acpi-build: append description for
> non-hotplug") fixes it for me !
>
> Regards,
> --Gabriel
Yay!
Okay will let it go through some testing and push hopefully
early next week.
Thanks a lot for catching this in time!
>
> >
> > commit ceb36090bf2054c8ad5c8cf441b690fad5581f4f
> > Author: Michael S. Tsirkin <mst@redhat.com>
> > Date: Thu Feb 20 07:10:56 2014 +0200
> >
> > q35: fix up dsdt as well
> >
> > diff --git a/hw/i386/q35-acpi-dsdt.dsl b/hw/i386/q35-acpi-dsdt.dsl
> > index 8e522a5..f4d2a2d 100644
> > --- a/hw/i386/q35-acpi-dsdt.dsl
> > +++ b/hw/i386/q35-acpi-dsdt.dsl
> > @@ -72,7 +72,6 @@ DefinitionBlock (
> > Name(_ADR, 0x00)
> > Name(_UID, 1)
> >
> > -#define ISA SF8_
> > External(ISA, DeviceObj)
> >
> > // _OSC: based on sample of ACPI3.0b spec
> > @@ -140,8 +139,10 @@ DefinitionBlock (
> > * LPC ISA bridge
> > ****************************************************************/
> >
> > - Scope(\_SB.PCI0.ISA) {
> > + Scope(\_SB.PCI0) {
> > /* PCI D31:f0 LPC ISA bridge */
> > + Device(ISA) {
> > + Name (_ADR, 0x001F0000) // _ADR: Address
> >
> > /* ICH9 PCI to ISA irq remapping */
> > OperationRegion(PIRQ, PCI_Config, 0x60, 0x0C)
> > @@ -164,6 +165,7 @@ DefinitionBlock (
> > LPEN, 1,
> > FDEN, 1
> > }
> > + }
> > }
> >
> > #define DSDT_APPLESMC_STA q35_dsdt_applesmc_sta
next prev parent reply other threads:[~2014-02-20 15:24 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-17 14:25 [Qemu-devel] [PULL 0/5] acpi,pc,pci,virtio,memory bug fixes Michael S. Tsirkin
2014-02-17 14:25 ` [Qemu-devel] [PULL 1/5] acpi-build: append description for non-hotplug Michael S. Tsirkin
2014-02-17 14:51 ` Gabriel L. Somlo
2014-02-17 16:44 ` Michael S. Tsirkin
2014-02-19 13:52 ` Peter Maydell
2014-02-19 14:36 ` Michael S. Tsirkin
2014-02-19 13:50 ` Michael S. Tsirkin
2014-02-19 15:24 ` Gabriel L. Somlo
2014-02-19 19:09 ` Michael S. Tsirkin
2014-02-19 19:02 ` Michael S. Tsirkin
2014-02-19 19:45 ` Gabriel L. Somlo
2014-02-20 5:13 ` Michael S. Tsirkin
2014-02-20 14:22 ` Gabriel L. Somlo
2014-02-20 15:29 ` Michael S. Tsirkin [this message]
2014-02-19 16:09 ` Alex Williamson
2014-02-17 14:25 ` [Qemu-devel] [PULL 2/5] acpi-test-data: update expected files Michael S. Tsirkin
2014-02-17 14:25 ` [Qemu-devel] [PULL 3/5] virtio-net: remove function calls from assert Michael S. Tsirkin
2014-02-17 14:25 ` [Qemu-devel] [PULL 4/5] memory_region_present: return false if address is not found in child MemoryRegion Michael S. Tsirkin
2014-02-17 14:25 ` [Qemu-devel] [PULL 5/5] PCIE: fix regression with coldplugged multifunction device Michael S. Tsirkin
2014-02-19 14:35 ` [Qemu-devel] [PULL 0/5] acpi,pc,pci,virtio,memory bug fixes 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=20140220152940.GB31205@redhat.com \
--to=mst@redhat.com \
--cc=aliguori@amazon.com \
--cc=gsomlo@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.