[libvirt] [PATCH v3 0/4] qemu: -dtb option support

Olivia Yin hong-hua.yin at freescale.com
Wed Feb 27 08:28:36 UTC 2013


Sometime QEMU need load specific device tree binary images.
These patches provide -dtb option support and update docs/tests.

Olivia Yin (4):
  QEMU: add -dtb option support
  qemu: add dtb capability
  docs: add -dtb option support to QEMU
  tests: add dtb test case

 src/conf/domain_conf.c                           |    4 ++++
 src/conf/domain_conf.h                           |    1 +
 src/qemu/qemu_command.c                          |    6 ++++++
 src/qemu/qemu_capabilities.c                     |    3 +++
 src/qemu/qemu_capabilities.h                     |    1 +
 docs/formatdomain.html.in                        |    5 +++++
 docs/schemas/domaincommon.rng                    |    5 +++++
 tests/qemuxml2argvdata/qemuxml2argv-ppc-dtb.args |    1 +
 tests/qemuxml2argvdata/qemuxml2argv-ppc-dtb.xml  |   28 ++++++++++++++++++++++
 tests/qemuxml2argvtest.c                         |    2 +




More information about the libvir-list mailing list