]> git.ipfire.org Git - thirdparty/libvirt.git/commit
domain conf: char: Add an explicit targetType field
authorCole Robinson <crobinso@redhat.com>
Tue, 13 Jul 2010 20:06:38 +0000 (16:06 -0400)
committerCole Robinson <crobinso@redhat.com>
Wed, 28 Jul 2010 20:47:58 +0000 (16:47 -0400)
commit6488ea2c5cf1d060e507991cfab11a45dd25588a
treec5f189e743915e0c5daedc976864dcae8bbb2772
parent50147933a59b25ad4dddf03f2f617a7e05403fe2
domain conf: char: Add an explicit targetType field

targetType only tracks the actual <target> format we are parsing. Currently
we only fill abide this value for channel devices.

Signed-off-by: Cole Robinson <crobinso@redhat.com>
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_conf.c