mirror of
https://github.com/mii443/qemu.git
synced 2025-12-03 11:08:25 +00:00
add dirty-ring capability
This commit is contained in:
@@ -534,6 +534,8 @@
|
||||
# each RAM page. Requires a migration URI that supports seeking,
|
||||
# such as a file. (since 9.0)
|
||||
#
|
||||
# @dirty-ring: Dirty ring. (since 9.0)
|
||||
#
|
||||
# Features:
|
||||
#
|
||||
# @deprecated: Member @block is deprecated. Use blockdev-mirror with
|
||||
@@ -558,7 +560,7 @@
|
||||
{ 'name': 'x-ignore-shared', 'features': [ 'unstable' ] },
|
||||
'validate-uuid', 'background-snapshot',
|
||||
'zero-copy-send', 'postcopy-preempt', 'switchover-ack',
|
||||
'dirty-limit', 'mapped-ram'] }
|
||||
'dirty-limit', 'mapped-ram', 'dirty-ring'] }
|
||||
|
||||
##
|
||||
# @MigrationCapabilityStatus:
|
||||
|
||||
Reference in New Issue
Block a user