debuggers.hg
changeset 16451:428679ca60d8
[IA64] vti save-restore: fix vacpi_save()
Always returned 0.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Always returned 0.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
author | Alex Williamson <alex.williamson@hp.com> |
---|---|
date | Tue Nov 20 08:46:24 2007 -0700 (2007-11-20) |
parents | d2935f9c217f |
children | b444678b94ea |
files | xen/arch/ia64/vmx/vacpi.c |
line diff
1.1 --- a/xen/arch/ia64/vmx/vacpi.c Sat Nov 17 13:11:25 2007 +0000 1.2 +++ b/xen/arch/ia64/vmx/vacpi.c Tue Nov 20 08:46:24 2007 -0700 1.3 @@ -234,7 +234,7 @@ static int vacpi_save(struct domain *d, 1.4 spin_unlock(&s->lock); 1.5 1.6 pmt_timer_callback(d);//XXX This might change the domain state. 1.7 - return 0; 1.8 + return rc; 1.9 } 1.10 1.11 static int vacpi_load(struct domain *d, hvm_domain_context_t *h)