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

Boris Fiuczynski posted 3 patches 5 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20180724113106.17870-1-fiuczy@linux.ibm.com
Test syntax-check passed
There is a newer version of this series
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                      | 98 +++++++++++--------
.../vhost-vsock-ccw-auto.xml                  | 32 ++++++
tests/qemuxml2xmloutdata/vhost-vsock-ccw.xml  |  1 +
tests/qemuxml2xmltest.c                       |  5 +
12 files changed, 243 insertions(+), 47 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
[libvirt] [PATCH v2 0/3] qemu: Support vhost-vsock-ccw
Posted by Boris Fiuczynski 5 years, 9 months ago
Support the vhost-vsock-ccw device on S390.

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: make CAPS_LATEST arch generic

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                      | 98 +++++++++++--------
 .../vhost-vsock-ccw-auto.xml                  | 32 ++++++
 tests/qemuxml2xmloutdata/vhost-vsock-ccw.xml  |  1 +
 tests/qemuxml2xmltest.c                       |  5 +
 12 files changed, 243 insertions(+), 47 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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list