Christian, Ian, Keir,
     I am going to apply this patch to the xen-vt-testing
& xen-vt-unstable branches.
 
# HG changeset patch
# User nitin@xxxxxxxxxxxxxxxxxxxx
# Node ID 840e348a334efed62c441f5f06b5b675b15fdda5
# Parent  e169d4e9edfbb4baa744e130366eae2a6b8ec3da
Removing control interfaces from the vmx domain builder, as
they are removed from the kernels by Christian with the changeset 549f4256ab3c
Signed-off-by: Nitin Kamble <nitin.a.kamble@xxxxxxxxx>
 
diff -r e169d4e9edfb -r 840e348a334e
tools/libxc/xc_vmx_build.c
--- a/tools/libxc/xc_vmx_build.c    Thu Sep  8 17:58:40 2005
+++ b/tools/libxc/xc_vmx_build.c    Thu Sep  8 19:11:25 2005
@@ -241,7 +241,6 @@
                          vcpu_guest_context_t *ctxt,
                          const char *cmdline,
                          unsigned long shared_info_frame,
-                         unsigned int control_evtchn,
                          unsigned long flags,
                          unsigned int vcpus,
                          unsigned int store_evtchn,
@@ -611,7 +610,6 @@
     start_info->flags        = flags;
     start_info->pt_base      = vpt_start;
     start_info->nr_pt_frames = nr_pt_pages;
-    start_info->domain_controller_evtchn =
control_evtchn;
     start_info->store_mfn    = *store_mfn;
     start_info->store_evtchn = store_evtchn;
     munmap(start_info, PAGE_SIZE);
@@ -691,7 +689,6 @@
                    struct mem_map *mem_mapp,
                    const char *ramdisk_name,
                    const char *cmdline,
-                   unsigned int control_evtchn,
                    unsigned long flags,
                    unsigned int vcpus,
                    unsigned int store_evtchn,
@@ -771,7 +768,7 @@
                        initrd_gfd, initrd_size, nr_pages,
                        ctxt, cmdline,
                       
op.u.getdomaininfo.shared_info_frame,
-                       control_evtchn, flags, vcpus,
store_evtchn,
+                       flags, vcpus, store_evtchn,
                        device_evtchn, store_mfn,
                        mem_mapp) < 0 )
     {
 
Thanks & Regards,
Nitin
-----------------------------------------------------------------------------------
Sr Software Engineer
Open Source Technology Center, Intel Corp