Re: [libvirt] [PATCH 2/3] Add optional model attribute to the controller element

2010-06-24 Thread Matthias Bolte
2010/6/21 Daniel Veillard : > On Thu, Jun 17, 2010 at 11:15:43PM +0200, Matthias Bolte wrote: >> This is a step towards controller support for the ESX driver. >> --- >>  docs/schemas/domain.rng |    9 + >>  src/conf/domain_conf.c  |   34 ++ >>  src/conf/domai

Re: [libvirt] [PATCH 2/3] Add optional model attribute to the controller element

2010-06-21 Thread Daniel Veillard
On Thu, Jun 17, 2010 at 11:15:43PM +0200, Matthias Bolte wrote: > This is a step towards controller support for the ESX driver. > --- > docs/schemas/domain.rng |9 + > src/conf/domain_conf.c | 34 ++ > src/conf/domain_conf.h | 11 +++ > src

[libvirt] [PATCH 2/3] Add optional model attribute to the controller element

2010-06-17 Thread Matthias Bolte
This is a step towards controller support for the ESX driver. --- docs/schemas/domain.rng |9 + src/conf/domain_conf.c | 34 ++ src/conf/domain_conf.h | 11 +++ src/qemu/qemu_driver.c |1 + 4 files changed, 55 insertions(+), 0 deletion