mirror of https://github.com/xemu-project/xemu.git
QAPI patches patches for 2024-07-29
-----BEGIN PGP SIGNATURE----- iQJGBAABCAAwFiEENUvIs9frKmtoZ05fOHC0AOuRhlMFAmanKOwSHGFybWJydUBy ZWRoYXQuY29tAAoJEDhwtADrkYZTMEkP/i4SyKj+nyrORrsJvanwHwUe+oBF/vfm 42KVBNUjCqc1v/W/sD3sMDSMKXFRnMU7+4KmlyyZ/24boAxisXHVID8fPzsOiNgy mxfkSNN2DZ3BLk0cdiD/l+Y7+3qOFd0byjWZYcGTgGYrGIZboykbrTMkcwrtwWjR UxTQGljywE5kOKOyIoDWyYTuJA9LGlC7o+95K3euR0fGBn9pQKB7pHgkx2MU/698 JWJfRDwwA09YZ9u5zTm+sq6hIp8zqmmsrI/L6wWFVV8DXLHH4nNkWpuOB9v+D11C yKHTm2orQ9fJGw1GHOOR2d2chj6BI6Oz5VOcZP9/G0K1iYCyHABok1K84TYz6YSd w4JLCgbrFYORci6tCBpOHOK518F0Tyh+Y8bif5OeNIlJd0NpSpzbA5Uw9VJAsbNp 3sswv6CNZ7AUtUPQqDptiK/ftGk0XkA3Jhcr02tSkP80dREaGzWPmB4lx19Ugw/W XQXF5C4nLo445c/80ukHPWTSzdiuy9cha9TBjSY2YRjy2CFeW6VWko9BjyyWqqq/ dcohaag4CvuWjBM1PiYAcy9KJwuPvSG11QdkYsgC0ninLpntgLJs5ArY/HWAX0Rs M4w94QlccU0qXQ28N2tpgKL3TjjKvNQXSf95vhAKV1wR20WKW7ZeD9rl/4wTKl1C WSsYz12RoT8L =EiEy -----END PGP SIGNATURE----- Merge tag 'pull-qapi-2024-07-29' of https://repo.or.cz/qemu/armbru into staging QAPI patches patches for 2024-07-29 # -----BEGIN PGP SIGNATURE----- # # iQJGBAABCAAwFiEENUvIs9frKmtoZ05fOHC0AOuRhlMFAmanKOwSHGFybWJydUBy # ZWRoYXQuY29tAAoJEDhwtADrkYZTMEkP/i4SyKj+nyrORrsJvanwHwUe+oBF/vfm # 42KVBNUjCqc1v/W/sD3sMDSMKXFRnMU7+4KmlyyZ/24boAxisXHVID8fPzsOiNgy # mxfkSNN2DZ3BLk0cdiD/l+Y7+3qOFd0byjWZYcGTgGYrGIZboykbrTMkcwrtwWjR # UxTQGljywE5kOKOyIoDWyYTuJA9LGlC7o+95K3euR0fGBn9pQKB7pHgkx2MU/698 # JWJfRDwwA09YZ9u5zTm+sq6hIp8zqmmsrI/L6wWFVV8DXLHH4nNkWpuOB9v+D11C # yKHTm2orQ9fJGw1GHOOR2d2chj6BI6Oz5VOcZP9/G0K1iYCyHABok1K84TYz6YSd # w4JLCgbrFYORci6tCBpOHOK518F0Tyh+Y8bif5OeNIlJd0NpSpzbA5Uw9VJAsbNp # 3sswv6CNZ7AUtUPQqDptiK/ftGk0XkA3Jhcr02tSkP80dREaGzWPmB4lx19Ugw/W # XQXF5C4nLo445c/80ukHPWTSzdiuy9cha9TBjSY2YRjy2CFeW6VWko9BjyyWqqq/ # dcohaag4CvuWjBM1PiYAcy9KJwuPvSG11QdkYsgC0ninLpntgLJs5ArY/HWAX0Rs # M4w94QlccU0qXQ28N2tpgKL3TjjKvNQXSf95vhAKV1wR20WKW7ZeD9rl/4wTKl1C # WSsYz12RoT8L # =EiEy # -----END PGP SIGNATURE----- # gpg: Signature made Mon 29 Jul 2024 03:30:20 PM AEST # gpg: using RSA key 354BC8B3D7EB2A6B68674E5F3870B400EB918653 # gpg: issuer "armbru@redhat.com" # gpg: Good signature from "Markus Armbruster <armbru@redhat.com>" [full] # gpg: aka "Markus Armbruster <armbru@pond.sub.org>" [full] * tag 'pull-qapi-2024-07-29' of https://repo.or.cz/qemu/armbru: qapi/machine: Belatedly document target loongarch64 is since 7.1 qapi/qom: make some QOM properties depend on the build settings Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
commit
397c08b828
|
@ -485,7 +485,8 @@
|
|||
##
|
||||
{ 'struct': 'SecretKeyringProperties',
|
||||
'base': 'SecretCommonProperties',
|
||||
'data': { 'serial': 'int32' } }
|
||||
'data': { 'serial': 'int32' },
|
||||
'if': 'CONFIG_SECRET_KEYRING' }
|
||||
|
||||
##
|
||||
# @TlsCredsProperties:
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
#
|
||||
# @avr: since 5.1
|
||||
#
|
||||
# @loongarch64: since 7.1
|
||||
#
|
||||
# .. note:: The resulting QMP strings can be appended to the
|
||||
# "qemu-system-" prefix to produce the corresponding QEMU executable
|
||||
# name. This is true even for "qemu-system-x86_64".
|
||||
|
|
|
@ -222,7 +222,8 @@
|
|||
##
|
||||
{ 'struct': 'CanHostSocketcanProperties',
|
||||
'data': { 'if': 'str',
|
||||
'canbus': 'str' } }
|
||||
'canbus': 'str' },
|
||||
'if': 'CONFIG_LINUX' }
|
||||
|
||||
##
|
||||
# @ColoCompareProperties:
|
||||
|
@ -305,7 +306,8 @@
|
|||
##
|
||||
{ 'struct': 'CryptodevVhostUserProperties',
|
||||
'base': 'CryptodevBackendProperties',
|
||||
'data': { 'chardev': 'str' } }
|
||||
'data': { 'chardev': 'str' },
|
||||
'if': 'CONFIG_VHOST_CRYPTO' }
|
||||
|
||||
##
|
||||
# @DBusVMStateProperties:
|
||||
|
@ -514,7 +516,8 @@
|
|||
'data': { 'evdev': 'str',
|
||||
'*grab_all': 'bool',
|
||||
'*repeat': 'bool',
|
||||
'*grab-toggle': 'GrabToggleKeys' } }
|
||||
'*grab-toggle': 'GrabToggleKeys' },
|
||||
'if': 'CONFIG_LINUX' }
|
||||
|
||||
##
|
||||
# @EventLoopBaseProperties:
|
||||
|
@ -718,7 +721,8 @@
|
|||
'base': 'MemoryBackendProperties',
|
||||
'data': { '*hugetlb': 'bool',
|
||||
'*hugetlbsize': 'size',
|
||||
'*seal': 'bool' } }
|
||||
'*seal': 'bool' },
|
||||
'if': 'CONFIG_LINUX' }
|
||||
|
||||
##
|
||||
# @MemoryBackendShmProperties:
|
||||
|
@ -748,7 +752,8 @@
|
|||
##
|
||||
{ 'struct': 'MemoryBackendEpcProperties',
|
||||
'base': 'MemoryBackendProperties',
|
||||
'data': {} }
|
||||
'data': {},
|
||||
'if': 'CONFIG_LINUX' }
|
||||
|
||||
##
|
||||
# @PrManagerHelperProperties:
|
||||
|
@ -761,7 +766,8 @@
|
|||
# Since: 2.11
|
||||
##
|
||||
{ 'struct': 'PrManagerHelperProperties',
|
||||
'data': { 'path': 'str' } }
|
||||
'data': { 'path': 'str' },
|
||||
'if': 'CONFIG_LINUX' }
|
||||
|
||||
##
|
||||
# @QtestProperties:
|
||||
|
@ -884,7 +890,8 @@
|
|||
##
|
||||
{ 'struct': 'RngRandomProperties',
|
||||
'base': 'RngProperties',
|
||||
'data': { '*filename': 'str' } }
|
||||
'data': { '*filename': 'str' },
|
||||
'if': 'CONFIG_POSIX' }
|
||||
|
||||
##
|
||||
# @SevCommonProperties:
|
||||
|
|
Loading…
Reference in New Issue