From: Radim Krčmář <rkrcmar@xxxxxxxxxx> v3 - mark patches reviewed by Paolo [1,9-14/16] - properly categorize reinject struct member [Paolo] [7/16] - use atomic_t to document reinject usage [Paolo] [15/16] - document PIT reinject modes [16/16] v2: http://www.spinics.net/lists/kvm/msg127927.html Radim Krčmář (16): KVM: x86: change PIT discard tick policy KVM: x86: simplify atomics in kvm_pit_ack_irq KVM: x86: add kvm_pit_reset_reinject KVM: x86: use atomic_t instead of pit.inject_lock KVM: x86: tone down WARN_ON pit.state_lock KVM: x86: pass struct kvm_pit instead of kvm in PIT KVM: x86: remove unnecessary uses of PIT state lock KVM: x86: remove notifiers from PIT discard policy KVM: x86: refactor kvm_create_pit KVM: x86: refactor kvm_free_pit KVM: x86: remove pit and kvm from kvm_kpit_state KVM: x86: remove pointless dereference of PIT KVM: x86: don't assume layout of kvm_kpit_state KVM: x86: move PIT timer function initialization KVM: x86: turn kvm_kpit_state.reinject into atomic_t KVM: document KVM_REINJECT_CONTROL ioctl Documentation/virtual/kvm/api.txt | 24 +++ arch/x86/kvm/i8254.c | 320 +++++++++++++++++--------------------- arch/x86/kvm/i8254.h | 17 +- arch/x86/kvm/x86.c | 52 ++++--- 4 files changed, 213 insertions(+), 200 deletions(-) -- 2.7.2 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html