]> Git Repo - qemu.git/commit
block/dirty-bitmap: add recording and busy properties
authorJohn Snow <[email protected]>
Tue, 12 Mar 2019 16:05:48 +0000 (12:05 -0400)
committerJohn Snow <[email protected]>
Tue, 12 Mar 2019 16:05:48 +0000 (12:05 -0400)
commit4db6ceb0b594e179fcbd46a351b8cebaa840bf0d
tree462ea66a07936d570436dce7ae4c7a4edf8903e6
parent46316f1dfffc6be72e94e89f7b0e9162e7dcdcf1
block/dirty-bitmap: add recording and busy properties

The current API allows us to report a single status, which we've defined as:

Frozen: has a successor, treated as qmp_locked, may or may not be enabled.
Locked: no successor, qmp_locked. may or may not be enabled.
Disabled: Not frozen or locked, disabled.
Active: Not frozen, locked, or disabled.

The problem is that both "Frozen" and "Locked" mean nearly the same thing,
and that both of them do not intuit whether they are recording guest writes
or not.

This patch deprecates that status field and introduces two orthogonal
properties instead to replace it.

Signed-off-by: John Snow <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Vladimir Sementsov-Ogievskiy <[email protected]>
Message-id: 20190223000614[email protected]
Signed-off-by: John Snow <[email protected]>
block/dirty-bitmap.c
qapi/block-core.json
qemu-deprecated.texi
tests/qemu-iotests/236.out
This page took 0.02659 seconds and 4 git commands to generate.