]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: command: Extract tests for subsets of blkdeviotune settings
authorPeter Krempa <pkrempa@redhat.com>
Fri, 17 Mar 2017 08:23:54 +0000 (09:23 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 17 Mar 2017 10:12:33 +0000 (11:12 +0100)
commit70f09112783c5bca1ab44be90dc1c7aa27cd2408
treef1170ab9d4ef514f3d2c07258b51ae0363d2accb
parent942e6a73bc8ac0858af7f60e7c0d8189767c3909
qemu: command: Extract tests for subsets of blkdeviotune settings

When checking capabilities for qemu we need to check whether subsets of
the disk throttling settings are supported. Extract the checks into a
separate functions as they will be reused in next patch.
src/qemu/qemu_command.c