Re: [libvirt] [PATCH] util: Propagate numad failures correctly

2019-06-04 Thread Ján Tomko
On Mon, Jun 03, 2019 at 07:14:37PM +0200, Andrea Bolognani wrote: Right now, if numad fails, we raise an error but return an empty string to the caller instead of a NULL pointer, which means processing will continue and the user will see # virsh start guest error: Failed to start domain guest

Re: [libvirt] [PATCH] util: Propagate numad failures correctly

2019-06-03 Thread Daniel Henrique Barboza
On 6/3/19 2:14 PM, Andrea Bolognani wrote: Right now, if numad fails, we raise an error but return an empty string to the caller instead of a NULL pointer, which means processing will continue and the user will see # virsh start guest error: Failed to start domain guest error:

[libvirt] [PATCH] util: Propagate numad failures correctly

2019-06-03 Thread Andrea Bolognani
Right now, if numad fails, we raise an error but return an empty string to the caller instead of a NULL pointer, which means processing will continue and the user will see # virsh start guest error: Failed to start domain guest error: invalid argument: Failed to parse bitmap '' instead of