Daniel P. Berrangé <[email protected]> writes: > On Fri, Apr 19, 2024 at 04:56:50PM +0100, Jean-Philippe Brucker wrote: >> Add a new RmeGuest object, inheriting from ConfidentialGuestSupport, to >> support the Arm Realm Management Extension (RME). It is instantiated by >> passing on the command-line: >> >> -M virt,confidential-guest-support=<id> >> -object guest-rme,id=<id>[,options...]
rme-guest Since there are no options so far, I'd omit [,options...] > How about either "arm-rme" or merely 'rme' as the object name "arm-rme" sounds good to me. Need to adjust the various identifiers with "guest" in them, then. >> This is only the skeleton. Support will be added in following patches. >> >> Cc: Eric Blake <[email protected]> >> Cc: Markus Armbruster <[email protected]> >> Cc: Daniel P. Berrangé <[email protected]> >> Cc: Eduardo Habkost <[email protected]> >> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> >> Reviewed-by: Richard Henderson <[email protected]> >> Signed-off-by: Jean-Philippe Brucker <[email protected]> QAPI schema Acked-by: Markus Armbruster <[email protected]>
