On 11/10/21 19:03, Eric Blake wrote:
+# @sections: The EPC sections info for guest
#
# Since: 6.2
Given this has not yet been in a stable release, we can make this change...
##
@@ -356,7 +371,7 @@
'sgx1': 'bool',
'sgx2': 'bool',
'flc': 'bool',
- 'section-size': 'uint64'},
+ 'sections': ['SGXEPCSection']},
'if': 'TARGET_I386' }
...but are we sure we have the best interface possible if we are still
expressing uncertainty about the QAPI used to represent it?
Yes, I think it's better to have a more flexible representation.
Paolo