]> xenbits.xensource.com Git - libvirt.git/commit
qemu: command: Add infrastructure for object specified disk sources
authorPeter Krempa <pkrempa@redhat.com>
Mon, 25 Jul 2016 17:51:18 +0000 (19:51 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 27 Jul 2016 11:33:10 +0000 (13:33 +0200)
commitf444101729db35979857f317f46908bea3750488
treef813403da9f444323d4f63e698cee7d8e9cc0d70
parent74df83a9eba87f81d4190dad0db7e30b9d89c7ea
qemu: command: Add infrastructure for object specified disk sources

To allow richer definitions of disk sources add infrastructure that will
allow to register functionst generating a JSON object based definition.

This infrastructure will then convert the definition to the proper
command line syntax and use it in cases where it's necessary. This will
allow to keep legacy definitions for back-compat when possible and use
the new definitions for the configurations requiring them.
src/libvirt_private.syms
src/qemu/qemu_command.c
src/util/virqemu.c
src/util/virqemu.h