projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b4c4df
)
[POWERPC][XEN] Fix mismerge.
author
Hollis Blanchard
<hollisb@us.ibm.com>
Thu, 8 Feb 2007 00:53:33 +0000
(18:53 -0600)
committer
Hollis Blanchard
<hollisb@us.ibm.com>
Thu, 8 Feb 2007 00:53:33 +0000
(18:53 -0600)
tools/libxc/xenguest.h
patch
|
blob
|
history
diff --git
a/tools/libxc/xenguest.h
b/tools/libxc/xenguest.h
index 2ae1fb287b4b73f34670a0dee53ab3d95674b887..d2005201cea2ce3c3278a029f0284523dc6a1409 100644
(file)
--- a/
tools/libxc/xenguest.h
+++ b/
tools/libxc/xenguest.h
@@
-142,4
+142,18
@@
int xc_set_hvm_param(
int xc_get_hvm_param(
int handle, domid_t dom, int param, unsigned long *value);
+/* PowerPC specific. */
+int xc_prose_build(int xc_handle,
+ uint32_t domid,
+ unsigned int mem_mb,
+ const char *image_name,
+ const char *ramdisk_name,
+ const char *cmdline,
+ const char *features,
+ unsigned long flags,
+ unsigned int store_evtchn,
+ unsigned long *store_mfn,
+ unsigned int console_evtchn,
+ unsigned long *console_mfn);
+
#endif /* XENGUEST_H */