Re: [libvirt] PATCH: 2/28: Kill off macros in test driver

2008-12-01 Thread Daniel Veillard
On Sun, Nov 30, 2008 at 11:20:28PM +, Daniel P. Berrange wrote: > > The test driver has alot of convenience macros for for fetching the private > internal object impls from the public API parameters. Unfortunately these > rather obscure/hide code flow & variable accesses in the test driver, ma

Re: [libvirt] PATCH: 2/28: Kill off macros in test driver

2008-11-30 Thread Daniel P. Berrange
The test driver has alot of convenience macros for for fetching the private internal object impls from the public API parameters. Unfortunately these rather obscure/hide code flow & variable accesses in the test driver, making it hard to determine whether a method is thread safe. So this patch rem