]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: command: Refactor creation of RNG device commandline
authorPeter Krempa <pkrempa@redhat.com>
Tue, 3 Feb 2015 09:31:33 +0000 (10:31 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 10 Feb 2015 12:05:22 +0000 (13:05 +0100)
commit25e2d897881875be32bc96cc5987fae641768eee
tree5850ae3fdc064bf2c569818116b60922bb83d299
parentb9f2d781d936febb21503b07c82ccbe65872195f
qemu: command: Refactor creation of RNG device commandline

As the RNG device is using an -object as backend refactor the code to
use the JSON to commandline generator so that we can reuse the code
later in hotplug.
src/qemu/qemu_command.c