[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] xsm: Missing function in dummy module
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1216289852 -3600 # Node ID cdece2b30df61497e9acbbd8710604797c366612 # Parent 806e66a6cb1a19a25c9db33fa35a3294280f5d94 xsm: Missing function in dummy module This adds a missing function to the dummy module to make it compile. Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxx> --- xen/xsm/dummy.c | 5 +++++ 1 files changed, 5 insertions(+) diff -r 806e66a6cb1a -r cdece2b30df6 xen/xsm/dummy.c --- a/xen/xsm/dummy.c Wed Jul 16 13:57:34 2008 +0100 +++ b/xen/xsm/dummy.c Thu Jul 17 11:17:32 2008 +0100 @@ -297,6 +297,11 @@ static int dummy_hvmcontext (struct doma } static int dummy_address_size (struct domain *d, uint32_t cmd) +{ + return 0; +} + +static int dummy_machine_address_size (struct domain *d, uint32_t cmd) { return 0; } _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |