]> Git Repo - qemu.git/commit
migration: provide ram_state_cleanup
authorPeter Xu <[email protected]>
Thu, 19 Oct 2017 06:31:58 +0000 (14:31 +0800)
committerJuan Quintela <[email protected]>
Mon, 23 Oct 2017 16:03:36 +0000 (18:03 +0200)
commit7d7c96be7b25f285b3759ec0545bbe82dd0d8076
treec60b22a87307e6251b5d1a89d0b3ad2bc899258d
parent7d00ee6ad6c2dbeeb68e8d5343ec77bc5873d8f8
migration: provide ram_state_cleanup

There are two Mutexes that are created but not yet destroyed for
RAMState.  Fix that.

Since we are at it, provide helper function to clean up RAMState.

Signed-off-by: Peter Xu <[email protected]>
Reviewed-by: Juan Quintela <[email protected]>
Signed-off-by: Juan Quintela <[email protected]>
migration/ram.c
This page took 0.026328 seconds and 4 git commands to generate.