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