CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2015/07/18 10:35:34
Modified files: sys/dev/pci : virtio_pci.c Log message: virtio_pci: Do the ISR read without kernel lock The ISR read is relatively expensive because it causes a vmexit. Grab the kernel lock only after it is done.