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:
2b8f41d
)
virtio: console: Disable callbacks for virtqueues at start of S4 freeze
author
Amit Shah
<amit.shah@redhat.com>
Fri, 6 Jan 2012 10:49:08 +0000
(16:19 +0530)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 12 Jan 2012 05:14:45 +0000
(15:44 +1030)
To ensure we don't receive any more interrupts from the host after we
enter the freeze function, disable all vq interrupts.
There wasn't any problem seen due to this in tests, but applying this
patch makes the freeze case more robust.
Signed-off-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
No differences found