qapi-schema.json (c28d4869ea1235b80ef59d5f5e8ca96bc4155c0c) qapi-schema.json (631b22ea206300f09b9d1bb9249169e0f0092639)
1# *-*- Mode: Python -*-*
2
3##
4#
5# General note concerning the use of guest agent interfaces:
6#
7# "unsupported" is a higher-level error than the errors that individual
8# commands might document. The caller should always be prepared to receive

--- 794 unchanged lines hidden (view full) ---

803{ 'command': 'guest-get-memory-blocks',
804 'returns': ['GuestMemoryBlock'] }
805
806##
807# @GuestMemoryBlockResponseType
808#
809# An enumeration of memory block operation result.
810#
1# *-*- Mode: Python -*-*
2
3##
4#
5# General note concerning the use of guest agent interfaces:
6#
7# "unsupported" is a higher-level error than the errors that individual
8# commands might document. The caller should always be prepared to receive

--- 794 unchanged lines hidden (view full) ---

803{ 'command': 'guest-get-memory-blocks',
804 'returns': ['GuestMemoryBlock'] }
805
806##
807# @GuestMemoryBlockResponseType
808#
809# An enumeration of memory block operation result.
810#
811# @sucess: the operation of online/offline memory block is successful.
811# @success: the operation of online/offline memory block is successful.
812# @not-found: can't find the corresponding memoryXXX directory in sysfs.
813# @operation-not-supported: for some old kernels, it does not support
814# online or offline memory block.
815# @operation-failed: the operation of online/offline memory block fails,
816# because of some errors happen.
817#
818# Since: 2.3
819##

--- 74 unchanged lines hidden ---
812# @not-found: can't find the corresponding memoryXXX directory in sysfs.
813# @operation-not-supported: for some old kernels, it does not support
814# online or offline memory block.
815# @operation-failed: the operation of online/offline memory block fails,
816# because of some errors happen.
817#
818# Since: 2.3
819##

--- 74 unchanged lines hidden ---