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-ia64-devel

[Xen-ia64-devel] [PATCH 1/5] vti save-restore: fix vacpu_save()

To: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-ia64-devel] [PATCH 1/5] vti save-restore: fix vacpu_save()
From: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
Date: Tue, 20 Nov 2007 19:44:13 +0900
Cc: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
Delivery-date: Tue, 20 Nov 2007 02:44:43 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.4.2.1i
# HG changeset patch
# User yamahata@xxxxxxxxxxxxx
# Date 1195554282 -32400
# Node ID c2337862609abf79dc3212d8de6f6141cb63219f
# Parent  d2935f9c217f4fcb6614943e4aca4422a4009a21
fix vacpi_save. It returned always 0.
PATCHNAME: fix_vacpi_save

Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>

diff -r d2935f9c217f -r c2337862609a xen/arch/ia64/vmx/vacpi.c
--- a/xen/arch/ia64/vmx/vacpi.c Sat Nov 17 13:11:25 2007 +0000
+++ b/xen/arch/ia64/vmx/vacpi.c Tue Nov 20 19:24:42 2007 +0900
@@ -234,7 +234,7 @@ static int vacpi_save(struct domain *d, 
        spin_unlock(&s->lock);
 
        pmt_timer_callback(d);//XXX This might change the domain state.
-       return 0;
+       return rc;
 }
 
 static int vacpi_load(struct domain *d, hvm_domain_context_t *h)

Attachment: 16397_c2337862609a_fix_vacpi_save.patch
Description: Text Data

_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-ia64-devel] [PATCH 1/5] vti save-restore: fix vacpu_save(), Isaku Yamahata <=