All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/3] move ssdt-misc.dsl to the DSDT
@ 2015-01-19 16:56 Paolo Bonzini
  2015-01-19 16:56 ` [Qemu-devel] [PATCH v3 1/3] pc: append " Paolo Bonzini
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Paolo Bonzini @ 2015-01-19 16:56 UTC (permalink / raw)
  To: qemu-devel; +Cc: imammedo, mst

See v2 for motivation.

v2->v3: dropped pointer passing and patch 4.

Paolo Bonzini (3):
  pc: append ssdt-misc.dsl to the DSDT
  pc: rename ssdt-misc to dsdt-common
  pc: move common parts of the DSDT to dsdt-common

 hw/i386/Makefile.objs                           |    2 +-
 hw/i386/acpi-build.c                            |   85 +-
 hw/i386/{ssdt-misc.dsl => acpi-dsdt-common.dsl} |   22 +-
 hw/i386/acpi-dsdt-common.hex.generated          | 1897 ++++++++++++++
 hw/i386/acpi-dsdt-isa.dsl                       |    6 +-
 hw/i386/acpi-dsdt.dsl                           |   12 +-
 hw/i386/acpi-dsdt.hex.generated                 | 3119 ++++++-----------------
 hw/i386/q35-acpi-dsdt.dsl                       |    9 +-
 hw/i386/q35-acpi-dsdt.hex.generated             | 2787 +++++---------------
 hw/i386/ssdt-misc.hex.generated                 |  399 ---
 tests/acpi-test-data/pc/DSDT                    |  Bin 3592 -> 3923 bytes
 tests/acpi-test-data/pc/SSDT                    |  Bin 2279 -> 1951 bytes
 tests/acpi-test-data/q35/DSDT                   |  Bin 8182 -> 8513 bytes
 tests/acpi-test-data/q35/SSDT                   |  Bin 560 -> 232 bytes
 14 files changed, 3430 insertions(+), 4908 deletions(-)
 rename hw/i386/{ssdt-misc.dsl => acpi-dsdt-common.dsl} (89%)
 create mode 100644 hw/i386/acpi-dsdt-common.hex.generated
 delete mode 100644 hw/i386/ssdt-misc.hex.generated

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-01-20 10:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-19 16:56 [Qemu-devel] [PATCH v3 0/3] move ssdt-misc.dsl to the DSDT Paolo Bonzini
2015-01-19 16:56 ` [Qemu-devel] [PATCH v3 1/3] pc: append " Paolo Bonzini
2015-01-19 16:56 ` [Qemu-devel] [PATCH v3 2/3] pc: rename ssdt-misc to dsdt-common Paolo Bonzini
2015-01-19 16:56 ` [Qemu-devel] [PATCH v3 3/3] pc: move common parts of the DSDT " Paolo Bonzini
2015-01-19 21:31 ` [Qemu-devel] [PATCH v3 0/3] move ssdt-misc.dsl to the DSDT Michael S. Tsirkin
2015-01-20  7:05   ` Paolo Bonzini
2015-01-20 10:34     ` Igor Mammedov

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.