
25 Sep
2012
25 Sep
'12
7:44 a.m.
On 24.09.2012 22:45, Peter Krempa wrote:
In most of the snapshot API's there's no need to hold the driver lock the whole time.
This patch adds helper functions that get the domain object in functions that don't require the driver lock and simplifies call paths from snapshot-related API's. --- Diff to v1: - remove touching domain configuration locking to handle NULL gracefully and apropriate tweaks not to break code
src/qemu/qemu_driver.c | 267 +++++++++++++++---------------------------------- 1 file changed, 79 insertions(+), 188 deletions(-)
ACK Michal