]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
storage: Move readonly and shared flags to disk source from disk def
authorPeter Krempa <pkrempa@redhat.com>
Tue, 24 Jun 2014 13:15:55 +0000 (15:15 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 8 Jul 2014 12:27:19 +0000 (14:27 +0200)
commit63834faadbdee72508f43ec5d6f34f5fdce5c7a8
tree51ccad04a9fbe0e1e5deaf0e504f446e4fe9e86d
parentf2b26dff1f74fc58bd2b3a775ddb92502d234839
storage: Move readonly and shared flags to disk source from disk def

In the future we might need to track state of individual images. Move
the readonly and shared flags to the virStorageSource struct so that we
can keep them in a per-image basis.
19 files changed:
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libxl/libxl_conf.c
src/locking/domain_lock.c
src/lxc/lxc_cgroup.c
src/lxc/lxc_controller.c
src/lxc/lxc_driver.c
src/qemu/qemu_cgroup.c
src/qemu/qemu_command.c
src/qemu/qemu_conf.c
src/qemu/qemu_driver.c
src/qemu/qemu_migration.c
src/security/security_dac.c
src/security/security_selinux.c
src/security/virt-aa-helper.c
src/util/virstoragefile.h
src/vbox/vbox_tmpl.c
src/xenxs/xen_sxpr.c
src/xenxs/xen_xm.c