Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

xen: resume the pv console for hvm guests too

parent af42b8d1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@ static int xen_hvm_suspend(void *data)

	if (!*cancelled) {
		xen_irq_resume();
		xen_console_resume();
		xen_timer_resume();
	}