[Qemu-devel] [PATCH 0/9] tests: Clean up around qmp() and hmp()

Markus Armbruster posted 9 patches 8 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1500645206-13559-1-git-send-email-armbru@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test s390x passed
tests/ahci-test.c         |   4 +-
tests/boot-order-test.c   |   2 +-
tests/ide-test.c          |   4 +-
tests/ivshmem-test.c      |  10 +--
tests/libqos/libqos.c     |  16 +----
tests/libqos/pci-pc.c     |  15 +----
tests/libqos/pci.c        |  33 +++++-----
tests/libqos/pci.h        |   2 +-
tests/libqos/usb.c        |  30 ++++-----
tests/libqtest.c          |   4 +-
tests/libqtest.h          |  62 +++++++++++-------
tests/postcopy-test.c     |   8 +--
tests/tco-test.c          |   3 +-
tests/test-hmp.c          |   4 +-
tests/test-qga.c          | 160 ++++++++++++++++++++--------------------------
tests/usb-hcd-uhci-test.c |   6 +-
tests/usb-hcd-xhci-test.c |  12 +---
tests/vhost-user-test.c   |   6 +-
tests/virtio-blk-test.c   |   5 +-
tests/wdt_ib700-test.c    |  35 +++-------
20 files changed, 180 insertions(+), 241 deletions(-)
[Qemu-devel] [PATCH 0/9] tests: Clean up around qmp() and hmp()
Posted by Markus Armbruster 8 years, 3 months ago
Eric Blake (2):
  qtest: Avoid passing raw strings through hmp()
  qtest: Document calling conventions

Markus Armbruster (7):
  tests: Pass literal format strings directly to qmp_FOO()
  tests: Clean up string interpolation into QMP input (simple cases)
  tests/libqos/usb: Clean up string interpolation into QMP input
  tests/libqos/pci: Clean up string interpolation into QMP input
  tests: Clean up wait for event
  tests/libqtest: Clean up how we read the QMP greeting
  tests/libqtest: Enable compile-time format string checking

 tests/ahci-test.c         |   4 +-
 tests/boot-order-test.c   |   2 +-
 tests/ide-test.c          |   4 +-
 tests/ivshmem-test.c      |  10 +--
 tests/libqos/libqos.c     |  16 +----
 tests/libqos/pci-pc.c     |  15 +----
 tests/libqos/pci.c        |  33 +++++-----
 tests/libqos/pci.h        |   2 +-
 tests/libqos/usb.c        |  30 ++++-----
 tests/libqtest.c          |   4 +-
 tests/libqtest.h          |  62 +++++++++++-------
 tests/postcopy-test.c     |   8 +--
 tests/tco-test.c          |   3 +-
 tests/test-hmp.c          |   4 +-
 tests/test-qga.c          | 160 ++++++++++++++++++++--------------------------
 tests/usb-hcd-uhci-test.c |   6 +-
 tests/usb-hcd-xhci-test.c |  12 +---
 tests/vhost-user-test.c   |   6 +-
 tests/virtio-blk-test.c   |   5 +-
 tests/wdt_ib700-test.c    |  35 +++-------
 20 files changed, 180 insertions(+), 241 deletions(-)

-- 
2.7.5