On Sun, Jan 7, 2018 at 4:22 PM, Konrad Rzeszutek Wilk
wrote:
> On Sun, Jan 07, 2018 at 12:28:29PM -0800, Anthony Liguori wrote:
>> From: Jan H. Schönherr
>>
>> While the hwdom_shutdown() is able to reboot the system, it fails to
>> properly power it off. With SCHEDOP_shutdown, we delegate the pro
On Sun, Jan 07, 2018 at 12:28:29PM -0800, Anthony Liguori wrote:
> From: Jan H. Schönherr
>
> While the hwdom_shutdown() is able to reboot the system, it fails to
> properly power it off. With SCHEDOP_shutdown, we delegate the problem.
>
> Signed-off-by: Jan H. Schönherr
> ---
> xen/common/dom
From: Jan H. Schönherr
While the hwdom_shutdown() is able to reboot the system, it fails to
properly power it off. With SCHEDOP_shutdown, we delegate the problem.
Signed-off-by: Jan H. Schönherr
---
xen/common/domain.c | 14 ++
1 file changed, 14 insertions(+)
diff --git a/xen/com