]> xenbits.xensource.com Git - libvirt.git/commit
conf: introduce <vsock> element
authorJán Tomko <jtomko@redhat.com>
Tue, 22 May 2018 09:21:15 +0000 (11:21 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 29 May 2018 13:42:03 +0000 (15:42 +0200)
commitd4abb7b45d48aba77c2464dbea95f02a43a60834
tree42f1c1352cc1feeb502e9ff4aa1d9bb529e05fc5
parentc20bb30e8ddcd65d25540dbb566f5dd5c4a8caa1
conf: introduce <vsock> element

Add a new 'vsock' element for the vsock device.
The 'model' attribute is optional.
A <source cid> subelement should be used to specify the guest cid,
or <source auto='yes'/> should be used.

https://bugzilla.redhat.com/show_bug.cgi?id=1291851

Signed-off-by: Ján Tomko <jtomko@redhat.com>
13 files changed:
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_domain.c
src/qemu/qemu_domain_address.c
src/qemu/qemu_driver.c
src/qemu/qemu_hotplug.c
tests/qemuxml2argvdata/vhost-vsock-auto.xml [new file with mode: 0644]
tests/qemuxml2argvdata/vhost-vsock.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/vhost-vsock-auto.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/vhost-vsock.xml [new symlink]
tests/qemuxml2xmltest.c