projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af42b8d
)
xen: resume the pv console for hvm guests too
author
Stefano Stabellini
<
[email protected]
>
Wed, 1 Dec 2010 14:51:44 +0000
(14:51 +0000)
committer
Stefano Stabellini
<
[email protected]
>
Thu, 2 Dec 2010 14:40:48 +0000
(14:40 +0000)
Signed-off-by: Stefano Stabellini <
[email protected]
>
drivers/xen/manage.c
patch
|
blob
|
history
diff --git
a/drivers/xen/manage.c
b/drivers/xen/manage.c
index ef9c7db52077c6d58c0d5f036be0a03bd771dffa..db8c4c4ac88086bf7c2e9d1dfa946da399e91b27 100644
(file)
--- a/
drivers/xen/manage.c
+++ b/
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();
}