qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 3/6] numa: Add SGXEPCSection list for multiple sections


From: Paolo Bonzini
Subject: Re: [PATCH 3/6] numa: Add SGXEPCSection list for multiple sections
Date: Tue, 12 Oct 2021 13:01:58 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.0

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]