]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Add support for enabling/disabling PMU
authorMartin Kletzander <mkletzan@redhat.com>
Mon, 5 Jan 2015 15:52:18 +0000 (16:52 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Fri, 16 Jan 2015 12:43:46 +0000 (13:43 +0100)
commit6514c04c182f0c59ce8d491c37f0dc4b73703311
tree9c00e87782c4537afdc2661b9561aa362bb0ff71
parent199390117c9ad010c2cc84a152943a5f006ec2b1
qemu: Add support for enabling/disabling PMU

This is used as a boolean parameter for the '-cpu' option.

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

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/qemu/qemu_command.c
tests/qemuxml2argvdata/qemuxml2argv-pmu-feature-off.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-pmu-feature.args [new file with mode: 0644]
tests/qemuxml2argvtest.c