[libvirt] [PATCH 0/5] introduce reconnect feature for chardev devices

Ján Tomko jtomko at redhat.com
Mon Aug 28 13:11:00 UTC 2017


On Mon, Aug 28, 2017 at 02:56:48PM +0200, Pavel Hrdina wrote:
>Pavel Hrdina (5):
>  qemu: introduce QEMU_CAPS_CHARDEV_RECONNECT
>  conf: introduce reconnect element for chardev source
>  tests: add generic xml chardev reconnect tests
>  qemu: implement chardev source reconnect
>  tests: add qemu chardev srouce reconnect tests
>
> docs/formatdomain.html.in                          |  11 ++
> docs/schemas/domaincommon.rng                      |  12 +++
> src/conf/domain_conf.c                             | 119 +++++++++++++++++++--
> src/conf/domain_conf.h                             |  11 ++
> src/qemu/qemu_capabilities.c                       |   2 +
> src/qemu/qemu_capabilities.h                       |   1 +
> src/qemu/qemu_command.c                            |  17 +++
> src/qemu/qemu_domain.c                             | 101 +++++++++++++++++
> .../generic-chardev-reconnect-invalid-mode.xml     |  26 +++++
> .../generic-chardev-reconnect-missing-timeout.xml  |  26 +++++
> .../generic-chardev-reconnect.xml                  |  32 ++++++
> .../generic-chardev-reconnect.xml                  |  33 ++++++
> tests/genericxml2xmltest.c                         |   5 +
> tests/qemucapabilitiesdata/caps_2.4.0.x86_64.xml   |   1 +
> tests/qemucapabilitiesdata/caps_2.5.0.x86_64.xml   |   1 +
> .../caps_2.6.0-gicv2.aarch64.xml                   |   1 +
> .../caps_2.6.0-gicv3.aarch64.xml                   |   1 +
> tests/qemucapabilitiesdata/caps_2.6.0.ppc64le.xml  |   1 +
> tests/qemucapabilitiesdata/caps_2.6.0.x86_64.xml   |   1 +
> tests/qemucapabilitiesdata/caps_2.7.0.s390x.xml    |   1 +
> tests/qemucapabilitiesdata/caps_2.7.0.x86_64.xml   |   1 +
> tests/qemucapabilitiesdata/caps_2.8.0.s390x.xml    |   1 +
> tests/qemucapabilitiesdata/caps_2.8.0.x86_64.xml   |   1 +
> tests/qemucapabilitiesdata/caps_2.9.0.ppc64le.xml  |   1 +
> tests/qemucapabilitiesdata/caps_2.9.0.s390x.xml    |   1 +
> tests/qemucapabilitiesdata/caps_2.9.0.x86_64.xml   |   1 +
> .../qemuxml2argv-channel-reconnect.args            |  31 ++++++
> ...uxml2argv-chardev-reconnect-invalid-timeout.xml |  23 ++++
> .../qemuxml2argv-chardev-reconnect.args            |  40 +++++++
> .../qemuxml2argv-chardev-reconnect.xml             |  46 ++++++++
> tests/qemuxml2argvtest.c                           |  11 ++
> 31 files changed, 552 insertions(+), 8 deletions(-)
> create mode 100644 tests/genericxml2xmlindata/generic-chardev-reconnect-invalid-mode.xml
> create mode 100644 tests/genericxml2xmlindata/generic-chardev-reconnect-missing-timeout.xml
> create mode 100644 tests/genericxml2xmlindata/generic-chardev-reconnect.xml
> create mode 100644 tests/genericxml2xmloutdata/generic-chardev-reconnect.xml
> create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-channel-reconnect.args
> create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-chardev-reconnect-invalid-timeout.xml
> create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-chardev-reconnect.args
> create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-chardev-reconnect.xml
>

ACK series

Jan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20170828/ef95b17c/attachment-0001.sig>


More information about the libvir-list mailing list