Skip to content

Commit

Permalink
xen: resume the pv console for hvm guests too
Browse files Browse the repository at this point in the history
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
  • Loading branch information
Stefano Stabellini committed Dec 2, 2010
1 parent af42b8d commit 6411fe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/xen/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ static int xen_hvm_suspend(void *data)

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

Expand Down

0 comments on commit 6411fe6

Please sign in to comment.