On Wed, 09 Sep 2026 18:56:56 +0100, Daniel P. Berrangé <[email protected]> wrote: > The current DEFINE_MACHINE macro will declare machine type without any > explicit statement about the security status. As such the machine type > will be treated as implicitly insecure at runtime. > > Introduce a new DEFINE_SECURE_MACHINE macro (with variants) that > allow code to make an explicit statement that the machine is treated > as secure. This should primarily be used for versioned machine types > that are intended to be used with KVM, though some others may warrant > a security declaration. > > [...]
Reviewed-by: Marc-André Lureau <[email protected]> -- Marc-André Lureau <[email protected]>
