mbox series

[0/2] selftests/kvm: Fixes for demand paging test

Message ID 20230427201112.2164776-1-peterx@redhat.com (mailing list archive)
Headers show
Series selftests/kvm: Fixes for demand paging test | expand

Message

Peter Xu April 27, 2023, 8:11 p.m. UTC
Two trivial fixes per subject, please see each patch, thanks.

Peter Xu (2):
  selftests/kvm: Setup vcpu_alias only for minor mode test
  selftests/kvm: Allow dump per-vcpu info for uffd threads

 .../testing/selftests/kvm/demand_paging_test.c  | 17 +++++++++--------
 .../selftests/kvm/lib/userfaultfd_util.c        |  4 ++--
 2 files changed, 11 insertions(+), 10 deletions(-)

Comments

Sean Christopherson June 2, 2023, 1:23 a.m. UTC | #1
On Thu, 27 Apr 2023 16:11:10 -0400, Peter Xu wrote:
> Two trivial fixes per subject, please see each patch, thanks.
> 
> Peter Xu (2):
>   selftests/kvm: Setup vcpu_alias only for minor mode test
>   selftests/kvm: Allow dump per-vcpu info for uffd threads
> 
> .../testing/selftests/kvm/demand_paging_test.c  | 17 +++++++++--------
>  .../selftests/kvm/lib/userfaultfd_util.c        |  4 ++--
>  2 files changed, 11 insertions(+), 10 deletions(-)
> 
> [...]

Applied to kvm-x86 selftests, thanks!

[1/2] selftests/kvm: Setup vcpu_alias only for minor mode test
      https://github.com/kvm-x86/linux/commit/ba125de35da5
[2/2] selftests/kvm: Allow dump per-vcpu info for uffd threads
      https://github.com/kvm-x86/linux/commit/21912a653d7d

--
https://github.com/kvm-x86/linux/tree/next
https://github.com/kvm-x86/linux/tree/fixes