projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e77329
)
xsm: Missing function in dummy module
author
Keir Fraser
<keir.fraser@citrix.com>
Thu, 17 Jul 2008 10:17:32 +0000
(11:17 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Thu, 17 Jul 2008 10:17:32 +0000
(11:17 +0100)
This adds a missing function to the dummy module to make it compile.
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
xen/xsm/dummy.c
patch
|
blob
|
history
diff --git
a/xen/xsm/dummy.c
b/xen/xsm/dummy.c
index fbf19f3943a55d2587c20a88a527e4ce72f49774..0caa487f753f8a5480419f715e7b11a68177cb21 100644
(file)
--- a/
xen/xsm/dummy.c
+++ b/
xen/xsm/dummy.c
@@
-301,6
+301,11
@@
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;
+}
+
static int dummy_hvm_param (struct domain *d, unsigned long op)
{
return 0;