]> Git Repo - qemu.git/commit - stubs/replay.c
replay: make locking visible outside replay code
authorAlex Bennée <[email protected]>
Tue, 27 Feb 2018 09:52:42 +0000 (12:52 +0300)
committerPaolo Bonzini <[email protected]>
Mon, 12 Mar 2018 15:12:50 +0000 (16:12 +0100)
commita36544d34c8b7e483386d29f9716ca9f4caad9fb
treea1682c57aa3a90ab2ff16741891773a9af0318a5
parent180d30bebeff8e3687b50bd55d44e6a5a83bc4da
replay: make locking visible outside replay code

The replay_mutex_lock/unlock/locked functions are now going to be used
for ensuring lock-step behaviour between the two threads. Make them
public API functions and also provide stubs for non-QEMU builds on
common paths.

Signed-off-by: Alex Bennée <[email protected]>
Signed-off-by: Pavel Dovgalyuk <[email protected]>
Message-Id: <20180227095242.1060.16601.stgit@pasha-VirtualBox>
Signed-off-by: Paolo Bonzini <[email protected]>
include/sysemu/replay.h
replay/replay-internal.c
replay/replay-internal.h
stubs/replay.c
This page took 0.025982 seconds and 4 git commands to generate.