commit | b92dea67cc66970cda6b5b11895d08e35b4618e7 | [log] [tgz] |
---|---|---|
author | Mark McLoughlin <markmc@redhat.com> | Sun Jun 15 23:20:50 2008 +1000 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sun Jun 15 13:46:16 2008 -0700 |
tree | 556e842834c7316f57f3f27fea6b8622d74fde8e | |
parent | 0269c5c6d9a9de22715ecda589730547435cd3e8 [diff] |
virtio: Complete feature negotation before updating status 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>