[libvirt] [PATCH v2 0/2] qemu: support new HyperV-related features

Ján Tomko jtomko at redhat.com
Thu May 2 18:48:32 UTC 2013


1/2 prevents memory leaks and hair loss in qemuParseCommandLineCPU
2/2 adds support for the new cpu flags
 
v1:
https://www.redhat.com/archives/libvir-list/2013-May/msg00173.html
v2:
uses virStringSplit instead of strsep
added a missing break to virDomainDefParseXML

Ján Tomko (2):
  qemu: simplify CPU command line parsing
  qemu: add hv_vapic and hv_spinlocks support

 docs/formatdomain.html.in                       |  17 ++-
 docs/schemas/domaincommon.rng                   |  12 ++
 src/conf/domain_conf.c                          |  40 +++++-
 src/conf/domain_conf.h                          |   3 +
 src/qemu/qemu_command.c                         | 168 +++++++++++++-----------
 tests/qemuxml2argvdata/qemuxml2argv-hyperv.args |   2 +-
 tests/qemuxml2argvdata/qemuxml2argv-hyperv.xml  |   2 +
 7 files changed, 164 insertions(+), 80 deletions(-)

-- 
1.8.1.5




More information about the libvir-list mailing list