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] [Xend] [2/2] Prevent changing of the policy while vi

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] [Xend] [2/2] Prevent changing of the policy while virtual machines are migrating
From: Stefan Berger <stefanb@xxxxxxxxxx>
Date: Tue, 04 Nov 2008 12:39:13 -0500
Cc: Keir Fraser <keir.fraser@xxxxxxxxxxxx>
Delivery-date: Tue, 04 Nov 2008 09:41:03 -0800
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/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Reply-to: stefanb@xxxxxxxxxx
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
This patch uses the reader-writer lock primitive from part 1 to prevent
the changing of the policy while guest are migrated to a host. The net
changes of this patch are that the reader-side lock is put into the path
of the migration code and the writer lock into the path of the code that
handles the changing of the policy. Simultaneous migrations of multiple
hosts still work after this lock has been added.

Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxx>

Attachment: xend_lock_when_change_color.diff
Description: Text Data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] [Xend] [2/2] Prevent changing of the policy while virtual machines are migrating, Stefan Berger <=