Re: [Libvir] PATCH: Remove no-op network API impl from OpenVZ driver

2008-01-21 Thread Daniel P. Berrange
On Mon, Jan 21, 2008 at 11:52:36AM +, Richard W.M. Jones wrote: > Daniel P. Berrange wrote: > >The openvz_driver.c file registers an implementation of the networking > >driver APIs, which is a no-op. > > > >Even though the networking APIs are implemented in the QEMU driver, this > >one impl is

Re: [Libvir] PATCH: Remove no-op network API impl from OpenVZ driver

2008-01-21 Thread Richard W.M. Jones
Daniel P. Berrange wrote: The openvz_driver.c file registers an implementation of the networking driver APIs, which is a no-op. Even though the networking APIs are implemented in the QEMU driver, this one impl is *shared* and used across all virtualization driver backends. Thus no other driver

Re: [Libvir] PATCH: Remove no-op network API impl from OpenVZ driver

2008-01-21 Thread Daniel Veillard
On Sat, Jan 19, 2008 at 06:44:19PM +, Daniel P. Berrange wrote: > The openvz_driver.c file registers an implementation of the networking > driver APIs, which is a no-op. > > Even though the networking APIs are implemented in the QEMU driver, this > one impl is *shared* and used across all vir

[Libvir] PATCH: Remove no-op network API impl from OpenVZ driver

2008-01-19 Thread Daniel P. Berrange
The openvz_driver.c file registers an implementation of the networking driver APIs, which is a no-op. Even though the networking APIs are implemented in the QEMU driver, this one impl is *shared* and used across all virtualization driver backends. Thus no other driver such as Xen/OpenVZ/etc shoul