Hello Peter, This is my QOM (devices) patch queue. Please pull.
Regards, Andreas Cc: Peter Maydell <peter.mayd...@linaro.org> Cc: Anthony Liguori <anth...@codemonkey.ws> Cc: Stefan Hajnoczi <stefa...@redhat.com> Cc: Stefan Weil <s...@weilnetz.de> Cc: Keith Busch <keith.bu...@intel.com> Cc: Paolo Bonzini <pbonz...@redhat.com> The following changes since commit 58b590148ca1b19f64f533d40e32b5acce5c21e7: pci: Fix clearing IRQs on reset (2014-03-31 19:53:34 +0100) are available in the git repository at: git://github.com/afaerber/qemu-cpu.git tags/qom-devices-for-2.0 for you to fetch changes up to 7373fc76930fc0994bab1bc2defd1d3a2b2adaa3: tmp105-test: Test QOM property and precision (2014-03-31 23:03:14 +0200) ---------------------------------------------------------------- QOM/QTest infrastructure fixes * Revised QTest SIGABRT fix * Test cleanups for non-POSIX hosts * QTest test cases for NVMe, virtio-9p, pvpanic, i82801b11 * QTest API addition for reading events * TMP105 fix and regression test ---------------------------------------------------------------- Andreas Färber (7): nvme: Permit zero-length block devices tests: Add nvme qtest tests: Add virtio-9p qtest tests: Add pvpanic qtest qtest: Factor out qtest_qmp_receive() pvpanic-test: Assert pause event tests: Add i82801b11 qtest Paolo Bonzini (4): tmp105: Read temperature in milli-celsius tmp105-test: Wrap simple building blocks for testing tmp105-test: Add a second sensor and test that one tmp105-test: Test QOM property and precision Stefan Hajnoczi (4): Revert "qtest: Fix crash if SIGABRT during qtest_init()" qtest: Keep list of qtest instances for SIGABRT handler tests: Skip POSIX-only tests on Windows tests: Correctly skip qtest on non-POSIX hosts Stefan Weil (1): tests: Remove unsupported tests for MinGW MAINTAINERS | 2 + hw/block/nvme.c | 4 +- hw/misc/tmp105.c | 8 +-- tests/Makefile | 23 +++++++-- tests/i82801b11-test.c | 33 ++++++++++++ tests/libqtest.c | 65 ++++++++++++++++------- tests/libqtest.h | 22 +++++++- tests/nvme-test.c | 34 +++++++++++++ tests/pvpanic-test.c | 47 +++++++++++++++++ tests/test-aio.c | 16 ++++++ tests/tmp105-test.c | 136 +++++++++++++++++++++++++++++++++++++++++-------- tests/virtio-9p-test.c | 46 +++++++++++++++++ 12 files changed, 388 insertions(+), 48 deletions(-) create mode 100644 tests/i82801b11-test.c create mode 100644 tests/nvme-test.c create mode 100644 tests/pvpanic-test.c create mode 100644 tests/virtio-9p-test.c