[libvirt] [PATCH v3 0/3] Add support for shared memory devices

Michal Privoznik mprivozn at redhat.com
Thu Oct 2 07:42:36 UTC 2014


On 26.09.2014 12:43, Martin Kletzander wrote:
> v3:
>   - removed the dead code for server start attribute
>   - fixed default path in documentation
>   - removed unnecessary check for shmem size
>
> v2 is here:
> https://www.redhat.com/archives/libvir-list/2014-September/msg01519.html
>
> v1 (Maxime's) is here:
> https://www.redhat.com/archives/libvir-list/2014-August/msg01032.html
>
> Martin Kletzander (2):
>    docs, conf, schema: add support for shmem device
>    qemu: Build command line for ivshmem device
>
> Maxime Leroy (1):
>    qemu: add capability probing for ivshmem device
>
>   docs/formatdomain.html.in                          |  52 ++++++
>   docs/schemas/domaincommon.rng                      |  39 ++++
>   src/conf/domain_conf.c                             | 198 ++++++++++++++++++++-
>   src/conf/domain_conf.h                             |  24 +++
>   src/qemu/qemu_capabilities.c                       |   2 +
>   src/qemu/qemu_capabilities.h                       |   1 +
>   src/qemu/qemu_command.c                            | 118 +++++++++++-
>   src/qemu/qemu_command.h                            |   1 +
>   src/qemu/qemu_hotplug.c                            |   1 +
>   tests/qemucapabilitiesdata/caps_1.2.2-1.caps       |   1 +
>   tests/qemucapabilitiesdata/caps_1.3.1-1.caps       |   1 +
>   tests/qemucapabilitiesdata/caps_1.4.2-1.caps       |   1 +
>   tests/qemucapabilitiesdata/caps_1.5.3-1.caps       |   1 +
>   tests/qemucapabilitiesdata/caps_1.6.0-1.caps       |   1 +
>   tests/qemucapabilitiesdata/caps_1.6.50-1.caps      |   1 +
>   tests/qemucapabilitiesdata/caps_2.1.1-1.caps       |   1 +
>   tests/qemuhelptest.c                               |  15 +-
>   .../qemuxml2argv-shmem-invalid-size.xml            |  24 +++
>   .../qemuxml2argv-shmem-msi-only.xml                |  24 +++
>   .../qemuxml2argv-shmem-small-size.xml              |  24 +++
>   tests/qemuxml2argvdata/qemuxml2argv-shmem.args     |  16 ++
>   tests/qemuxml2argvdata/qemuxml2argv-shmem.xml      |  51 ++++++
>   tests/qemuxml2argvtest.c                           |   7 +
>   tests/qemuxml2xmltest.c                            |   1 +
>   24 files changed, 598 insertions(+), 7 deletions(-)
>   create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-shmem-invalid-size.xml
>   create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-shmem-msi-only.xml
>   create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-shmem-small-size.xml
>   create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-shmem.args
>   create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-shmem.xml
>
> --
> 2.1.1
>

ACK series

Michal




More information about the libvir-list mailing list