]> xenbits.xensource.com Git - libvirt.git/commit
qemu: command: Separate validation from command line building for -drive
authorPeter Krempa <pkrempa@redhat.com>
Mon, 2 Oct 2017 15:13:44 +0000 (17:13 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 5 Oct 2017 07:28:37 +0000 (09:28 +0200)
commit627f489e5d6f9e82cfac22a07b76373a21be7220
tree096e57baace1d2f3cb5249cdba72d33823b2d38d
parent57b17c8d84f237741f14ad988746bb1956c459c3
qemu: command: Separate validation from command line building for -drive

Remove validation code into a separate function so that it's not
interleaved with actual building of the command line.
src/qemu/qemu_command.c