https://github.com/torvalds/linux
Revision e969fed542cae08cb11d666efac4f7c5d624d09f authored by Michael S. Tsirkin on 26 July 2009, 12:48:08 UTC, committed by Rusty Russell on 30 July 2009, 06:33:45 UTC
This refactors find_vqs, making it more readable and robust, and fixing
two regressions from 2.6.30:
- double free_irq causing BUG_ON on device removal
- probe failure when vq can't be assigned to msi-x vector
  (reported on old host kernels)

Tested-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
1 parent f6c8250
History
Tip revision: e969fed542cae08cb11d666efac4f7c5d624d09f authored by Michael S. Tsirkin on 26 July 2009, 12:48:08 UTC
virtio: refactor find_vqs
Tip revision: e969fed
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 952 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.8 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 148.3 KB
Makefile -rw-r--r-- 53.9 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top