[libvirt] [PATCH v4 0/2] qemu: -dtb option support

Olivia Yin hong-hua.yin at freescale.com
Wed Mar 13 04:35:53 UTC 2013


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

Olivia Yin (2):
  qemu: add support for dtb option
  conf: Add support for dtb option in QEMU

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




More information about the libvir-list mailing list