On a Tuesday in 2023, Peter Krempa wrote:
Update to v7.2.0-1550-g79b677d658:
Notable changes:
- the 'stream' netdev backend supports 'reconnect'
- 'ide-cf' device added
- 'sgx-aex-notify' and 'sgx-edeccssa' cpu properties added
- 'pvrdma' device added
- 'qio-channel-rdma' channel added
- 'query-audiodevs` command added
- block graph info changes
- added specific information for 'file' node ('extent-size-hint')
- format specific info for 'vmdk' nodes changed
- 'query-migrationthreads' command added
- deprecated 'sga' device removed
- deprecated 'password' option of SPICE protocol removed
- deprecated 'section-size' property of return value of 'query-sgx'
removed
- 'x-early-migration' property for 'virtio-mem' added
- 'x-native-hotplug' renamed to 'x-do-not-expose-native-hotplug-cap'
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
.../caps_8.0.0.x86_64.replies | 3746 ++++++++++-------
.../caps_8.0.0.x86_64.xml | 6 +-
2 files changed, 2291 insertions(+), 1461 deletions(-)
@@ -3404,12 +3416,12 @@
{
"name": "discard",
"default": null,
- "type": "292"
+ "type": "294"
},
{
"name": "cache",
"default": null,
- "type": "293"
+ "type": "295"
Hmm, that's almost 297. :)
},
{
"name": "read-only",
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano