# https://uefi.org/sites/default/files/resources/ACPI_6_1.pdf
##
-
##
# @inject-ghes-v2-error:
#
{ 'struct': 'ChardevRingbufWrapper',
'data': { 'data': 'ChardevRingbuf' } }
-
##
# @ChardevPtyWrapper:
#
'base': 'TlsCredsProperties',
'data': { '*sanity-check': 'bool',
'*passwordid': 'str' } }
+
##
# @QCryptoAkCipherAlgo:
#
#
# Since: 8.0
##
-
{ 'enum': 'CxlUncorErrorType',
'data': ['cache-data-parity',
'cache-address-parity',
'postcopy-recover-setup',
'postcopy-recover', 'completed', 'failed', 'colo',
'pre-switchover', 'device', 'wait-unplug' ] }
+
##
# @VfioStats:
#
# Features:
#
# @unstable: Members @x-colo and @x-ignore-shared are experimental.
+#
# @deprecated: Member @zero-blocks is deprecated as being part of
# block migration which was already removed.
#
# The migration channel-type request options.
#
# @main: Main outbound migration channel.
+#
# @cpr: Checkpoint and restart state channel.
#
# Since: 8.1
'sev': 'SevGuestInfo',
'sev-snp': 'SevSnpGuestInfo' } }
-
##
# @query-sev:
#
'pending': 'bool',
'masked': 'bool'} }
-
##
# @xen-event-list:
#
#
# Since: 4.0
##
-
{ 'struct': 'AnnounceParameters',
'data': { 'initial': 'int',
'max': 'int',
# <- { "timestamp": {"seconds": 1739538638, "microseconds": 354181 },
# "event": "NETDEV_VHOST_USER_CONNECTED",
# "data": { "netdev-id": "netdev0", "chardev-id": "chr0" } }
-#
##
{ 'event': 'NETDEV_VHOST_USER_CONNECTED',
'data': { 'netdev-id': 'str', 'chardev-id': 'str' } }
# <- { "timestamp": { "seconds": 1739538634, "microseconds": 920450 },
# "event": "NETDEV_VHOST_USER_DISCONNECTED",
# "data": { "netdev-id": "netdev0" } }
-#
##
{ 'event': 'NETDEV_VHOST_USER_DISCONNECTED',
'data': { 'netdev-id': 'str' } }
{ 'struct': 'ObjectPropertiesValues',
'data': { 'properties': [ 'ObjectPropertyValue' ] }}
-
##
# @qom-list:
#
#
# @typename: the type name of an object
#
-#
# .. note:: Objects can create properties at runtime, for example to
# describe links between different devices and/or objects. These
# properties are not included in the output of this command.
'data': { '*cpu-affinity': ['uint16'],
'*node-affinity': ['uint16'] } }
-
##
# @ObjectType:
#
# error information, as zero-terminated string. Present when the
# "GPA valid" bit (bit 63) is set in @error-code.
#
-#
# Since: 10.1
##
{'struct': 'GuestPanicInformationTdx',
##
{ 'command': 'query-vnc', 'returns': 'VncInfo',
'if': 'CONFIG_VNC' }
+
##
# @query-vnc-servers:
#
{ 'enum' : 'InputMultiTouchType',
'data' : [ 'begin', 'update', 'end', 'cancel', 'data' ] }
-
##
# @InputKeyEvent:
#
#
# Since: 9.0
##
-
{ 'struct': 'IOThreadVirtQueueMapping',
'data': { 'iothread': 'str', '*vqs': ['uint16'] } }
#
# Since: 9.0
##
-
{ 'struct': 'DummyVirtioForceArrays',
'data': { 'unused-iothread-vq-mapping': ['IOThreadVirtQueueMapping'],
'unused-virtio-gpu-output': ['VirtIOGPUOutput'] } }