]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Introduce /domain/devices/interface/driver/@queues attribute
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 10 Apr 2013 10:19:37 +0000 (12:19 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 22 May 2013 14:31:27 +0000 (16:31 +0200)
commit7e744f819921b871d20aa1bb2eccabd40c2a0f31
treec05138df32298be1cb60de45bb7c1d2d5253ff59
parent3c53984412702b736c1a96413b2cb9936c2ed7cd
Introduce /domain/devices/interface/driver/@queues attribute

This attribute is going to represent number of queues for
multique vhost network interface. This commit implements XML
extension part of the feature and add one test as well. For now,
we can only do xml2xml test as qemu command line generation code
is not adapted yet.
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
tests/qemuxml2argvdata/qemuxml2argv-vhost_queues.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c