]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Adjust various bool BlockIoTune set_ values into a single mask
authorJohn Ferlan <jferlan@redhat.com>
Mon, 7 Nov 2016 14:49:22 +0000 (09:49 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 5 Dec 2016 23:12:08 +0000 (18:12 -0500)
commitd0f82df2058d8be3834f8fefa2c1ab7830221a92
treeea61c4d6b0a2608d657a42038f21a2e87c889d02
parentad9f127302bdd1a0d2ae78018980a39eaef6714d
qemu: Adjust various bool BlockIoTune set_ values into a single mask

Rather than have multiple bool values, create a single enum with bits
representing what fields are set. Fields are generally set in groups
of 3 (read, write, total).
src/qemu/qemu_driver.c