[libvirt] [PATCH 0/9] qemu: refactor fsdev formatting (virtio-fs epopee)

Ján Tomko posted 9 patches 4 years, 9 months ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1563275164.git.jtomko@redhat.com
src/qemu/qemu_command.c                       | 111 ++++++------------
src/qemu/qemu_domain.c                        |  46 +++++++-
src/qemu/qemu_domain_address.c                |   3 +-
.../fs9p-ccw.s390x-latest.args                |  44 +++++++
tests/qemuxml2argvdata/fs9p.args              |   6 +-
.../qemuxml2argvdata/fs9p.x86_64-latest.args  |  41 +++++++
tests/qemuxml2argvdata/fs9p.xml               |   9 +-
tests/qemuxml2argvtest.c                      |   2 +
8 files changed, 175 insertions(+), 87 deletions(-)
create mode 100644 tests/qemuxml2argvdata/fs9p-ccw.s390x-latest.args
create mode 100644 tests/qemuxml2argvdata/fs9p.x86_64-latest.args
[libvirt] [PATCH 0/9] qemu: refactor fsdev formatting (virtio-fs epopee)
Posted by Ján Tomko 4 years, 9 months ago
Ján Tomko (9):
  tests: qemu: minimize fs9p.xml
  qemu: add CAPS_LATEST tests for 9pfs
  qemu: address: remove useless comment
  qemu: command: rename qemuBuildFSDevCommandLine
  qemu: command: re-introduce qemuBuildFSDevCommandLine
  qemu: command: use VIR_AUTOFREE in qemuBuildFSDevCommandLine
  qemu: introduce qemuDomainDeviceDefValidateFS
  qemu: command: use VIR_AUTOCLEAN in qemuBuildFS*
  qemu: command: remove qemuDomainFSDriver

 src/qemu/qemu_command.c                       | 111 ++++++------------
 src/qemu/qemu_domain.c                        |  46 +++++++-
 src/qemu/qemu_domain_address.c                |   3 +-
 .../fs9p-ccw.s390x-latest.args                |  44 +++++++
 tests/qemuxml2argvdata/fs9p.args              |   6 +-
 .../qemuxml2argvdata/fs9p.x86_64-latest.args  |  41 +++++++
 tests/qemuxml2argvdata/fs9p.xml               |   9 +-
 tests/qemuxml2argvtest.c                      |   2 +
 8 files changed, 175 insertions(+), 87 deletions(-)
 create mode 100644 tests/qemuxml2argvdata/fs9p-ccw.s390x-latest.args
 create mode 100644 tests/qemuxml2argvdata/fs9p.x86_64-latest.args

-- 
2.19.2

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/9] qemu: refactor fsdev formatting (virtio-fs epopee)
Posted by Peter Krempa 4 years, 9 months ago
On Tue, Jul 16, 2019 at 13:06:48 +0200, Ján Tomko wrote:
> Ján Tomko (9):
>   tests: qemu: minimize fs9p.xml
>   qemu: add CAPS_LATEST tests for 9pfs
>   qemu: address: remove useless comment
>   qemu: command: rename qemuBuildFSDevCommandLine
>   qemu: command: re-introduce qemuBuildFSDevCommandLine
>   qemu: command: use VIR_AUTOFREE in qemuBuildFSDevCommandLine
>   qemu: introduce qemuDomainDeviceDefValidateFS
>   qemu: command: use VIR_AUTOCLEAN in qemuBuildFS*
>   qemu: command: remove qemuDomainFSDriver

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