Pekka Enberg 93d18b7223 kvm: Fix virtqueue ring index check
This patch fixes the virtqueu ring index check that was totally wrong. The
->last_avail_idx is the index we've last seen but it doesn't need to match with
avail->idx.

Signed-off-by: Pekka Enberg <penberg@kernel.org>
2015-06-01 16:39:41 +01:00
2015-06-01 16:39:40 +01:00
2015-06-01 16:39:40 +01:00
2015-06-01 16:39:41 +01:00
2015-06-01 16:39:41 +01:00
2015-06-01 16:39:41 +01:00
2015-06-01 16:39:39 +01:00
S
Description
No description provided
2.1 MiB
Languages
C 96.6%
Makefile 2.6%
Assembly 0.5%
Shell 0.3%