]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Implement the ccf-assist pSeries feature
authorDaniel Henrique Barboza <danielhb413@gmail.com>
Tue, 8 Oct 2019 20:06:24 +0000 (17:06 -0300)
committerCole Robinson <crobinso@redhat.com>
Wed, 9 Oct 2019 21:51:47 +0000 (17:51 -0400)
commitcab3ea2303617583f31ffb1a9fc73780f796dc06
tree7c8c591efb5324bd8b9664416a304caafa40f4a0
parent86a8e5a84cb6251748925163345c688e0ea794fa
qemu: Implement the ccf-assist pSeries feature

This patch adds the implementation of the ccf-assist pSeries
feature, based on the QEMU_CAPS_MACHINE_PSERIES_CAP_CCF_ASSIST
capability that was added in the previous patch.

Reviewed-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_command.c
src/qemu/qemu_domain.c
tests/qemuxml2argvdata/pseries-features.args
tests/qemuxml2argvdata/pseries-features.xml
tests/qemuxml2argvtest.c
tests/qemuxml2xmloutdata/pseries-features.xml
tests/qemuxml2xmltest.c