|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[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)
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 <=
|
|
|
|
|