[libvirt] [PATCH 2/2] Use virGetLastErrorMessage()

Cole Robinson crobinso at redhat.com
Tue May 10 22:20:02 UTC 2016


On 05/10/2016 08:16 AM, Jovanka Gulicoska wrote:
> virGetLastErrorMessage() in daemon, examples,bhyve, lxc,
> logging, locking, libvirt, libxl, lxc, rpc, storage,
> uml, and util.
> 
> Fix syntax error in tests.

Patches should be individually clean, so the test fixup should have been
squashed into the previous patch.

Easiest way to do that: make the changes, git commit tests/, then git rebase
-i and 'fixup' the previous commit.

This patch also conflicts with changes in the libxl driver that have gone
since you posted, so be careful with that

Additionally there's another instance that needs fixing in src/conf/virsecretobj.c

Otherwise the patch looks good

Thanks,
Cole




More information about the libvir-list mailing list