|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-ia64-devel] [PATCH 1/5] vti save-restore: fix vacpu_save()
# 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 _______________________________________________ Xen-ia64-devel mailing list Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-ia64-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |