[libvirt] [PATCH v3 0/2] Add new HyperV features

Ján Tomko jtomko at redhat.com
Wed Jun 5 15:50:15 UTC 2013


v1:
https://www.redhat.com/archives/libvir-list/2013-May/msg00173.html
v2:
https://www.redhat.com/archives/libvir-list/2013-May/msg00184.html
uses virStringSplit instead of strsep
added a missing break to virDomainDefParseXML
v3:
rebased to use VIR_STRDUP
fixed a crash on parsing '-cpu qemu32,hv_'

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                         | 161 ++++++++++++++----------
 tests/qemuxml2argvdata/qemuxml2argv-hyperv.args |   2 +-
 tests/qemuxml2argvdata/qemuxml2argv-hyperv.xml  |   2 +
 7 files changed, 170 insertions(+), 67 deletions(-)

-- 
1.8.1.5




More information about the libvir-list mailing list