WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] [VT] removal of contorl interface from vmx domain bu

To: "xen-devel" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] [VT] removal of contorl interface from vmx domain builder
From: "Kamble, Nitin A" <nitin.a.kamble@xxxxxxxxx>
Date: Thu, 8 Sep 2005 12:15:07 -0700
Cc: Christian.Limpach@xxxxxxxxxxxx
Delivery-date: Thu, 08 Sep 2005 19:13:14 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcW0qZ91eJ/9UiduRGyXjHiAWyhehw==
Thread-topic: [PATCH] [VT] removal of contorl interface from vmx domain builder

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

 

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] [VT] removal of contorl interface from vmx domain builder, Kamble, Nitin A <=