Files
android_kernel_xiaomi_sm8450/arch/x86/kvm
Michael S. Tsirkin f848a5a8dc KVM: support any-length wildcard ioeventfd
It is sometimes benefitial to ignore IO size, and only match on address.
In hindsight this would have been a better default than matching length
when KVM_IOEVENTFD_FLAG_DATAMATCH is not set, In particular, this kind
of access can be optimized on VMX: there no need to do page lookups.
This can currently be done with many ioeventfds but in a suboptimal way.

However we can't change kernel/userspace ABI without risk of breaking
some applications.
Use len = 0 to mean "ignore length for matching" in a more optimal way.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
2014-04-17 14:01:42 -03:00
..
2014-04-14 17:50:37 -03:00
2014-04-14 17:50:34 -03:00
2014-03-17 12:14:30 +01:00
2014-01-15 12:43:54 +01:00
2013-10-30 19:02:03 +01:00
2014-04-16 18:59:23 -03:00
2014-04-14 17:50:34 -03:00
2013-06-27 14:20:51 +03:00
2014-03-17 12:21:38 +01:00