Hi, Next round of the minor acpi update patch series. The acpi bits are actually unchanged.
The debug-exit device got updates. It handles byte, word + dword access. Also the io region size is configurable now. While being at it I also picked up the pc-testdev, polished it a bit (portio list is gone, some QOM cleanups), and sticked it into the series. Git tree for pulling is available in case no one objects, but especially patches 5+6 should get some review first (all others have been on the list before and are unmodified reposts). cheers, Gerd The following changes since commit 914606d26e654d4c01bd5186f4d05e3fd445e219: Merge remote-tracking branch 'stefanha/trivial-patches' into staging (2012-12-18 15:41:43 -0600) are available in the git repository at: git://git.kraxel.org/qemu acpi.1 Gerd Hoffmann (7): configure: also symlink *.aml files acpi: autoload dsdt apci: assign memory regions to piix4 acpi device apci: assign memory regions to ich9 lpc device switch debugcon to memory api add isa-debug-exit device. pc: remove bochs bios debug ports Lucas Meneghel Rodrigues (1): hw: Add test device for unittests execution configure | 1 + hw/acpi_ich9.c | 6 +- hw/acpi_ich9.h | 4 +- hw/acpi_piix4.c | 20 ++++-- hw/debugcon.c | 31 +++++++-- hw/debugexit.c | 75 ++++++++++++++++++++ hw/i386/Makefile.objs | 3 +- hw/lpc_ich9.c | 2 +- hw/pc-testdev.c | 183 +++++++++++++++++++++++++++++++++++++++++++++++++ hw/pc.c | 64 ++++++----------- hw/pc.h | 1 + hw/pc_piix.c | 1 + hw/pc_q35.c | 1 + 13 files changed, 332 insertions(+), 60 deletions(-) create mode 100644 hw/debugexit.c create mode 100644 hw/pc-testdev.c