Re: [libvirt] [PATCHv3 20/27] fix fallout from adding new parameter to internal APIs

2013-03-12 Thread Daniel P. Berrange
On Mon, Mar 11, 2013 at 04:06:31PM +0100, Peter Krempa wrote: > --- > src/conf/domain_conf.c | 4 +++- > src/conf/domain_conf.h | 2 ++ > src/libxl/libxl_driver.c | 6 -- > src/lxc/lxc_driver.c | 6 -- > src/openvz/openvz_driver.c | 4 ++-- > src/phyp/phyp_driver.c

[libvirt] [PATCHv3 20/27] fix fallout from adding new parameter to internal APIs

2013-03-11 Thread Peter Krempa
--- src/conf/domain_conf.c | 4 +++- src/conf/domain_conf.h | 2 ++ src/libxl/libxl_driver.c | 6 -- src/lxc/lxc_driver.c | 6 -- src/openvz/openvz_driver.c | 4 ++-- src/phyp/phyp_driver.c | 4 ++-- src/qemu/qemu_driver.c | 11 +++ src/uml/uml_driver.