xen: resume the pv console for hvm guests too
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Wed, 1 Dec 2010 14:51:44 +0000 (14:51 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Thu, 2 Dec 2010 14:40:48 +0000 (14:40 +0000)
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
drivers/xen/manage.c

index ef9c7db..db8c4c4 100644 (file)
@@ -49,6 +49,7 @@ static int xen_hvm_suspend(void *data)
 
        if (!*cancelled) {
                xen_irq_resume();
+               xen_console_resume();
                xen_timer_resume();
        }