[libvirt] [PATCH v2 0/2] qemu: fix type of default video device

Pavel Mores pmores at redhat.com
Fri Nov 8 16:38:49 UTC 2019


Hi,

could someone please take a look at this so that I can move on with it?

Thanks,

	pvl

On Fri, Oct 18, 2019 at 12:27:20PM +0200, Pavel Mores wrote:
> This new version mostly integrates Cole's comments about the first version.
> 
> Pavel Mores (2):
>   qemu: fix type of default video device
>   qemu: add tests of the default video type selection algorithm
> 
>  src/qemu/qemu_domain.c                        | 39 +++++++++++------
>  .../default-video-type-aarch64.xml            | 16 +++++++
>  .../default-video-type-ppc64.xml              | 16 +++++++
>  .../default-video-type-riscv64.xml            | 16 +++++++
>  .../default-video-type-s390x.xml              | 16 +++++++
>  .../default-video-type-x86_64-caps-test-0.xml | 17 ++++++++
>  .../default-video-type-x86_64-caps-test-1.xml | 17 ++++++++
>  tests/qemuxml2argvtest.c                      |  1 +
>  ...ault-video-type-aarch64.aarch64-latest.xml | 42 +++++++++++++++++++
>  .../default-video-type-ppc64.ppc64-latest.xml | 31 ++++++++++++++
>  ...ault-video-type-riscv64.riscv64-latest.xml | 39 +++++++++++++++++
>  .../default-video-type-s390x.s390x-latest.xml | 32 ++++++++++++++
>  .../default-video-type-x86_64-caps-test-0.xml | 31 ++++++++++++++
>  .../default-video-type-x86_64-caps-test-1.xml | 31 ++++++++++++++
>  tests/qemuxml2xmltest.c                       | 10 ++++-
>  15 files changed, 341 insertions(+), 13 deletions(-)
>  create mode 100644 tests/qemuxml2argvdata/default-video-type-aarch64.xml
>  create mode 100644 tests/qemuxml2argvdata/default-video-type-ppc64.xml
>  create mode 100644 tests/qemuxml2argvdata/default-video-type-riscv64.xml
>  create mode 100644 tests/qemuxml2argvdata/default-video-type-s390x.xml
>  create mode 100644 tests/qemuxml2argvdata/default-video-type-x86_64-caps-test-0.xml
>  create mode 100644 tests/qemuxml2argvdata/default-video-type-x86_64-caps-test-1.xml
>  create mode 100644 tests/qemuxml2xmloutdata/default-video-type-aarch64.aarch64-latest.xml
>  create mode 100644 tests/qemuxml2xmloutdata/default-video-type-ppc64.ppc64-latest.xml
>  create mode 100644 tests/qemuxml2xmloutdata/default-video-type-riscv64.riscv64-latest.xml
>  create mode 100644 tests/qemuxml2xmloutdata/default-video-type-s390x.s390x-latest.xml
>  create mode 100644 tests/qemuxml2xmloutdata/default-video-type-x86_64-caps-test-0.xml
>  create mode 100644 tests/qemuxml2xmloutdata/default-video-type-x86_64-caps-test-1.xml
> 
> -- 
> 2.21.0
> 




More information about the libvir-list mailing list