[libvirt] [PATCH 00/35] qemu: Add formatting of JSON objects for -blockdev (blockdev-add saga)

Peter Krempa posted 35 patches 5 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1524668968.git.pkrempa@redhat.com
Test syntax-check passed
src/conf/domain_conf.c                             |   3 +
src/libvirt_private.syms                           |   1 +
src/qemu/qemu_block.c                              | 430 ++++++++++++++++++++-
src/qemu/qemu_block.h                              |   6 +-
src/qemu/qemu_command.c                            |  16 +-
src/qemu/qemu_domain.c                             |  61 ++-
src/qemu/qemu_domain.h                             |   3 +
src/qemu/qemu_driver.c                             |   3 +
src/util/virfile.c                                 |  61 ++-
src/util/virfile.h                                 |   2 +
src/util/virstoragefile.c                          |   5 +
src/util/virstoragefile.h                          |  13 +
tests/Makefile.am                                  |  11 +-
tests/qemublocktest.c                              | 314 ++++++++++++++-
.../xml2json/block-raw-noopts.json                 |  12 +
.../xml2json/block-raw-noopts.xml                  |  12 +
.../qemublocktestdata/xml2json/dir-fat-cache.json  |  22 ++
tests/qemublocktestdata/xml2json/dir-fat-cache.xml |  13 +
.../qemublocktestdata/xml2json/dir-fat-floppy.json |  14 +
.../qemublocktestdata/xml2json/dir-fat-floppy.xml  |  14 +
.../xml2json/dir-fat-readonly.json                 |  14 +
.../xml2json/dir-fat-readonly.xml                  |  13 +
.../xml2json/file-backing_basic-aio_threads.json   |  62 +++
.../xml2json/file-backing_basic-aio_threads.xml    |  47 +++
.../file-backing_basic-cache-directsync.json       |  91 +++++
.../file-backing_basic-cache-directsync.xml        |  47 +++
.../xml2json/file-backing_basic-cache-none.json    |  91 +++++
.../xml2json/file-backing_basic-cache-none.xml     |  47 +++
.../xml2json/file-backing_basic-cache-unsafe.json  |  91 +++++
.../xml2json/file-backing_basic-cache-unsafe.xml   |  47 +++
.../file-backing_basic-cache-writeback.json        |  91 +++++
.../file-backing_basic-cache-writeback.xml         |  47 +++
.../file-backing_basic-cache-writethrough.json     |  91 +++++
.../file-backing_basic-cache-writethrough.xml      |  47 +++
.../xml2json/file-backing_basic-detect.json        |  60 +++
.../xml2json/file-backing_basic-detect.xml         |  47 +++
.../xml2json/file-backing_basic-noopts.json        |  51 +++
.../xml2json/file-backing_basic-noopts.xml         |  46 +++
.../xml2json/file-backing_basic-unmap-detect.json  |  64 +++
.../xml2json/file-backing_basic-unmap-detect.xml   |  47 +++
.../xml2json/file-backing_basic-unmap-discard.json |   0
.../xml2json/file-backing_basic-unmap-ignore.json  |  64 +++
.../xml2json/file-backing_basic-unmap-ignore.xml   |  47 +++
.../xml2json/file-backing_basic-unmap.json         |  63 +++
.../xml2json/file-backing_basic-unmap.xml          |  47 +++
.../xml2json/file-bochs-noopts.json                |  12 +
.../xml2json/file-bochs-noopts.xml                 |  12 +
.../xml2json/file-cloop-noopts.json                |  12 +
.../xml2json/file-cloop-noopts.xml                 |  12 +
.../xml2json/file-dmg-noopts.json                  |  12 +
.../qemublocktestdata/xml2json/file-dmg-noopts.xml |  12 +
.../xml2json/file-ploop-noopts.json                |  12 +
.../xml2json/file-ploop-noopts.xml                 |  12 +
.../file-qcow2-backing-chain-encryption.json       |  34 ++
.../file-qcow2-backing-chain-encryption.xml        |  31 ++
.../xml2json/file-qcow2-backing-chain-noopts.json  | 130 +++++++
.../xml2json/file-qcow2-backing-chain-noopts.xml   | 113 ++++++
.../file-qcow2-backing-chain-unterminated.json     |  25 ++
.../file-qcow2-backing-chain-unterminated.xml      |  24 ++
.../xml2json/file-raw-aio_native.json              |  21 +
.../xml2json/file-raw-aio_native.xml               |  12 +
.../qemublocktestdata/xml2json/file-raw-luks.json  |  13 +
tests/qemublocktestdata/xml2json/file-raw-luks.xml |  15 +
.../xml2json/file-raw-noopts.json                  |  12 +
.../qemublocktestdata/xml2json/file-raw-noopts.xml |  12 +
.../xml2json/file-vdi-noopts.json                  |  12 +
.../qemublocktestdata/xml2json/file-vdi-noopts.xml |  12 +
.../xml2json/file-vhd-noopts.json                  |  12 +
.../qemublocktestdata/xml2json/file-vhd-noopts.xml |  12 +
.../xml2json/file-vpc-noopts.json                  |  12 +
.../qemublocktestdata/xml2json/file-vpc-noopts.xml |  12 +
.../network-qcow2-backing-chain-cache-unsafe.json  |  57 +++
.../network-qcow2-backing-chain-cache-unsafe.xml   |  31 ++
...etwork-qcow2-backing-chain-encryption_auth.json |  51 +++
...network-qcow2-backing-chain-encryption_auth.xml |  40 ++
.../xml2json/nodename-long-format.xml              |  12 +
.../xml2json/nodename-long-protocol.xml            |  12 +
tests/qemustatusxml2xmldata/modern-in.xml          |   4 +
78 files changed, 3155 insertions(+), 40 deletions(-)
create mode 100644 tests/qemublocktestdata/xml2json/block-raw-noopts.json
create mode 100644 tests/qemublocktestdata/xml2json/block-raw-noopts.xml
create mode 100644 tests/qemublocktestdata/xml2json/dir-fat-cache.json
create mode 100644 tests/qemublocktestdata/xml2json/dir-fat-cache.xml
create mode 100644 tests/qemublocktestdata/xml2json/dir-fat-floppy.json
create mode 100644 tests/qemublocktestdata/xml2json/dir-fat-floppy.xml
create mode 100644 tests/qemublocktestdata/xml2json/dir-fat-readonly.json
create mode 100644 tests/qemublocktestdata/xml2json/dir-fat-readonly.xml
create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-aio_threads.json
create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-aio_threads.xml
create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-cache-directsync.json
create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-cache-directsync.xml
create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-cache-none.json
create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-cache-none.xml
create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-cache-unsafe.json
create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-cache-unsafe.xml
create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-cache-writeback.json
create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-cache-writeback.xml
create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-cache-writethrough.json
create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-cache-writethrough.xml
create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-detect.json
create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-detect.xml
create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-noopts.json
create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-noopts.xml
create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-unmap-detect.json
create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-unmap-detect.xml
create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-unmap-discard.json
create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-unmap-ignore.json
create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-unmap-ignore.xml
create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-unmap.json
create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-unmap.xml
create mode 100644 tests/qemublocktestdata/xml2json/file-bochs-noopts.json
create mode 100644 tests/qemublocktestdata/xml2json/file-bochs-noopts.xml
create mode 100644 tests/qemublocktestdata/xml2json/file-cloop-noopts.json
create mode 100644 tests/qemublocktestdata/xml2json/file-cloop-noopts.xml
create mode 100644 tests/qemublocktestdata/xml2json/file-dmg-noopts.json
create mode 100644 tests/qemublocktestdata/xml2json/file-dmg-noopts.xml
create mode 100644 tests/qemublocktestdata/xml2json/file-ploop-noopts.json
create mode 100644 tests/qemublocktestdata/xml2json/file-ploop-noopts.xml
create mode 100644 tests/qemublocktestdata/xml2json/file-qcow2-backing-chain-encryption.json
create mode 100644 tests/qemublocktestdata/xml2json/file-qcow2-backing-chain-encryption.xml
create mode 100644 tests/qemublocktestdata/xml2json/file-qcow2-backing-chain-noopts.json
create mode 100644 tests/qemublocktestdata/xml2json/file-qcow2-backing-chain-noopts.xml
create mode 100644 tests/qemublocktestdata/xml2json/file-qcow2-backing-chain-unterminated.json
create mode 100644 tests/qemublocktestdata/xml2json/file-qcow2-backing-chain-unterminated.xml
create mode 100644 tests/qemublocktestdata/xml2json/file-raw-aio_native.json
create mode 100644 tests/qemublocktestdata/xml2json/file-raw-aio_native.xml
create mode 100644 tests/qemublocktestdata/xml2json/file-raw-luks.json
create mode 100644 tests/qemublocktestdata/xml2json/file-raw-luks.xml
create mode 100644 tests/qemublocktestdata/xml2json/file-raw-noopts.json
create mode 100644 tests/qemublocktestdata/xml2json/file-raw-noopts.xml
create mode 100644 tests/qemublocktestdata/xml2json/file-vdi-noopts.json
create mode 100644 tests/qemublocktestdata/xml2json/file-vdi-noopts.xml
create mode 100644 tests/qemublocktestdata/xml2json/file-vhd-noopts.json
create mode 100644 tests/qemublocktestdata/xml2json/file-vhd-noopts.xml
create mode 100644 tests/qemublocktestdata/xml2json/file-vpc-noopts.json
create mode 100644 tests/qemublocktestdata/xml2json/file-vpc-noopts.xml
create mode 100644 tests/qemublocktestdata/xml2json/network-qcow2-backing-chain-cache-unsafe.json
create mode 100644 tests/qemublocktestdata/xml2json/network-qcow2-backing-chain-cache-unsafe.xml
create mode 100644 tests/qemublocktestdata/xml2json/network-qcow2-backing-chain-encryption_auth.json
create mode 100644 tests/qemublocktestdata/xml2json/network-qcow2-backing-chain-encryption_auth.xml
create mode 100644 tests/qemublocktestdata/xml2json/nodename-long-format.xml
create mode 100644 tests/qemublocktestdata/xml2json/nodename-long-protocol.xml
[libvirt] [PATCH 00/35] qemu: Add formatting of JSON objects for -blockdev (blockdev-add saga)
Posted by Peter Krempa 5 years, 11 months ago
Diff to the RFC posting:
- host_device and host_cdrom handling was added
- modified code to format and parse node-names to status XML so that we
  can add other node names easier (for quorum, throttling, etc)
- added test case for host_device

Kevin, please sanity check the outputs whether they make sense. Thanks.

Peter Krempa (35):
  storage: Properly track that backing chain members are readonly
  qemu: domain: Format storage source node names into private data
  util: storage: Add shadow copies of few disk properties to
    virStorageSource
  qemu: domain: Carefuly transfer configuration from disk to storage
    source
  qemu: block: Extract formatting of props for 'file' backend
  qemu: block: Handle iomode property for json 'file' driver
  utils: storage: Mark that a virStorageSource is going to be used as a
    floppy
  qemu: Move virtual FAT disk validation from command line builder
  qemu: block: Add support for accessing directories via the 'vvfat'
    driver
  util: file: Use only one #ifdef for __linux__
  util: file: Add helper to determine whether a path is a CDROM
  qemu: domain: Store whether a virStorageSource is a host CDROM drive
  qemu: block: Properly handle block storage in JSON generator
  qemu: block: Propagate 'legacy' parameter when formatting disk backing
  qemu: block: Validate node-names for use with qemu
  qemu: block: Format cache modes for disk storage backends
  qemu: block: Format 'read-only' attribute for JSON disk protocol
  qemu: block: Always set discard for storage nodes
  qemu: block: Add support for creating 'format' layer for blockdev-add
  tests: qemublock: Rename variables in anticipation of new tests
  tests: Makefile: Sanitize entry for qemublocktest
  qemu: domain: Export qemuDomainDeviceDefValidateDisk
  qemu: domain: Tolerate NULL 'cfg' in qemuDomainPrepareDiskSourceChain
  tests: qemublock: Add testing of blockdev JSON property generator
  tests: qemublock: Add basic 'raw' file test
  tests: qemublock: Add tests for all other format without special
    options
  tests: qemublock: Add tests for basic backing chain formats
  tests: qemublock: Add test-case for the 'vvfat' driver in qemu
  tests: qemublock: Add test cases for 'aio' options of 'file' storage
  tests: qemublock: Add test for raw luks disk format
  tests: qemublock: basic qcow2 tests
  tests: qemublock: Add test combining authentication and encryption
  tests: qemublock: Test handling of 'unmap' and 'detect-zeroes' options
  tests: qemublock: Test handling of all cache modes
  tests: qemublock: Test handling of block devices

 src/conf/domain_conf.c                             |   3 +
 src/libvirt_private.syms                           |   1 +
 src/qemu/qemu_block.c                              | 430 ++++++++++++++++++++-
 src/qemu/qemu_block.h                              |   6 +-
 src/qemu/qemu_command.c                            |  16 +-
 src/qemu/qemu_domain.c                             |  61 ++-
 src/qemu/qemu_domain.h                             |   3 +
 src/qemu/qemu_driver.c                             |   3 +
 src/util/virfile.c                                 |  61 ++-
 src/util/virfile.h                                 |   2 +
 src/util/virstoragefile.c                          |   5 +
 src/util/virstoragefile.h                          |  13 +
 tests/Makefile.am                                  |  11 +-
 tests/qemublocktest.c                              | 314 ++++++++++++++-
 .../xml2json/block-raw-noopts.json                 |  12 +
 .../xml2json/block-raw-noopts.xml                  |  12 +
 .../qemublocktestdata/xml2json/dir-fat-cache.json  |  22 ++
 tests/qemublocktestdata/xml2json/dir-fat-cache.xml |  13 +
 .../qemublocktestdata/xml2json/dir-fat-floppy.json |  14 +
 .../qemublocktestdata/xml2json/dir-fat-floppy.xml  |  14 +
 .../xml2json/dir-fat-readonly.json                 |  14 +
 .../xml2json/dir-fat-readonly.xml                  |  13 +
 .../xml2json/file-backing_basic-aio_threads.json   |  62 +++
 .../xml2json/file-backing_basic-aio_threads.xml    |  47 +++
 .../file-backing_basic-cache-directsync.json       |  91 +++++
 .../file-backing_basic-cache-directsync.xml        |  47 +++
 .../xml2json/file-backing_basic-cache-none.json    |  91 +++++
 .../xml2json/file-backing_basic-cache-none.xml     |  47 +++
 .../xml2json/file-backing_basic-cache-unsafe.json  |  91 +++++
 .../xml2json/file-backing_basic-cache-unsafe.xml   |  47 +++
 .../file-backing_basic-cache-writeback.json        |  91 +++++
 .../file-backing_basic-cache-writeback.xml         |  47 +++
 .../file-backing_basic-cache-writethrough.json     |  91 +++++
 .../file-backing_basic-cache-writethrough.xml      |  47 +++
 .../xml2json/file-backing_basic-detect.json        |  60 +++
 .../xml2json/file-backing_basic-detect.xml         |  47 +++
 .../xml2json/file-backing_basic-noopts.json        |  51 +++
 .../xml2json/file-backing_basic-noopts.xml         |  46 +++
 .../xml2json/file-backing_basic-unmap-detect.json  |  64 +++
 .../xml2json/file-backing_basic-unmap-detect.xml   |  47 +++
 .../xml2json/file-backing_basic-unmap-discard.json |   0
 .../xml2json/file-backing_basic-unmap-ignore.json  |  64 +++
 .../xml2json/file-backing_basic-unmap-ignore.xml   |  47 +++
 .../xml2json/file-backing_basic-unmap.json         |  63 +++
 .../xml2json/file-backing_basic-unmap.xml          |  47 +++
 .../xml2json/file-bochs-noopts.json                |  12 +
 .../xml2json/file-bochs-noopts.xml                 |  12 +
 .../xml2json/file-cloop-noopts.json                |  12 +
 .../xml2json/file-cloop-noopts.xml                 |  12 +
 .../xml2json/file-dmg-noopts.json                  |  12 +
 .../qemublocktestdata/xml2json/file-dmg-noopts.xml |  12 +
 .../xml2json/file-ploop-noopts.json                |  12 +
 .../xml2json/file-ploop-noopts.xml                 |  12 +
 .../file-qcow2-backing-chain-encryption.json       |  34 ++
 .../file-qcow2-backing-chain-encryption.xml        |  31 ++
 .../xml2json/file-qcow2-backing-chain-noopts.json  | 130 +++++++
 .../xml2json/file-qcow2-backing-chain-noopts.xml   | 113 ++++++
 .../file-qcow2-backing-chain-unterminated.json     |  25 ++
 .../file-qcow2-backing-chain-unterminated.xml      |  24 ++
 .../xml2json/file-raw-aio_native.json              |  21 +
 .../xml2json/file-raw-aio_native.xml               |  12 +
 .../qemublocktestdata/xml2json/file-raw-luks.json  |  13 +
 tests/qemublocktestdata/xml2json/file-raw-luks.xml |  15 +
 .../xml2json/file-raw-noopts.json                  |  12 +
 .../qemublocktestdata/xml2json/file-raw-noopts.xml |  12 +
 .../xml2json/file-vdi-noopts.json                  |  12 +
 .../qemublocktestdata/xml2json/file-vdi-noopts.xml |  12 +
 .../xml2json/file-vhd-noopts.json                  |  12 +
 .../qemublocktestdata/xml2json/file-vhd-noopts.xml |  12 +
 .../xml2json/file-vpc-noopts.json                  |  12 +
 .../qemublocktestdata/xml2json/file-vpc-noopts.xml |  12 +
 .../network-qcow2-backing-chain-cache-unsafe.json  |  57 +++
 .../network-qcow2-backing-chain-cache-unsafe.xml   |  31 ++
 ...etwork-qcow2-backing-chain-encryption_auth.json |  51 +++
 ...network-qcow2-backing-chain-encryption_auth.xml |  40 ++
 .../xml2json/nodename-long-format.xml              |  12 +
 .../xml2json/nodename-long-protocol.xml            |  12 +
 tests/qemustatusxml2xmldata/modern-in.xml          |   4 +
 78 files changed, 3155 insertions(+), 40 deletions(-)
 create mode 100644 tests/qemublocktestdata/xml2json/block-raw-noopts.json
 create mode 100644 tests/qemublocktestdata/xml2json/block-raw-noopts.xml
 create mode 100644 tests/qemublocktestdata/xml2json/dir-fat-cache.json
 create mode 100644 tests/qemublocktestdata/xml2json/dir-fat-cache.xml
 create mode 100644 tests/qemublocktestdata/xml2json/dir-fat-floppy.json
 create mode 100644 tests/qemublocktestdata/xml2json/dir-fat-floppy.xml
 create mode 100644 tests/qemublocktestdata/xml2json/dir-fat-readonly.json
 create mode 100644 tests/qemublocktestdata/xml2json/dir-fat-readonly.xml
 create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-aio_threads.json
 create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-aio_threads.xml
 create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-cache-directsync.json
 create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-cache-directsync.xml
 create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-cache-none.json
 create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-cache-none.xml
 create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-cache-unsafe.json
 create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-cache-unsafe.xml
 create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-cache-writeback.json
 create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-cache-writeback.xml
 create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-cache-writethrough.json
 create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-cache-writethrough.xml
 create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-detect.json
 create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-detect.xml
 create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-noopts.json
 create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-noopts.xml
 create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-unmap-detect.json
 create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-unmap-detect.xml
 create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-unmap-discard.json
 create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-unmap-ignore.json
 create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-unmap-ignore.xml
 create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-unmap.json
 create mode 100644 tests/qemublocktestdata/xml2json/file-backing_basic-unmap.xml
 create mode 100644 tests/qemublocktestdata/xml2json/file-bochs-noopts.json
 create mode 100644 tests/qemublocktestdata/xml2json/file-bochs-noopts.xml
 create mode 100644 tests/qemublocktestdata/xml2json/file-cloop-noopts.json
 create mode 100644 tests/qemublocktestdata/xml2json/file-cloop-noopts.xml
 create mode 100644 tests/qemublocktestdata/xml2json/file-dmg-noopts.json
 create mode 100644 tests/qemublocktestdata/xml2json/file-dmg-noopts.xml
 create mode 100644 tests/qemublocktestdata/xml2json/file-ploop-noopts.json
 create mode 100644 tests/qemublocktestdata/xml2json/file-ploop-noopts.xml
 create mode 100644 tests/qemublocktestdata/xml2json/file-qcow2-backing-chain-encryption.json
 create mode 100644 tests/qemublocktestdata/xml2json/file-qcow2-backing-chain-encryption.xml
 create mode 100644 tests/qemublocktestdata/xml2json/file-qcow2-backing-chain-noopts.json
 create mode 100644 tests/qemublocktestdata/xml2json/file-qcow2-backing-chain-noopts.xml
 create mode 100644 tests/qemublocktestdata/xml2json/file-qcow2-backing-chain-unterminated.json
 create mode 100644 tests/qemublocktestdata/xml2json/file-qcow2-backing-chain-unterminated.xml
 create mode 100644 tests/qemublocktestdata/xml2json/file-raw-aio_native.json
 create mode 100644 tests/qemublocktestdata/xml2json/file-raw-aio_native.xml
 create mode 100644 tests/qemublocktestdata/xml2json/file-raw-luks.json
 create mode 100644 tests/qemublocktestdata/xml2json/file-raw-luks.xml
 create mode 100644 tests/qemublocktestdata/xml2json/file-raw-noopts.json
 create mode 100644 tests/qemublocktestdata/xml2json/file-raw-noopts.xml
 create mode 100644 tests/qemublocktestdata/xml2json/file-vdi-noopts.json
 create mode 100644 tests/qemublocktestdata/xml2json/file-vdi-noopts.xml
 create mode 100644 tests/qemublocktestdata/xml2json/file-vhd-noopts.json
 create mode 100644 tests/qemublocktestdata/xml2json/file-vhd-noopts.xml
 create mode 100644 tests/qemublocktestdata/xml2json/file-vpc-noopts.json
 create mode 100644 tests/qemublocktestdata/xml2json/file-vpc-noopts.xml
 create mode 100644 tests/qemublocktestdata/xml2json/network-qcow2-backing-chain-cache-unsafe.json
 create mode 100644 tests/qemublocktestdata/xml2json/network-qcow2-backing-chain-cache-unsafe.xml
 create mode 100644 tests/qemublocktestdata/xml2json/network-qcow2-backing-chain-encryption_auth.json
 create mode 100644 tests/qemublocktestdata/xml2json/network-qcow2-backing-chain-encryption_auth.xml
 create mode 100644 tests/qemublocktestdata/xml2json/nodename-long-format.xml
 create mode 100644 tests/qemublocktestdata/xml2json/nodename-long-protocol.xml

-- 
2.16.2

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 00/35] qemu: Add formatting of JSON objects for -blockdev (blockdev-add saga)
Posted by Kevin Wolf 5 years, 11 months ago
Am 25.04.2018 um 17:15 hat Peter Krempa geschrieben:
> Diff to the RFC posting:
> - host_device and host_cdrom handling was added
> - modified code to format and parse node-names to status XML so that we
>   can add other node names easier (for quorum, throttling, etc)
> - added test case for host_device
> 
> Kevin, please sanity check the outputs whether they make sense. Thanks.

The diff between the applied v1 series and the RFC series looks sane to
me.

Kevin

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