Re: [libvirt] [PATCH] Add virCapabilities*EmulatorRequired.

2009-06-16 Thread Daniel Veillard
On Mon, Jun 15, 2009 at 06:11:06PM -0400, Cole Robinson wrote: > Certain drivers always need an 'emulator' specified in the XML (qemu and lxc > at least). Store this info in capabilities. yes this makes sense ! > > We will eventually use this to move default emulator handling out of > drivers

Re: [libvirt] [PATCH] Add virCapabilities*EmulatorRequired.

2009-06-16 Thread Daniel P. Berrange
On Mon, Jun 15, 2009 at 06:11:06PM -0400, Cole Robinson wrote: > Certain drivers always need an 'emulator' specified in the XML (qemu and lxc > at least). Store this info in capabilities. > > We will eventually use this to move default emulator handling out of > drivers and into domain_conf.* > >

[libvirt] [PATCH] Add virCapabilities*EmulatorRequired.

2009-06-15 Thread Cole Robinson
Certain drivers always need an 'emulator' specified in the XML (qemu and lxc at least). Store this info in capabilities. We will eventually use this to move default emulator handling out of drivers and into domain_conf.* Signed-off-by: Cole Robinson --- src/capabilities.c | 10 +