Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1349257

Re: [PATCH v3 00/16] KVM: x86: change PIT discard policy and untangle related code

From Paolo Bonzini <pbonzini@redhat.com>
Newsgroups linux.kernel
Subject Re: [PATCH v3 00/16] KVM: x86: change PIT discard policy and untangle related code
Date 2016-03-03 16:00 +0100
Message-ID <r8CTo-8sH-23@gated-at.bofh.it> (permalink)
References <r8mYj-5A6-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw



On 02/03/2016 22:56, Radim Krčmář wrote:
> From: Radim Krčmář <rkrcmar@redhat.com>
> 
> 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(-)
> 

Applied to kvm/queue, thanks.

Paolo

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v3 00/16] KVM: x86: change PIT discard policy and untangle related code Radim Krčmář <radimkrcmar@hpx.cz> - 2016-03-02 23:00 +0100
  [PATCH v3 14/16] KVM: x86: move PIT timer function initialization Radim Krčmář <radimkrcmar@hpx.cz> - 2016-03-02 23:00 +0100
  [PATCH v3 10/16] KVM: x86: refactor kvm_free_pit Radim Krčmář <radimkrcmar@hpx.cz> - 2016-03-02 23:10 +0100
  [PATCH v3 15/16] KVM: x86: turn kvm_kpit_state.reinject into atomic_t Radim Krčmář <radimkrcmar@hpx.cz> - 2016-03-02 23:10 +0100
  [PATCH v3 13/16] KVM: x86: don't assume layout of kvm_kpit_state Radim Krčmář <radimkrcmar@hpx.cz> - 2016-03-02 23:10 +0100
  [PATCH v3 12/16] KVM: x86: remove pointless dereference of PIT Radim Krčmář <radimkrcmar@hpx.cz> - 2016-03-02 23:10 +0100
  [PATCH v3 11/16] KVM: x86: remove pit and kvm from kvm_kpit_state Radim Krčmář <radimkrcmar@hpx.cz> - 2016-03-02 23:10 +0100
  [PATCH v3 04/16] KVM: x86: use atomic_t instead of pit.inject_lock Radim Krčmář <radimkrcmar@hpx.cz> - 2016-03-02 23:20 +0100
  [PATCH v3 09/16] KVM: x86: refactor kvm_create_pit Radim Krčmář <radimkrcmar@hpx.cz> - 2016-03-02 23:20 +0100
  Re: [PATCH v3 00/16] KVM: x86: change PIT discard policy and untangle  related code Paolo Bonzini <pbonzini@redhat.com> - 2016-03-03 16:00 +0100

csiph-web