[libvirt] [PATCH v3 0/3] qemu: Support vhost-vsock-ccw

Boris Fiuczynski fiuczy at linux.ibm.com
Mon Aug 6 15:41:05 UTC 2018


Support the vhost-vsock-ccw device on S390.

Since v2
 - instead of reusing CAPS_LATEST adding CAPS_ARCH_LATEST (Peter Krempa)

Since v1
 - adjusted vsock command line generation (Ján Tomko)
 - added CAPS_LATEST test coverage to s390 (Ján Tomko)
 - adjusted new vsock tests to use CAPS_LATEST


Bjoern Walk (1):
  tests: qemuxml2argv: add CAPS_ARCH_LATEST macro

Boris Fiuczynski (2):
  qemu: Add ccw support for vhost-vsock
  news: Update for vhost-vsock-ccw support

 docs/news.xml                                 |  8 +++++
 src/qemu/qemu_command.c                       |  8 +++--
 src/qemu/qemu_domain.c                        | 10 ++++--
 src/qemu/qemu_domain_address.c                |  7 +++-
 .../vhost-vsock-ccw-auto.s390x-latest.args    | 32 ++++++++++++++++++
 .../qemuxml2argvdata/vhost-vsock-ccw-auto.xml | 25 ++++++++++++++
 .../vhost-vsock-ccw.s390x-latest.args         | 32 ++++++++++++++++++
 tests/qemuxml2argvdata/vhost-vsock-ccw.xml    | 32 ++++++++++++++++++
 tests/qemuxml2argvtest.c                      | 33 ++++++++++++++-----
 .../vhost-vsock-ccw-auto.xml                  | 32 ++++++++++++++++++
 tests/qemuxml2xmloutdata/vhost-vsock-ccw.xml  |  1 +
 tests/qemuxml2xmltest.c                       |  5 +++
 12 files changed, 212 insertions(+), 13 deletions(-)
 create mode 100644 tests/qemuxml2argvdata/vhost-vsock-ccw-auto.s390x-latest.args
 create mode 100644 tests/qemuxml2argvdata/vhost-vsock-ccw-auto.xml
 create mode 100644 tests/qemuxml2argvdata/vhost-vsock-ccw.s390x-latest.args
 create mode 100644 tests/qemuxml2argvdata/vhost-vsock-ccw.xml
 create mode 100644 tests/qemuxml2xmloutdata/vhost-vsock-ccw-auto.xml
 create mode 120000 tests/qemuxml2xmloutdata/vhost-vsock-ccw.xml

-- 
2.17.0




More information about the libvir-list mailing list