diff options
-rw-r--r-- | virt/kvm/iodev.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/virt/kvm/iodev.h b/virt/kvm/iodev.h index 2c67f5acd6db..06e38b23fa61 100644 --- a/virt/kvm/iodev.h +++ b/virt/kvm/iodev.h | |||
@@ -20,6 +20,9 @@ | |||
20 | 20 | ||
21 | struct kvm_io_device; | 21 | struct kvm_io_device; |
22 | 22 | ||
23 | /** | ||
24 | * kvm_io_device_ops are called under kvm slots_lock. | ||
25 | **/ | ||
23 | struct kvm_io_device_ops { | 26 | struct kvm_io_device_ops { |
24 | void (*read)(struct kvm_io_device *this, | 27 | void (*read)(struct kvm_io_device *this, |
25 | gpa_t addr, | 28 | gpa_t addr, |