mbox

[PULL,0/4] q35: a bunch of little tweaks & fixes.

Message ID 1357894380-2489-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu q35.1

Message

Gerd Hoffmann Jan. 11, 2013, 8:52 a.m. UTC
Hi,

The biggest change is the machine type renaming patch.

please pull,
  Gerd

The following changes since commit a6308bc2224db238e72c570482717b68246a7ce0:

  Merge remote-tracking branch 'kraxel/build.1' into staging (2013-01-10 13:26:31 -0600)

are available in the git repository at:

  git://git.kraxel.org/qemu q35.1

Gerd Hoffmann (3):
      q35: add ich9 intel hda controller
      q35: document chipset devices
      pc: rename machine types

Laszlo Ersek (1):
      Makefile: install the "acpi-dsdt.aml" and "q35-acpi-dsdt.aml" blobs too

 Makefile             |    1 +
 docs/q35-chipset.cfg |  129 ++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/intel-hda.c       |   41 +++++++++++++---
 hw/pc_piix.c         |    8 ++--
 hw/pc_q35.c          |    4 +-
 5 files changed, 170 insertions(+), 13 deletions(-)
 create mode 100644 docs/q35-chipset.cfg

Comments

Anthony Liguori Jan. 11, 2013, 4:46 p.m. UTC | #1
Pulled, thanks.

N.B.  This note may be extraneous because the pull request was sent by a
version of git older than 1.7.9 making the pull request ambigious.  Please
consider upgrading to a newer version of git.

Regards,

Anthony Liguori
Michael Tokarev Jan. 11, 2013, 8:12 p.m. UTC | #2
11.01.2013 12:52, Gerd Hoffmann wrote:
>    Hi,
>
> The biggest change is the machine type renaming patch.
>
> Laszlo Ersek (1):
>        Makefile: install the "acpi-dsdt.aml" and "q35-acpi-dsdt.aml" blobs too

What these *.aml things are needed for?  How they're being used?

Thanks,

/mjt
Michael Tokarev Jan. 11, 2013, 8:32 p.m. UTC | #3
12.01.2013 00:12, Michael Tokarev wrote:
>>        Makefile: install the "acpi-dsdt.aml" and "q35-acpi-dsdt.aml" blobs too
>
> What these *.aml things are needed for?  How they're being used?

Um, found them, n/m:

hw/pc_q35.c:    pc_acpi_init("q35-acpi-dsdt.aml");
hw/pc_piix.c:    pc_acpi_init("acpi-dsdt.aml");

Somehow it escaped my view when I searched for it the last time.

Thanks,

/mjt