Files
kernel_arpi/include/linux
Paolo Bonzini 7a97cec26b KVM: mark requests that need synchronization
kvm_make_all_requests() provides a synchronization that waits until all
kicked VCPUs have acknowledged the kick.  This is important for
KVM_REQ_MMU_RELOAD as it prevents freeing while lockless paging is
underway.

This patch adds the synchronization property into all requests that are
currently being used with kvm_make_all_requests() in order to preserve
the current behavior and only introduce a new framework.  Removing it
from requests where it is not necessary is left for future patches.

Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2017-04-27 14:36:44 +02:00
..
2017-03-07 14:30:38 +01:00
2017-03-01 09:50:58 -08:00
2017-02-10 15:52:24 -05:00
2017-03-02 08:56:04 -07:00
2017-02-24 17:46:55 -08:00
2017-02-27 10:07:47 -08:00
2017-03-12 23:51:34 -07:00
2017-02-11 20:59:41 -05:00
2017-02-24 17:46:57 -08:00
2017-03-01 09:50:58 -08:00
2017-03-02 08:56:04 -07:00
2017-02-13 21:44:09 -05:00
2017-02-27 18:43:46 -08:00