[PATCH 0/4] tests: qemucapabilities: Add data fro the 6.1 cycle

Peter Krempa posted 4 patches 2 years, 11 months ago
Failed in applying to current master (apply log)
.../hugepages-memaccess3.x86_64-latest.args   |     2 +-
tests/qemuxml2argvtest.c                      |     2 +-
tests/testutilsqemu.c                         |     6 +-
13 files changed, 36707 insertions(+), 40 deletions(-)
create mode 100644 tests/domaincapsdata/qemu_6.1.0-q35.x86_64.xml
create mode 100644 tests/domaincapsdata/qemu_6.1.0-tcg.x86_64.xml
create mode 100644 tests/domaincapsdata/qemu_6.1.0.x86_64.xml
delete mode 100644 tests/qemublocktestdata/imagecreate/network-sheepdog-qcow2.json
delete mode 100644 tests/qemublocktestdata/imagecreate/network-sheepdog-qcow2.xml
create mode 100644 tests/qemucapabilitiesdata/caps_6.1.0.x86_64.replies
create mode 100644 tests/qemucapabilitiesdata/caps_6.1.0.x86_64.xml
rename tests/qemuxml2argvdata/{disk-network-sheepdog.x86_64-latest.args => disk-network-sheepdog.x86_64-6.0.0.args} (95%)
[PATCH 0/4] tests: qemucapabilities: Add data fro the 6.1 cycle
Posted by Peter Krempa 2 years, 11 months ago
QEMU already committed some significant changes since the tree opened.
The most notable which has fallout in libvirt is the dropping of the
'sheepdog' driver. This series adapts to that and then adds the
qemu capabilities data for this cycle based on the most recent qemu
upstream commit.

Patch 4 is heavily truncated. To fetch the full version please:

git fetch https://gitlab.com/pipo.sk/libvirt.git qemu-caps-6.1

Peter Krempa (4):
  testQemuInfoSetArgs: Strip default machine alias only for 'latest'
    test cases
  qemublocktest: Drop 'network-sheepdog-qcow2' image creation test case
  qemuxml2argvtest: Limit 'disk-network-sheepdog' testcase to qemu-6.0.0
  tests: qemucapabilities: Add test-data for the qemu-6.1 cycle

 .../domaincapsdata/qemu_6.1.0-q35.x86_64.xml  |   208 +
 .../domaincapsdata/qemu_6.1.0-tcg.x86_64.xml  |   211 +
 tests/domaincapsdata/qemu_6.1.0.x86_64.xml    |   208 +
 tests/qemublocktest.c                         |     1 -
 .../imagecreate/network-sheepdog-qcow2.json   |    20 -
 .../imagecreate/network-sheepdog-qcow2.xml    |    12 -
 .../caps_6.1.0.x86_64.replies                 | 32734 ++++++++++++++++
 .../caps_6.1.0.x86_64.xml                     |  3339 ++
 .../cpu-tsc-high-frequency.x86_64-latest.args |     2 +-
 ...> disk-network-sheepdog.x86_64-6.0.0.args} |     2 +-
 .../hugepages-memaccess3.x86_64-latest.args   |     2 +-
 tests/qemuxml2argvtest.c                      |     2 +-
 tests/testutilsqemu.c                         |     6 +-
 13 files changed, 36707 insertions(+), 40 deletions(-)
 create mode 100644 tests/domaincapsdata/qemu_6.1.0-q35.x86_64.xml
 create mode 100644 tests/domaincapsdata/qemu_6.1.0-tcg.x86_64.xml
 create mode 100644 tests/domaincapsdata/qemu_6.1.0.x86_64.xml
 delete mode 100644 tests/qemublocktestdata/imagecreate/network-sheepdog-qcow2.json
 delete mode 100644 tests/qemublocktestdata/imagecreate/network-sheepdog-qcow2.xml
 create mode 100644 tests/qemucapabilitiesdata/caps_6.1.0.x86_64.replies
 create mode 100644 tests/qemucapabilitiesdata/caps_6.1.0.x86_64.xml
 rename tests/qemuxml2argvdata/{disk-network-sheepdog.x86_64-latest.args => disk-network-sheepdog.x86_64-6.0.0.args} (95%)

-- 
2.30.2

Re: [PATCH 0/4] tests: qemucapabilities: Add data fro the 6.1 cycle
Posted by Pavel Hrdina 2 years, 11 months ago
On Mon, May 17, 2021 at 11:16:31AM +0200, Peter Krempa wrote:
> QEMU already committed some significant changes since the tree opened.
> The most notable which has fallout in libvirt is the dropping of the
> 'sheepdog' driver. This series adapts to that and then adds the
> qemu capabilities data for this cycle based on the most recent qemu
> upstream commit.
> 
> Patch 4 is heavily truncated. To fetch the full version please:
> 
> git fetch https://gitlab.com/pipo.sk/libvirt.git qemu-caps-6.1
> 
> Peter Krempa (4):
>   testQemuInfoSetArgs: Strip default machine alias only for 'latest'
>     test cases
>   qemublocktest: Drop 'network-sheepdog-qcow2' image creation test case
>   qemuxml2argvtest: Limit 'disk-network-sheepdog' testcase to qemu-6.0.0
>   tests: qemucapabilities: Add test-data for the qemu-6.1 cycle

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>