https://bugzilla.redhat.com/show_bug.cgi?id=990418
Ján Tomko (2):
Add pcihole64 element to domain features
Build QEMU command line for pcihole64
docs/formatdomain.html.in | 8 +++++
docs/schemas/domaincommon.rng | 7 ++++
src/conf/domain_conf.c | 13 ++++++-
src/conf/domain_conf.h | 2 ++
src/qemu/qemu_capabilities.c | 14 ++++++++
src/qemu/qemu_capabilities.h | 2 ++
src/qemu/qemu_command.c | 41 ++++++++++++++++++++++
.../qemuxml2argv-pcihole64-none.args | 4 +++
.../qemuxml2argv-pcihole64-none.xml | 24 +++++++++++++
.../qemuxml2argv-pcihole64-q35.args | 9 +++++
.../qemuxml2argv-pcihole64-q35.xml | 34 ++++++++++++++++++
tests/qemuxml2argvdata/qemuxml2argv-pcihole64.args | 5 +++
tests/qemuxml2argvdata/qemuxml2argv-pcihole64.xml | 24 +++++++++++++
tests/qemuxml2argvtest.c | 10 ++++++
tests/qemuxml2xmltest.c | 4 +++
15 files changed, 200 insertions(+), 1 deletion(-)
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pcihole64-none.args
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pcihole64-none.xml
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pcihole64-q35.args
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pcihole64-q35.xml
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pcihole64.args
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-pcihole64.xml
--
1.8.1.5