]> git.ipfire.org Git - thirdparty/libvirt.git/commit
domain conf: Rename character prop targetType -> deviceType
authorCole Robinson <crobinso@redhat.com>
Tue, 13 Jul 2010 19:05:34 +0000 (15:05 -0400)
committerCole Robinson <crobinso@redhat.com>
Wed, 28 Jul 2010 20:47:57 +0000 (16:47 -0400)
commit50147933a59b25ad4dddf03f2f617a7e05403fe2
tree06ec897a60c44dff2f5e77e1b2c45ce2fd923ee8
parent4a34633a7f53cc03e58521ebbb390545e85d7f31
domain conf: Rename character prop targetType -> deviceType

There is actually a difference between the character device type (serial,
parallel, channel, ...) and the target type (virtio, guestfwd). Currently
they are awkwardly conflated.

Start to pull them apart by renaming targetType -> deviceType. This is
an entirely mechanical change.

Signed-off-by: Cole Robinson <crobinso@redhat.com>
src/conf/domain_conf.c
src/conf/domain_conf.h
src/esx/esx_vmx.c
src/qemu/qemu_conf.c
src/qemu/qemu_driver.c
src/vbox/vbox_tmpl.c
src/xen/xend_internal.c
src/xen/xm_internal.c