]> xenbits.xensource.com Git - libvirt.git/commit
qemuBuildMachineCommandLine: Drop needless check
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 29 May 2020 12:56:16 +0000 (14:56 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 8 Jul 2020 10:05:24 +0000 (12:05 +0200)
commitfe43b3a5a5532377f7de40e77ca9ffde5aa2ca7e
tree54975321e443a26cdfe151701a70ded357dd0c18
parent8ba1792785e17736db866d62b68812a9c7e7ca40
qemuBuildMachineCommandLine: Drop needless check

The machine can not be NULL at this point -
qemuDomainDefPostParse() makes sure it isn't.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
src/qemu/qemu_command.c