xsm: Add missing dummy hooks
authorDaniel De Graaf <dgdegra@tycho.nsa.gov>
Wed, 22 Aug 2012 21:13:32 +0000 (22:13 +0100)
committerDaniel De Graaf <dgdegra@tycho.nsa.gov>
Wed, 22 Aug 2012 21:13:32 +0000 (22:13 +0100)
commit00e23f230212638718b6ff9214b829a663707a76
tree4f64d0c1ad5a7553f7ff871469f98b34e2b15c52
parent0c7a69665110b2b35719f7c739aadab56eee84cb
xsm: Add missing dummy hooks

A few XSM hooks have been defined without implementation in dummy.c;
these will cause a null function pointer deference if called. Also
implement the efi_call hook, which was incorrectly added without any
implementations.

Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
Committed-by: Keir Fraser <keir@xen.org>
xen/xsm/dummy.c
xen/xsm/flask/hooks.c