Re: [libvirt] PATCH: 1/28: Stubs for object locking APIs

2008-12-01 Thread Daniel Veillard
On Sun, Nov 30, 2008 at 11:17:09PM +, Daniel P. Berrange wrote: > To facilitate later patches this introduces lock & unlock API calls for > each internal object which are just no-ops. Once all the drivers are > updated to call this at appropriate places, the stubs will be filled > out with actu

Re: [libvirt] PATCH: 1/28: Stubs for object locking APIs

2008-11-30 Thread Daniel P. Berrange
To facilitate later patches this introduces lock & unlock API calls for each internal object which are just no-ops. Once all the drivers are updated to call this at appropriate places, the stubs will be filled out with actual locking impls. This ensures each intermediate patch still results in a fu