]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Format scheduler priority when it is zero
authorLuyao Huang <lhuang@redhat.com>
Wed, 24 Jun 2015 04:00:36 +0000 (12:00 +0800)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 25 Jun 2015 21:25:30 +0000 (23:25 +0200)
commit786539d6bf5ff841e00c9a538fcf77c65c5c8fab
tree3b8c6793ba6d857d37bb173fd2bcfc22c014bfcd
parent774fd39984bf56bca27894195d0b98078f01fe41
conf: Format scheduler priority when it is zero

https://bugzilla.redhat.com/show_bug.cgi?id=1235116

According to our XML definition, zero is as valid as any other value.
Mainly because it should be kernel-agnostic.

Signed-off-by: Luyao Huang <lhuang@redhat.com>
src/conf/domain_conf.c
tests/qemuxml2argvdata/qemuxml2argv-cputune-iothreadsched-zeropriority.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c