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-changelog

[Xen-changelog] [xen-unstable] [XEN] No need to change the compat mode o

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] [XEN] No need to change the compat mode of the guest in xen.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 28 Feb 2007 12:20:25 -0800
Delivery-date: Wed, 28 Feb 2007 12:21:43 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Christian Limpach <Christian.Limpach@xxxxxxxxxxxxx>
# Date 1172659252 0
# Node ID 9edd8d7c9355c4c7af358322daf68720042f0ec7
# Parent  40dc331c44235359f2993c012381afc4cb9d263a
[XEN] No need to change the compat mode of the guest in xen.
The tools set the compat mode already explicitly.

Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxxx>
---
 xen/common/domctl.c |    5 -----
 1 files changed, 5 deletions(-)

diff -r 40dc331c4423 -r 9edd8d7c9355 xen/common/domctl.c
--- a/xen/common/domctl.c       Wed Feb 28 09:44:59 2007 +0000
+++ b/xen/common/domctl.c       Wed Feb 28 10:40:52 2007 +0000
@@ -342,11 +342,6 @@ long do_domctl(XEN_GUEST_HANDLE(xen_domc
         if ( (d = domain_create(dom, domcr_flags)) == NULL )
             break;
 
-#ifdef CONFIG_COMPAT
-        if ( IS_COMPAT(current->domain) && ((ret = switch_compat(d)) != 0) )
-            break;
-#endif
-
         ret = 0;
 
         memcpy(d->handle, op->u.createdomain.handle,

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] [XEN] No need to change the compat mode of the guest in xen., Xen patchbot-unstable <=