]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: 'privileged' flag is not really configuration
authorPeter Krempa <pkrempa@redhat.com>
Mon, 15 Jun 2015 18:59:58 +0000 (20:59 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 18 Jun 2015 13:13:45 +0000 (15:13 +0200)
commit0b416434f842ec78bf6f2b917a119ca156dc639f
treec134053706297323d24fa5103e76549d03fc63da
parent58edccb4a51051c64f89eb838df687171e6494e9
qemu: 'privileged' flag is not really configuration

The privileged flag will not change while the configuration might
change. Make the 'privileged' flag member of the driver again and mark
it immutable. Should that ever change add an accessor that will group
reads of the state.
src/qemu/qemu_cgroup.c
src/qemu/qemu_command.c
src/qemu/qemu_conf.c
src/qemu/qemu_conf.h
src/qemu/qemu_domain.c
src/qemu/qemu_driver.c
tests/qemuxml2argvtest.c