xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* XSM SILO boot time spew
@ 2018-10-31 12:35 Andrew Cooper
  2018-11-01  3:19 ` Xin Li (Talons)
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Cooper @ 2018-10-31 12:35 UTC (permalink / raw)
  To: Xen-devel List; +Cc: Xin Li, Daniel De Graaf

Hello,

I've noticed that the SILO code causes the following debug spew:

(XEN) XSM Framework v1.0.0 initialized
(XEN) Initialising XSM SILO mode
(XEN) dummy.c:31: Had to override the security_domaininfo security
operation with the dummy one.
(XEN) dummy.c:32: Had to override the domain_create security operation
with the dummy one.
...
(XEN) dummy.c:158: Had to override the xen_version security operation
with the dummy one.
(XEN) dummy.c:159: Had to override the domain_resource_map security
operation with the dummy one.
(XEN) microcode: CPU0 updated from revision 0x1a to 0x25, date = 2018-04-02
(XEN) xstate: size: 0x340 and states: 0x7

which is a side effect of silo_xsm_ops only implementing a few of the
hooks, falling back to dummy for the rest.

Presumably we don't want to special case SILO when overriding the
hooks.  Would having silo_init() explicitly copy from dummy be ok?

~Andrew

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-11-08 10:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-31 12:35 XSM SILO boot time spew Andrew Cooper
2018-11-01  3:19 ` Xin Li (Talons)
2018-11-07 17:52   ` Daniel De Graaf
2018-11-08  3:03     ` Xin Li (Talons)
2018-11-08 10:05     ` Jan Beulich
2018-11-08 10:13       ` Andrew Cooper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).