diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2012-10-04 19:56:26 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-10-04 19:56:26 -0500 |
commit | a14c74928ba1fdaada515717f4d3c3fa3275d6f7 (patch) | |
tree | 7062cfac7b7ce5c87d9a48090756f3f4ca85709a /qapi-schema.json | |
parent | 05d4f2f2ca6053bfea2e97cf324901ca18e49c76 (diff) | |
parent | 8aba7dc02d5660df7e7d8651304b3079908358be (diff) |
Merge remote-tracking branch 'sstabellini/xen-2012-10-03' into staging
* sstabellini/xen-2012-10-03:
xen: Set the vram dirty when an error occur.
exec, memory: Call to xen_modified_memory.
exec: Introduce helper to set dirty flags.
xen: Introduce xen_modified_memory.
QMP, Introduce xen-set-global-dirty-log command.
qemu/xen: Add 64 bits big bar support on qemu
xen: Fix, no unplug of pt device by platform device.
Diffstat (limited to 'qapi-schema.json')
-rw-r--r-- | qapi-schema.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index 23abb94a1a..f9dbdae699 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -2098,6 +2098,19 @@ { 'command': 'xen-save-devices-state', 'data': {'filename': 'str'} } ## +# @xen-set-global-dirty-log +# +# Enable or disable the global dirty log mode. +# +# @enable: true to enable, false to disable. +# +# Returns: nothing +# +# Since: 1.3 +## +{ 'command': 'xen-set-global-dirty-log', 'data': { 'enable': 'bool' } } + +## # @device_del: # # Remove a device from a guest |