>>> On 23.12.15 at 09:25, wrote:
> @@ -182,7 +186,7 @@ static int enter_state(u32 state)
> error = tboot_s3_resume();
> break;
> case ACPI_STATE_S5:
> -acpi_enter_sleep_state(ACPI_STATE_S5);
> +error = acpi_enter_sleep_state(ACPI_STATE_S5);
I can't see how t
>>> On 25.12.15 at 03:53, wrote:
>> From: Xu, Quan
>> Sent: Wednesday, December 23, 2015 4:26 PM
>> --- a/xen/arch/x86/acpi/power.c
>> +++ b/xen/arch/x86/acpi/power.c
>> @@ -45,6 +45,8 @@ void do_suspend_lowlevel(void);
>>
>> static int device_power_down(void)
>> {
>> +int rc;
>> +
>>
On December 25 2015 10:54 AM, wrote:
> > From: Xu, Quan
> > Sent: Wednesday, December 23, 2015 4:26 PM
> >
> > This patch checks all kinds of error and all the way up the call trees
> > of VT-d Device-TLB flush.
> >
> > Signed-off-by: Quan Xu
> > ---
> > xen/arch/x86/acpi/power.c
> From: Xu, Quan
> Sent: Wednesday, December 23, 2015 4:26 PM
>
> This patch checks all kinds of error and all the way up
> the call trees of VT-d Device-TLB flush.
>
> Signed-off-by: Quan Xu
> ---
> xen/arch/x86/acpi/power.c | 8 +-
> xen/arch/x86/crash.c
This patch checks all kinds of error and all the way up
the call trees of VT-d Device-TLB flush.
Signed-off-by: Quan Xu
---
xen/arch/x86/acpi/power.c | 8 +-
xen/arch/x86/crash.c | 3 +-
xen/arch/x86/domain_build.c | 5 +-
xen/