]> xenbits.xensource.com Git - libvirt.git/commit
qemu: simplify qemuProcessSetupRawIO
authorJán Tomko <jtomko@redhat.com>
Thu, 13 Jan 2022 17:26:14 +0000 (18:26 +0100)
committerJán Tomko <jtomko@redhat.com>
Wed, 19 Jan 2022 12:57:59 +0000 (13:57 +0100)
commit6ba2643257f6b805e466ee92aa3f59784a9745ee
tree300ab3fdf8c1f48b40df9019e366a1303d43ad23
parent81200218607b00edc63ead440fe73391743f07ad
qemu: simplify qemuProcessSetupRawIO

Remove the now unused 'driver' parameter, as well as the pointless
if (ret == 0) comparison which is always true after removing the
cleanup label.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
src/qemu/qemu_process.c