[PATCH v3 0/3] Introduce <input type='evdev'>

Michal Prívozník mprivozn at redhat.com
Fri May 21 12:33:17 UTC 2021


On 5/21/21 1:01 PM, Kristina Hanicova wrote:
> This is v3 from:
> https://listman.redhat.com/archives/libvir-list/2021-May/msg00324.html
> 
> v1 here:
> https://listman.redhat.com/archives/libvir-list/2021-April/msg01307.html
> 
> Diff to v2:
> - Fixed formatting
> - Enable xml test call
> 
> Kristina Hanicova (3):
>   qemu_capabilities: Add QEMU_CAPS_INPUT_LINUX
>   conf: Parse/format XML input type 'evdev'
>   qemu: Build command line for object input-linux
> 
>  docs/formatdomain.rst                         | 37 ++++++----
>  docs/schemas/domaincommon.rng                 | 20 ++++++
>  src/conf/domain_audit.c                       |  1 +
>  src/conf/domain_conf.c                        | 69 ++++++++++++++++---
>  src/conf/domain_conf.h                        | 12 ++++
>  src/conf/domain_validate.c                    |  8 +++
>  src/libvirt_private.syms                      |  2 +
>  src/qemu/qemu_capabilities.c                  |  2 +
>  src/qemu/qemu_capabilities.h                  |  1 +
>  src/qemu/qemu_cgroup.c                        |  2 +
>  src/qemu/qemu_command.c                       | 33 ++++++++-
>  src/qemu/qemu_domain_address.c                |  1 +
>  src/qemu/qemu_hotplug.c                       |  1 +
>  src/qemu/qemu_validate.c                      |  6 ++
>  src/security/security_apparmor.c              |  1 +
>  src/security/security_dac.c                   |  2 +
>  src/security/security_selinux.c               |  2 +
>  src/security/virt-aa-helper.c                 |  3 +-
>  .../caps_2.11.0.s390x.xml                     |  1 +
>  .../caps_2.11.0.x86_64.xml                    |  1 +
>  .../caps_2.12.0.aarch64.xml                   |  1 +
>  .../caps_2.12.0.ppc64.xml                     |  1 +
>  .../caps_2.12.0.s390x.xml                     |  1 +
>  .../caps_2.12.0.x86_64.xml                    |  1 +
>  .../qemucapabilitiesdata/caps_3.0.0.ppc64.xml |  1 +
>  .../caps_3.0.0.riscv32.xml                    |  1 +
>  .../caps_3.0.0.riscv64.xml                    |  1 +
>  .../qemucapabilitiesdata/caps_3.0.0.s390x.xml |  1 +
>  .../caps_3.0.0.x86_64.xml                     |  1 +
>  .../qemucapabilitiesdata/caps_3.1.0.ppc64.xml |  1 +
>  .../caps_3.1.0.x86_64.xml                     |  1 +
>  .../caps_4.0.0.aarch64.xml                    |  1 +
>  .../qemucapabilitiesdata/caps_4.0.0.ppc64.xml |  1 +
>  .../caps_4.0.0.riscv32.xml                    |  1 +
>  .../caps_4.0.0.riscv64.xml                    |  1 +
>  .../qemucapabilitiesdata/caps_4.0.0.s390x.xml |  1 +
>  .../caps_4.0.0.x86_64.xml                     |  1 +
>  .../caps_4.1.0.x86_64.xml                     |  1 +
>  .../caps_4.2.0.aarch64.xml                    |  1 +
>  .../qemucapabilitiesdata/caps_4.2.0.ppc64.xml |  1 +
>  .../qemucapabilitiesdata/caps_4.2.0.s390x.xml |  1 +
>  .../caps_4.2.0.x86_64.xml                     |  1 +
>  .../caps_5.0.0.aarch64.xml                    |  1 +
>  .../qemucapabilitiesdata/caps_5.0.0.ppc64.xml |  1 +
>  .../caps_5.0.0.riscv64.xml                    |  1 +
>  .../caps_5.0.0.x86_64.xml                     |  1 +
>  .../qemucapabilitiesdata/caps_5.1.0.sparc.xml |  1 +
>  .../caps_5.1.0.x86_64.xml                     |  1 +
>  .../caps_5.2.0.aarch64.xml                    |  1 +
>  .../qemucapabilitiesdata/caps_5.2.0.ppc64.xml |  1 +
>  .../caps_5.2.0.riscv64.xml                    |  1 +
>  .../qemucapabilitiesdata/caps_5.2.0.s390x.xml |  1 +
>  .../caps_5.2.0.x86_64.xml                     |  1 +
>  .../qemucapabilitiesdata/caps_6.0.0.s390x.xml |  1 +
>  .../caps_6.0.0.x86_64.xml                     |  1 +
>  .../caps_6.1.0.x86_64.xml                     |  1 +
>  .../input-linux.x86_64-latest.args            | 34 +++++++++
>  tests/qemuxml2argvdata/input-linux.xml        | 31 +++++++++
>  tests/qemuxml2argvtest.c                      |  2 +
>  tests/qemuxml2xmloutdata/input-linux.xml      |  1 +
>  tests/qemuxml2xmltest.c                       |  2 +
>  61 files changed, 287 insertions(+), 24 deletions(-)
>  create mode 100644 tests/qemuxml2argvdata/input-linux.x86_64-latest.args
>  create mode 100644 tests/qemuxml2argvdata/input-linux.xml
>  create mode 120000 tests/qemuxml2xmloutdata/input-linux.xml
> 

Reviewed-by: Michal Privoznik <mprivozn at redhat.com>

and pushed.

Michal




More information about the libvir-list mailing list