[libvirt] [PATCH 0/5] Various cleanups and fixes (blockdev-add saga)

Peter Krempa posted 5 patches 5 years, 11 months ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1544015957.git.pkrempa@redhat.com
src/conf/domain_conf.c                           | 12 ++----------
src/conf/snapshot_conf.c                         | 12 +++---------
src/qemu/qemu_domain.c                           |  9 +++------
src/util/virxml.c                                | 16 ++++++++++++----
.../channel-unix-guestfwd.x86_64-2.5.0.args      |  2 --
.../channel-unix-guestfwd.x86_64-latest.args     |  2 --
tests/qemuxml2argvdata/channel-unix-guestfwd.xml |  5 -----
.../console-virtio-unix.x86_64-2.5.0.args        |  2 --
.../console-virtio-unix.x86_64-latest.args       |  2 --
tests/qemuxml2argvdata/console-virtio-unix.xml   |  5 -----
tests/qemuxml2argvdata/net-vhostuser.args        |  3 ---
.../net-vhostuser.x86_64-2.5.0.args              |  2 --
.../net-vhostuser.x86_64-latest.args             |  2 --
tests/qemuxml2argvdata/net-vhostuser.xml         |  6 ------
.../parallel-unix-chardev.x86_64-2.5.0.args      |  2 --
.../parallel-unix-chardev.x86_64-latest.args     |  2 --
tests/qemuxml2argvdata/parallel-unix-chardev.xml |  5 -----
tests/qemuxml2xmloutdata/net-vhostuser.xml       |  6 ------
tests/qemuxml2xmltest.c                          |  9 ++++++---
19 files changed, 26 insertions(+), 78 deletions(-)
[libvirt] [PATCH 0/5] Various cleanups and fixes (blockdev-add saga)
Posted by Peter Krempa 5 years, 11 months ago
Few random patches extracted from my blockdev series.

Peter Krempa (5):
  tests: qemuxml2xml: Add few debug statements for status XML testing
  util: xml: Always consume args of virXMLFormatElement
  qemu: domain: Initialize proper element in
    qemuDomainPrepareStorageSourceBlockdev
  conf: snapshot: Remove file format check from parser
  tests: qemuxml2argv: Remove disks from few tests which don't need them

 src/conf/domain_conf.c                           | 12 ++----------
 src/conf/snapshot_conf.c                         | 12 +++---------
 src/qemu/qemu_domain.c                           |  9 +++------
 src/util/virxml.c                                | 16 ++++++++++++----
 .../channel-unix-guestfwd.x86_64-2.5.0.args      |  2 --
 .../channel-unix-guestfwd.x86_64-latest.args     |  2 --
 tests/qemuxml2argvdata/channel-unix-guestfwd.xml |  5 -----
 .../console-virtio-unix.x86_64-2.5.0.args        |  2 --
 .../console-virtio-unix.x86_64-latest.args       |  2 --
 tests/qemuxml2argvdata/console-virtio-unix.xml   |  5 -----
 tests/qemuxml2argvdata/net-vhostuser.args        |  3 ---
 .../net-vhostuser.x86_64-2.5.0.args              |  2 --
 .../net-vhostuser.x86_64-latest.args             |  2 --
 tests/qemuxml2argvdata/net-vhostuser.xml         |  6 ------
 .../parallel-unix-chardev.x86_64-2.5.0.args      |  2 --
 .../parallel-unix-chardev.x86_64-latest.args     |  2 --
 tests/qemuxml2argvdata/parallel-unix-chardev.xml |  5 -----
 tests/qemuxml2xmloutdata/net-vhostuser.xml       |  6 ------
 tests/qemuxml2xmltest.c                          |  9 ++++++---
 19 files changed, 26 insertions(+), 78 deletions(-)

-- 
2.19.2

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/5] Various cleanups and fixes (blockdev-add saga)
Posted by Ján Tomko 5 years, 11 months ago
On Wed, Dec 05, 2018 at 02:20:11PM +0100, Peter Krempa wrote:
>Few random patches extracted from my blockdev series.
>
>Peter Krempa (5):
>  tests: qemuxml2xml: Add few debug statements for status XML testing
>  util: xml: Always consume args of virXMLFormatElement
>  qemu: domain: Initialize proper element in
>    qemuDomainPrepareStorageSourceBlockdev
>  conf: snapshot: Remove file format check from parser
>  tests: qemuxml2argv: Remove disks from few tests which don't need them
>
> src/conf/domain_conf.c                           | 12 ++----------
> src/conf/snapshot_conf.c                         | 12 +++---------
> src/qemu/qemu_domain.c                           |  9 +++------
> src/util/virxml.c                                | 16 ++++++++++++----
> .../channel-unix-guestfwd.x86_64-2.5.0.args      |  2 --
> .../channel-unix-guestfwd.x86_64-latest.args     |  2 --
> tests/qemuxml2argvdata/channel-unix-guestfwd.xml |  5 -----
> .../console-virtio-unix.x86_64-2.5.0.args        |  2 --
> .../console-virtio-unix.x86_64-latest.args       |  2 --
> tests/qemuxml2argvdata/console-virtio-unix.xml   |  5 -----
> tests/qemuxml2argvdata/net-vhostuser.args        |  3 ---
> .../net-vhostuser.x86_64-2.5.0.args              |  2 --
> .../net-vhostuser.x86_64-latest.args             |  2 --
> tests/qemuxml2argvdata/net-vhostuser.xml         |  6 ------
> .../parallel-unix-chardev.x86_64-2.5.0.args      |  2 --
> .../parallel-unix-chardev.x86_64-latest.args     |  2 --
> tests/qemuxml2argvdata/parallel-unix-chardev.xml |  5 -----
> tests/qemuxml2xmloutdata/net-vhostuser.xml       |  6 ------
> tests/qemuxml2xmltest.c                          |  9 ++++++---
> 19 files changed, 26 insertions(+), 78 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

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