]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: command: Don't bother reporting errors in smbios formatters
authorPeter Krempa <pkrempa@redhat.com>
Mon, 10 Oct 2016 04:03:57 +0000 (06:03 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 14 Oct 2016 02:03:52 +0000 (04:03 +0200)
commitec45439512f8136fa9dcdb53215cec0ccbf99d0d
treeb706a43a3fd71906796c3de76d002db1d880841c
parent8d67e2849ec37baf7a81d492eafe5fa9d1484b57
qemu: command: Don't bother reporting errors in smbios formatters

qemuBuildSmbiosBiosStr and qemuBuildSmbiosSystemStr return NULL if
there's nothing to format on the commandline. Reporting errors from
buffer creation doesn't make sense since it would be ignored.
src/qemu/qemu_command.c