Re: [Libvir] PATCH: Cleanup conditionals from proxy driver in Xen code

2007-09-19 Thread Daniel Veillard
On Wed, Sep 19, 2007 at 04:07:28AM +0100, Daniel P. Berrange wrote: > The various xen drivers have alot of their code conditionally compiled using > #ifdef PROXY to avoid functions when built into the proxy. Without the proxy > this is no longer needed. There are a couple of functions that were onl

[Libvir] PATCH: Cleanup conditionals from proxy driver in Xen code

2007-09-18 Thread Daniel P. Berrange
The various xen drivers have alot of their code conditionally compiled using #ifdef PROXY to avoid functions when built into the proxy. Without the proxy this is no longer needed. There are a couple of functions that were only used by the proxy & so can go completely. $ diffstat .hg/patches/proxy-