On Mon, Feb 04, 2013 at 14:01:27 +0100, Jiri Denemark wrote:
On Fri, Feb 01, 2013 at 11:18:25 +0000, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange" <berrange(a)redhat.com>
>
> As a step towards making virDomainObjList thread-safe turn it
> into an opaque virObject, preventing any direct access to its
> internals.
>
> As part of this a new method virDomainObjListForEach is
> introduced to replace all existing usage of virHashForEach
...
ACK with the small issues fixed.
Oops, that was premature; make check fails after this patch with a lot
of errors similar to
error: failed to connect to the hypervisor
error: Class virDomainObjList must derive from virObjectLockable
Jirka