]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Honour error returned by virBitmapFormat
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 23 Sep 2013 16:43:47 +0000 (17:43 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 24 Sep 2013 15:58:27 +0000 (16:58 +0100)
commitb81f30566b919bebff0df9501574848088cae6a6
treeb62c14ddd76bd2b26ed0407b0e4007fa88fc5a1e
parenta4b0c75ce8e221ace1eba61fe0f722dbb0a95671
Honour error returned by virBitmapFormat

The code formatting NUMA args was ignoring the return value
of virBitmapFormat, so on OOM, it would silently drop the
NUMA cpumask arg.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/qemu/qemu_command.c