Commit 6411fe69 authored by Stefano Stabellini's avatar Stefano Stabellini

xen: resume the pv console for hvm guests too

Signed-off-by: default avatarStefano Stabellini <stefano.stabellini@eu.citrix.com>
parent af42b8d1
......@@ -49,6 +49,7 @@ static int xen_hvm_suspend(void *data)
if (!*cancelled) {
xen_irq_resume();
xen_console_resume();
xen_timer_resume();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment