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> The following changes since commit bbbd67f0ccdba93702e58879997c1d2ca67311b1: Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-2.0' into staging (2014-03-13 19:13:33 +0000) 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 01c22f2cdd4fcf02276ea10f48253850a5fd7259: main-loop: Suppress "I/O thread spun" warnings for qtest (2014-03-13 21:36:50 +0100) ---------------------------------------------------------------- QOM/QTest infrastructure fixes * QOM cast fix for virtserialport and regression test * QTest error handling fix * QTest output cleanup ---------------------------------------------------------------- Andreas Färber (2): virtio-console: Fix VIRTIO_CONSOLE() cast macro virtio-console-test: Test virtserialport as well Peter Maydell (1): main-loop: Suppress "I/O thread spun" warnings for qtest Stefan Hajnoczi (1): qtest: Fix crash if SIGABRT during qtest_init() hw/char/virtio-console.c | 24 ++++++------------------ main-loop.c | 3 ++- stubs/Makefile.objs | 1 + stubs/qtest.c | 14 ++++++++++++++ tests/libqtest.c | 3 ++- tests/libqtest.h | 4 +--- tests/virtio-console-test.c | 19 +++++++++++++------ 7 files changed, 39 insertions(+), 29 deletions(-) create mode 100644 stubs/qtest.c