aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xg_private.c
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-11-27 17:49:41 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-11-27 17:49:41 +0000
commitda38d1f64bf737f7a89e32d032dd3459342aba5a (patch)
tree10336d2b9bf7628fdade1f5ac0059b3a18a9a9ba /tools/libxc/xg_private.c
parent63e2f0bd68a7b2be82551c8640dde5f516b4dbb8 (diff)
downloadxen-da38d1f64bf737f7a89e32d032dd3459342aba5a.tar.gz
xen-da38d1f64bf737f7a89e32d032dd3459342aba5a.tar.bz2
xen-da38d1f64bf737f7a89e32d032dd3459342aba5a.zip
[HVM] Re-introduce the 'apic' configuration option, default to 1.
Also simplify the HVM builder interface by doing more work in the python wrapper, and fix mapping of shared_info page after the change to map foreign pages by GMFN rather than MFN. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'tools/libxc/xg_private.c')
-rw-r--r--tools/libxc/xg_private.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/tools/libxc/xg_private.c b/tools/libxc/xg_private.c
index 49fcb624e8..1af646fc82 100644
--- a/tools/libxc/xg_private.c
+++ b/tools/libxc/xg_private.c
@@ -192,12 +192,7 @@ __attribute__((weak)) int xc_hvm_build(
int xc_handle,
uint32_t domid,
int memsize,
- const char *image_name,
- unsigned int vcpus,
- unsigned int pae,
- unsigned int acpi,
- unsigned int store_evtchn,
- unsigned long *store_mfn)
+ const char *image_name)
{
return -ENOSYS;
}