[libvirt] [PATCH 0/4] NVRAM store file format

Michal Privoznik mprivozn at redhat.com
Tue Jan 13 13:41:52 UTC 2015


The first patch is in fact unrelated, but trivial.
The interesting work is done in the rest of the patches.

Michal Privoznik (4):
  formatdomaincaps: Correctly format API reference
  conf: Allow UEFI NVRAM format selection
  qemu: Adapt to NVRAM store file format change
  domaincaps: Expose NVRAM store file format capabilities

 docs/formatdomain.html.in                          |  8 +++--
 docs/formatdomaincaps.html.in                      | 20 +++++++++--
 docs/schemas/domaincaps.rng                        | 13 +++++++
 docs/schemas/domaincommon.rng                      |  8 +++++
 src/conf/domain_capabilities.c                     | 17 +++++++++
 src/conf/domain_capabilities.h                     |  1 +
 src/conf/domain_conf.c                             | 40 +++++++++++++++++-----
 src/conf/domain_conf.h                             | 10 ++++++
 src/libvirt_private.syms                           |  2 ++
 src/qemu/qemu_capabilities.c                       |  7 ++--
 src/qemu/qemu_command.c                            |  6 ++--
 tests/domaincapsschemadata/domaincaps-full.xml     |  6 ++++
 .../domaincaps-qemu_1.6.50-1.xml                   |  6 ++++
 tests/domaincapstest.c                             |  1 +
 .../qemuxml2argv-bios-nvram-qcow2.args             | 10 ++++++
 .../qemuxml2argv-bios-nvram-qcow2.xml              | 40 ++++++++++++++++++++++
 tests/qemuxml2argvtest.c                           |  2 ++
 .../qemuxml2xmlout-bios-nvram.xml                  | 40 ++++++++++++++++++++++
 tests/qemuxml2xmltest.c                            |  2 +-
 19 files changed, 220 insertions(+), 19 deletions(-)
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-bios-nvram-qcow2.args
 create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-bios-nvram-qcow2.xml
 create mode 100644 tests/qemuxml2xmloutdata/qemuxml2xmlout-bios-nvram.xml

-- 
2.0.5




More information about the libvir-list mailing list