[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] [IA64] vti save-restore: fix vacpi_save()



# HG changeset patch
# User Alex Williamson <alex.williamson@xxxxxx>
# Date 1195573584 25200
# Node ID 428679ca60d856b68cae2bcc415233ee8a743c86
# Parent  d2935f9c217f4fcb6614943e4aca4422a4009a21
[IA64] vti save-restore: fix vacpi_save()

Always returned 0.

Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
---
 xen/arch/ia64/vmx/vacpi.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r d2935f9c217f -r 428679ca60d8 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 08:46:24 2007 -0700
@@ -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)

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.