]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Add RBD support and some network disk fixes
authorJosh Durgin <joshd@hq.newdream.net>
Tue, 7 Dec 2010 19:56:34 +0000 (11:56 -0800)
committerEric Blake <eblake@redhat.com>
Thu, 9 Dec 2010 21:20:53 +0000 (14:20 -0700)
commit85400fb9929b658b762ff2928007fcba501a7183
tree92b2b490498ced34b63de5b0a593f682d6e3fb4c
parent036ad5052b43fe9f0d197e89fd16715950408e1d
qemu: Add RBD support and some network disk fixes

Changes common to all network disks:
-Make source name optional in the domain schema, since NBD doesn't use it
-Add a hostName type to the domain schema, and use it instead of genericName, which doesn't include .
-Don't leak host names or ports
-Set the source protocol in qemuParseCommandline

Signed-off-by: Josh Durgin <joshd@hq.newdream.net>
AUTHORS
docs/schemas/domain.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_conf.c