On Fri, Aug 23, 2019 at 12:21:46PM -0400, Cole Robinson wrote:
From: Marc-André Lureau <marcandre.lureau(a)redhat.com>
Accept a new attribute to specify usage of helper process, ex:
<video>
<model type='virtio' vhostuser='yes'/>
</video>
Signed-off-by: Marc-André Lureau <marcandre.lureau(a)redhat.com>
Signed-off-by: Cole Robinson <crobinso(a)redhat.com>
---
docs/formatdomain.html.in | 6 ++++++
docs/schemas/domaincommon.rng | 11 ++++++++++-
Also, parser additions should include an addition to the XML test cases
(virschematest will automatically pick them up and test them against the
schema) and either genericxml2xmltest or qemuxml2xmltest.
Jano
src/conf/domain_conf.c | 14 ++++++++++++++
src/conf/domain_conf.h | 1 +
4 files changed, 31 insertions(+), 1 deletion(-)