This version improves virsh so that it doesn't update all tunables
but only those that changed (and now correctly).
This series contains a new patch that adds a helper to deal
with typed parameters.
Regarding typed parameters: Shouldn't we make the helpers to deal
with them public?
(Patches 1 and 2 didn't change to v2)
Peter Krempa (4):
qemu: clean up qemuSetSchedulerParametersFlags()
qemu: Add range checking for scheduler tunables when changed by API
util: Add helper to assign typed params from string
virsh: Update only changed scheduler tunables
src/libvirt_private.syms | 1 +
src/qemu/qemu_driver.c | 96 ++++++++++++++++-----------
src/util/virtypedparam.c | 97 ++++++++++++++++++++++++++++
src/util/virtypedparam.h | 6 ++
tools/virsh-domain.c | 164 +++++++++++++++++++++--------------------------
5 files changed, 236 insertions(+), 128 deletions(-)
--
1.7.12