]> xenbits.xensource.com Git - libvirt.git/commit
docs, schema, conf: Add support for setting scheduler parameters of guest threads
authorMartin Kletzander <mkletzan@redhat.com>
Thu, 8 Jan 2015 12:54:21 +0000 (13:54 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Wed, 11 Feb 2015 16:30:06 +0000 (17:30 +0100)
commit8680ea9749a22230714a982df2531ac8847551bf
treef7724f35713340c4d04f42eaa7d64f736163db15
parentb6a2828e53717efdb41beb6a39b8e3a0166b9ef0
docs, schema, conf: Add support for setting scheduler parameters of guest threads

In order for QEMU vCPU (and other) threads to run with RT scheduler,
libvirt needs to take care of that so QEMU doesn't have to run privileged.

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

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
tests/qemuxml2argvdata/qemuxml2argv-cputune-iothreadsched-toomuch.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cputune-iothreadsched.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cputune-vcpusched-overlap.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/qemuxml2xmloutdata/qemuxml2xmlout-cputune-iothreadsched.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c