[libvirt] [PATCH 0/2] qemu: Allow creating ppc64 guests with graphics and no USB mouse

Andrea Bolognani posted 2 patches 5 years, 1 month ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20190227180801.30947-1-abologna@redhat.com
src/qemu/qemu_domain.c                        | 20 +++++++
.../aarch64-virt-graphics.aarch64-latest.args | 59 +++++++++++++++++++
.../aarch64-virt-graphics.xml                 | 50 ++++++++++++++++
.../ppc64-pseries-graphics.ppc64-latest.args  | 47 +++++++++++++++
.../ppc64-pseries-graphics.xml                | 44 ++++++++++++++
.../x86_64-pc-graphics.x86_64-latest.args     | 51 ++++++++++++++++
tests/qemuxml2argvdata/x86_64-pc-graphics.xml | 55 +++++++++++++++++
.../x86_64-q35-graphics.x86_64-latest.args    | 59 +++++++++++++++++++
.../qemuxml2argvdata/x86_64-q35-graphics.xml  | 55 +++++++++++++++++
tests/qemuxml2argvtest.c                      |  6 ++
10 files changed, 446 insertions(+)
create mode 100644 tests/qemuxml2argvdata/aarch64-virt-graphics.aarch64-latest.args
create mode 100644 tests/qemuxml2argvdata/aarch64-virt-graphics.xml
create mode 100644 tests/qemuxml2argvdata/ppc64-pseries-graphics.ppc64-latest.args
create mode 100644 tests/qemuxml2argvdata/ppc64-pseries-graphics.xml
create mode 100644 tests/qemuxml2argvdata/x86_64-pc-graphics.x86_64-latest.args
create mode 100644 tests/qemuxml2argvdata/x86_64-pc-graphics.xml
create mode 100644 tests/qemuxml2argvdata/x86_64-q35-graphics.x86_64-latest.args
create mode 100644 tests/qemuxml2argvdata/x86_64-q35-graphics.xml
[libvirt] [PATCH 0/2] qemu: Allow creating ppc64 guests with graphics and no USB mouse
Posted by Andrea Bolognani 5 years, 1 month ago
See patch 2/2.

Andrea Bolognani (2):
  tests: Add simple guests with graphics to qemuxml2argv
  qemu: Allow creating ppc64 guests with graphics and no USB mouse

 src/qemu/qemu_domain.c                        | 20 +++++++
 .../aarch64-virt-graphics.aarch64-latest.args | 59 +++++++++++++++++++
 .../aarch64-virt-graphics.xml                 | 50 ++++++++++++++++
 .../ppc64-pseries-graphics.ppc64-latest.args  | 47 +++++++++++++++
 .../ppc64-pseries-graphics.xml                | 44 ++++++++++++++
 .../x86_64-pc-graphics.x86_64-latest.args     | 51 ++++++++++++++++
 tests/qemuxml2argvdata/x86_64-pc-graphics.xml | 55 +++++++++++++++++
 .../x86_64-q35-graphics.x86_64-latest.args    | 59 +++++++++++++++++++
 .../qemuxml2argvdata/x86_64-q35-graphics.xml  | 55 +++++++++++++++++
 tests/qemuxml2argvtest.c                      |  6 ++
 10 files changed, 446 insertions(+)
 create mode 100644 tests/qemuxml2argvdata/aarch64-virt-graphics.aarch64-latest.args
 create mode 100644 tests/qemuxml2argvdata/aarch64-virt-graphics.xml
 create mode 100644 tests/qemuxml2argvdata/ppc64-pseries-graphics.ppc64-latest.args
 create mode 100644 tests/qemuxml2argvdata/ppc64-pseries-graphics.xml
 create mode 100644 tests/qemuxml2argvdata/x86_64-pc-graphics.x86_64-latest.args
 create mode 100644 tests/qemuxml2argvdata/x86_64-pc-graphics.xml
 create mode 100644 tests/qemuxml2argvdata/x86_64-q35-graphics.x86_64-latest.args
 create mode 100644 tests/qemuxml2argvdata/x86_64-q35-graphics.xml

-- 
2.20.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/2] qemu: Allow creating ppc64 guests with graphics and no USB mouse
Posted by Cole Robinson 5 years, 1 month ago
On 2/27/19 1:07 PM, Andrea Bolognani wrote:
> See patch 2/2.
> 
> Andrea Bolognani (2):
>   tests: Add simple guests with graphics to qemuxml2argv
>   qemu: Allow creating ppc64 guests with graphics and no USB mouse
> 
>  src/qemu/qemu_domain.c                        | 20 +++++++
>  .../aarch64-virt-graphics.aarch64-latest.args | 59 +++++++++++++++++++
>  .../aarch64-virt-graphics.xml                 | 50 ++++++++++++++++
>  .../ppc64-pseries-graphics.ppc64-latest.args  | 47 +++++++++++++++
>  .../ppc64-pseries-graphics.xml                | 44 ++++++++++++++
>  .../x86_64-pc-graphics.x86_64-latest.args     | 51 ++++++++++++++++
>  tests/qemuxml2argvdata/x86_64-pc-graphics.xml | 55 +++++++++++++++++
>  .../x86_64-q35-graphics.x86_64-latest.args    | 59 +++++++++++++++++++
>  .../qemuxml2argvdata/x86_64-q35-graphics.xml  | 55 +++++++++++++++++
>  tests/qemuxml2argvtest.c                      |  6 ++
>  10 files changed, 446 insertions(+)
>  create mode 100644 tests/qemuxml2argvdata/aarch64-virt-graphics.aarch64-latest.args
>  create mode 100644 tests/qemuxml2argvdata/aarch64-virt-graphics.xml
>  create mode 100644 tests/qemuxml2argvdata/ppc64-pseries-graphics.ppc64-latest.args
>  create mode 100644 tests/qemuxml2argvdata/ppc64-pseries-graphics.xml
>  create mode 100644 tests/qemuxml2argvdata/x86_64-pc-graphics.x86_64-latest.args
>  create mode 100644 tests/qemuxml2argvdata/x86_64-pc-graphics.xml
>  create mode 100644 tests/qemuxml2argvdata/x86_64-q35-graphics.x86_64-latest.args
>  create mode 100644 tests/qemuxml2argvdata/x86_64-q35-graphics.xml
> 

Reviewed-by: Cole Robinson <crobinso@redhat.com>

- Cole

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