[PATCH 0/3] qemu: Add caps test data for qemu-8.0 cycle and prepare for deprecation of -no-hpet

Peter Krempa posted 3 patches 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1672739439.git.pkrempa@redhat.com
src/qemu/qemu_capabilities.c                  |     9 +
src/qemu/qemu_capabilities.h                  |     3 +
src/qemu/qemu_command.c                       |    29 +-
.../domaincapsdata/qemu_8.0.0-q35.x86_64.xml  |   253 +
.../domaincapsdata/qemu_8.0.0-tcg.x86_64.xml  |   252 +
tests/domaincapsdata/qemu_8.0.0.x86_64.xml    |   253 +
.../caps_8.0.0.x86_64.replies                 | 39227 ++++++++++++++++
.../caps_8.0.0.x86_64.xml                     |  3253 ++
.../q35-virt-manager-basic.x86_64-latest.args |     3 +-
.../x86_64-pc-graphics.x86_64-latest.args     |     3 +-
.../x86_64-pc-headless.x86_64-latest.args     |     3 +-
.../x86_64-q35-graphics.x86_64-latest.args    |     3 +-
.../x86_64-q35-headless.x86_64-latest.args    |     3 +-
13 files changed, 43283 insertions(+), 11 deletions(-)
create mode 100644 tests/domaincapsdata/qemu_8.0.0-q35.x86_64.xml
create mode 100644 tests/domaincapsdata/qemu_8.0.0-tcg.x86_64.xml
create mode 100644 tests/domaincapsdata/qemu_8.0.0.x86_64.xml
create mode 100644 tests/qemucapabilitiesdata/caps_8.0.0.x86_64.replies
create mode 100644 tests/qemucapabilitiesdata/caps_8.0.0.x86_64.xml
[PATCH 0/3] qemu: Add caps test data for qemu-8.0 cycle and prepare for deprecation of -no-hpet
Posted by Peter Krempa 1 year, 4 months ago
Peter Krempa (3):
  tests: qemucapabilitiesdata: Add test data for the qemu-8.0 dev cycle
  qemu: capabilities: Introduce QEMU_CAPS_MACHINE_HPET capability
  qemu: Use '-machine hpet=off' instead of '-no-hpet'

 src/qemu/qemu_capabilities.c                  |     9 +
 src/qemu/qemu_capabilities.h                  |     3 +
 src/qemu/qemu_command.c                       |    29 +-
 .../domaincapsdata/qemu_8.0.0-q35.x86_64.xml  |   253 +
 .../domaincapsdata/qemu_8.0.0-tcg.x86_64.xml  |   252 +
 tests/domaincapsdata/qemu_8.0.0.x86_64.xml    |   253 +
 .../caps_8.0.0.x86_64.replies                 | 39227 ++++++++++++++++
 .../caps_8.0.0.x86_64.xml                     |  3253 ++
 .../q35-virt-manager-basic.x86_64-latest.args |     3 +-
 .../x86_64-pc-graphics.x86_64-latest.args     |     3 +-
 .../x86_64-pc-headless.x86_64-latest.args     |     3 +-
 .../x86_64-q35-graphics.x86_64-latest.args    |     3 +-
 .../x86_64-q35-headless.x86_64-latest.args    |     3 +-
 13 files changed, 43283 insertions(+), 11 deletions(-)
 create mode 100644 tests/domaincapsdata/qemu_8.0.0-q35.x86_64.xml
 create mode 100644 tests/domaincapsdata/qemu_8.0.0-tcg.x86_64.xml
 create mode 100644 tests/domaincapsdata/qemu_8.0.0.x86_64.xml
 create mode 100644 tests/qemucapabilitiesdata/caps_8.0.0.x86_64.replies
 create mode 100644 tests/qemucapabilitiesdata/caps_8.0.0.x86_64.xml

-- 
2.38.1
Re: [PATCH 0/3] qemu: Add caps test data for qemu-8.0 cycle and prepare for deprecation of -no-hpet
Posted by Ján Tomko 1 year, 4 months ago
On a Tuesday in 2023, Peter Krempa wrote:
>Peter Krempa (3):
>  tests: qemucapabilitiesdata: Add test data for the qemu-8.0 dev cycle
>  qemu: capabilities: Introduce QEMU_CAPS_MACHINE_HPET capability
>  qemu: Use '-machine hpet=off' instead of '-no-hpet'
>
> src/qemu/qemu_capabilities.c                  |     9 +
> src/qemu/qemu_capabilities.h                  |     3 +
> src/qemu/qemu_command.c                       |    29 +-
> .../domaincapsdata/qemu_8.0.0-q35.x86_64.xml  |   253 +
> .../domaincapsdata/qemu_8.0.0-tcg.x86_64.xml  |   252 +
> tests/domaincapsdata/qemu_8.0.0.x86_64.xml    |   253 +
> .../caps_8.0.0.x86_64.replies                 | 39227 ++++++++++++++++
> .../caps_8.0.0.x86_64.xml                     |  3253 ++
> .../q35-virt-manager-basic.x86_64-latest.args |     3 +-
> .../x86_64-pc-graphics.x86_64-latest.args     |     3 +-
> .../x86_64-pc-headless.x86_64-latest.args     |     3 +-
> .../x86_64-q35-graphics.x86_64-latest.args    |     3 +-
> .../x86_64-q35-headless.x86_64-latest.args    |     3 +-
> 13 files changed, 43283 insertions(+), 11 deletions(-)
> create mode 100644 tests/domaincapsdata/qemu_8.0.0-q35.x86_64.xml
> create mode 100644 tests/domaincapsdata/qemu_8.0.0-tcg.x86_64.xml
> create mode 100644 tests/domaincapsdata/qemu_8.0.0.x86_64.xml
> create mode 100644 tests/qemucapabilitiesdata/caps_8.0.0.x86_64.replies
> create mode 100644 tests/qemucapabilitiesdata/caps_8.0.0.x86_64.xml
>

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

Jano