git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04486ed
)
virtio: net: Add freeze, restore handlers to support S4
author
Amit Shah
<amit.shah@redhat.com>
Thu, 22 Dec 2011 11:28:33 +0000
(16:58 +0530)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 12 Jan 2012 05:14:46 +0000
(15:44 +1030)
Remove all the vqs, disable napi and detach from the netdev on
hibernation.
Re-create vqs after restoring from a hibernated image, re-enable napi
and re-attach the netdev. This keeps networking working across
hibernation.
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
No differences found