Browse Source

xen: resume the pv console for hvm guests too

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Stefano Stabellini 14 years ago
parent
commit
6411fe69b8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/xen/manage.c

+ 1 - 0
drivers/xen/manage.c

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