]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Make basic upfront checks before create command
authorJohn Ferlan <jferlan@redhat.com>
Mon, 15 Feb 2016 21:55:08 +0000 (16:55 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 18 Feb 2016 12:03:30 +0000 (07:03 -0500)
commit470129a43fb77df80f3b5a6a3e815e55088570d6
treed8a1aa312a3b2370a0173090726f2c3ae714c0af
parent65c4c7d850010049562e27c40639aba1d0526ead
qemu: Make basic upfront checks before create command

Create qemuBuildCommandLineValidate to make some checks before trying
to build the command. This will move some logic from much later to much
earlier - we shouldn't be adjusting any data so that shouldn't matter.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_command.c