Re: [libvirt] [PATCH 8/9] Implement empty post parse callbacks for all drivers

2014-10-14 Thread John Ferlan
On 10/14/2014 03:29 AM, Peter Krempa wrote: > To allow easy implementation of a callback check this patch adds empty > post parse callbacks to drivers that were missing them. > --- > src/bhyve/bhyve_domain.c | 10 ++ > src/parallels/parallels_driver.c | 21 + >

[libvirt] [PATCH 8/9] Implement empty post parse callbacks for all drivers

2014-10-14 Thread Peter Krempa
To allow easy implementation of a callback check this patch adds empty post parse callbacks to drivers that were missing them. --- src/bhyve/bhyve_domain.c | 10 ++ src/parallels/parallels_driver.c | 21 + src/phyp/phyp_driver.c | 29 ++