]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Introduce virDomainChrDefNew()
authorMichal Novotny <minovotn@redhat.com>
Thu, 14 Apr 2011 16:05:14 +0000 (18:05 +0200)
committerEric Blake <eblake@redhat.com>
Thu, 14 Apr 2011 16:29:39 +0000 (10:29 -0600)
commit2ac455c4d26315736dd897748dd4c175ab7fd0b7
treedf0e59f6c6b7689396c3132efa5ea1f149f828ae
parentabb1570eac1bea918fedf17c8a29ec2c61d77abc
Introduce virDomainChrDefNew()

Make: passed
Make check: passed
Make syntax-check: passed

this is the commit to introduce the function to create new character
device definition for the domain as advised by Cole Robinson
<crobinso@redhat.com>.

The function is used on the relevant places and also new tests has
been added.

Signed-off-by: Michal Novotny <minovotn@redhat.com>
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/qemu/qemu_command.c
src/xenxs/xen_sxpr.c
src/xenxs/xen_xm.c
tests/qemuxml2argvdata/qemuxml2argv-serial-target-port-auto.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-serial-target-port-auto.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c