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:
0269c5c
)
virtio: Complete feature negotation before updating status
author
Mark McLoughlin
<markmc@redhat.com>
Sun, 15 Jun 2008 13:20:50 +0000
(23:20 +1000)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sun, 15 Jun 2008 20:46:16 +0000
(13:46 -0700)
lguest (in rusty's use-tun-ringfd patch) assumes that the
guest has updated its feature bits before setting its status
to VIRTIO_CONFIG_S_DRIVER_OK.
That's pretty reasonable, so let's make it so.
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found