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

John Ferlan jferlan at redhat.com
Tue Oct 14 11:00:06 UTC 2014



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 +++++++++++++++++++++
>  src/phyp/phyp_driver.c           | 29 ++++++++++++++++++++++++++++-
>  src/uml/uml_driver.c             | 10 ++++++++++
>  src/vbox/vbox_common.c           | 19 +++++++++++++++++++
>  src/vmware/vmware_driver.c       | 24 +++++++++++++++++++++++-
>  src/vmx/vmx.c                    | 18 ++++++++++++++++++
>  src/xenapi/xenapi_driver.c       | 10 ++++++++++
>  8 files changed, 139 insertions(+), 2 deletions(-)
> 

Seems reasonable

ACK

John




More information about the libvir-list mailing list