mirror of https://gitee.com/openkylin/linux.git
xen: resume the pv console for hvm guests too
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
This commit is contained in:
parent
af42b8d12f
commit
6411fe69b8
|
@ -49,6 +49,7 @@ static int xen_hvm_suspend(void *data)
|
|||
|
||||
if (!*cancelled) {
|
||||
xen_irq_resume();
|
||||
xen_console_resume();
|
||||
xen_timer_resume();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue