Re: [PATCH v13 00/21] KVM: xen: update shared_info and vcpu_info handling

2024-02-20 Thread Paul Durrant
On 20/02/2024 16:15, Sean Christopherson wrote: On Tue, Feb 20, 2024, Paul Durrant wrote: On 20/02/2024 15:55, Sean Christopherson wrote: On Thu, 15 Feb 2024 15:28:55 +, Paul Durrant wrote: From: Paul Durrant This series contains a new patch from Sean added since v12 [1]: * KVM: s390: R

Re: [PATCH v13 00/21] KVM: xen: update shared_info and vcpu_info handling

2024-02-20 Thread David Woodhouse
On 20 February 2024 17:15:06 CET, Sean Christopherson wrote: >On Tue, Feb 20, 2024, Paul Durrant wrote: >> On 20/02/2024 15:55, Sean Christopherson wrote: >> > On Thu, 15 Feb 2024 15:28:55 +, Paul Durrant wrote: >> > > From: Paul Durrant >> > > >> > > This series contains a new patch from Se

Re: [PATCH v13 00/21] KVM: xen: update shared_info and vcpu_info handling

2024-02-20 Thread Sean Christopherson
On Tue, Feb 20, 2024, Paul Durrant wrote: > On 20/02/2024 15:55, Sean Christopherson wrote: > > On Thu, 15 Feb 2024 15:28:55 +, Paul Durrant wrote: > > > From: Paul Durrant > > > > > > This series contains a new patch from Sean added since v12 [1]: > > > > > > * KVM: s390: Refactor kvm_is_er

Re: [PATCH v13 00/21] KVM: xen: update shared_info and vcpu_info handling

2024-02-20 Thread Paul Durrant
On 20/02/2024 15:55, Sean Christopherson wrote: On Thu, 15 Feb 2024 15:28:55 +, Paul Durrant wrote: From: Paul Durrant This series contains a new patch from Sean added since v12 [1]: * KVM: s390: Refactor kvm_is_error_gpa() into kvm_is_gpa_in_memslot() This frees up the function name kvm

Re: [PATCH v13 00/21] KVM: xen: update shared_info and vcpu_info handling

2024-02-20 Thread Sean Christopherson
On Thu, 15 Feb 2024 15:28:55 +, Paul Durrant wrote: > From: Paul Durrant > > This series contains a new patch from Sean added since v12 [1]: > > * KVM: s390: Refactor kvm_is_error_gpa() into kvm_is_gpa_in_memslot() > > This frees up the function name kvm_is_error_gpa() such that it can then

Re: [PATCH v13 00/21] KVM: xen: update shared_info and vcpu_info handling

2024-02-20 Thread Paul Durrant
On 20/02/2024 09:14, Paul Durrant wrote: On 19/02/2024 22:06, Sean Christopherson wrote: On Thu, Feb 15, 2024, Paul Durrant wrote: David Woodhouse (1):    KVM: pfncache: rework __kvm_gpc_refresh() to fix locking issues Paul Durrant (19):    KVM: pfncache: Add a map helper function    KVM: pfnc

Re: [PATCH v13 00/21] KVM: xen: update shared_info and vcpu_info handling

2024-02-20 Thread Paul Durrant
On 19/02/2024 22:06, Sean Christopherson wrote: On Thu, Feb 15, 2024, Paul Durrant wrote: David Woodhouse (1): KVM: pfncache: rework __kvm_gpc_refresh() to fix locking issues Paul Durrant (19): KVM: pfncache: Add a map helper function KVM: pfncache: remove unnecessary exports KVM: x

Re: [PATCH v13 00/21] KVM: xen: update shared_info and vcpu_info handling

2024-02-19 Thread Sean Christopherson
On Thu, Feb 15, 2024, Paul Durrant wrote: > David Woodhouse (1): > KVM: pfncache: rework __kvm_gpc_refresh() to fix locking issues > > Paul Durrant (19): > KVM: pfncache: Add a map helper function > KVM: pfncache: remove unnecessary exports > KVM: x86/xen: mark guest pages dirty with the p

[PATCH v13 00/21] KVM: xen: update shared_info and vcpu_info handling

2024-02-15 Thread Paul Durrant
From: Paul Durrant This series contains a new patch from Sean added since v12 [1]: * KVM: s390: Refactor kvm_is_error_gpa() into kvm_is_gpa_in_memslot() This frees up the function name kvm_is_error_gpa() such that it can then be re-defined in: * KVM: pfncache: allow a cache to be activated wit