On 11/06/14 14:01, Michal Privoznik wrote:
This practically boils down to:
1) rename DomainResume implementation to DomainResumeFlags
2) make DomainResume call DomainResumeFlags(dom, 0);
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/esx/esx_driver.c | 14 +++++++++++++-
src/hyperv/hyperv_driver.c | 14 +++++++++++++-
src/libxl/libxl_driver.c | 14 ++++++++++++--
src/lxc/lxc_driver.c | 15 +++++++++++++--
src/openvz/openvz_driver.c | 13 ++++++++++++-
src/parallels/parallels_driver.c | 11 ++++++++++-
src/phyp/phyp_driver.c | 12 +++++++++++-
src/qemu/qemu_driver.c | 15 +++++++++++++--
src/test/test_driver.c | 13 ++++++++++++-
src/vbox/vbox_common.c | 11 ++++++++++-
src/vmware/vmware_driver.c | 12 +++++++++++-
src/xen/xen_driver.c | 14 ++++++++++++--
src/xenapi/xenapi_driver.c | 21 +++++++++++++++++++--
13 files changed, 161 insertions(+), 18 deletions(-)
ACK,
Peter