Changes from v1:
================
1. hv_reset and hv_vendor_id are supported
2. preparation patches [2],[3] for hv_vendor_id to reduce code dups
Maxim Nestratov (1):
conf: qemu: Add support for more HyperV Enlightenment features
Nikolay Shirokovskiy (2):
conf: refactor hyperv features parsing
conf: refactor hyperv features xml output
docs/formatdomain.html.in | 41 +++++
docs/schemas/domaincommon.rng | 37 ++++
src/conf/domain_conf.c | 186 +++++++++++++--------
src/conf/domain_conf.h | 9 +
src/qemu/qemu_command.c | 11 ++
src/qemu/qemu_parse_command.c | 20 +++
tests/qemuxml2argvdata/qemuxml2argv-hyperv-off.xml | 6 +
tests/qemuxml2argvdata/qemuxml2argv-hyperv.args | 3 +-
tests/qemuxml2argvdata/qemuxml2argv-hyperv.xml | 6 +
.../qemuxml2xmlout-hyperv-off.xml | 6 +
tests/qemuxml2xmloutdata/qemuxml2xmlout-hyperv.xml | 6 +
11 files changed, 262 insertions(+), 69 deletions(-)
--
1.8.3.1