All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christian Borntraeger <borntraeger@de.ibm.com>
To: Andrew Jones <drjones@redhat.com>, kvm@vger.kernel.org
Cc: pbonzini@redhat.com, frankja@linux.ibm.com, david@redhat.com,
	cohuck@redhat.com, peterx@redhat.com, thuth@redhat.com
Subject: Re: [PATCH 0/4] KVM: selftests: Various cleanups and fixes
Date: Tue, 10 Mar 2020 10:45:43 +0100	[thread overview]
Message-ID: <1b6d5b6a-f323-14d5-f423-d59547637819@de.ibm.com> (raw)
In-Reply-To: <20200310091556.4701-1-drjones@redhat.com>

On 10.03.20 10:15, Andrew Jones wrote:
> 
> Andrew Jones (4):
>   fixup! selftests: KVM: SVM: Add vmcall test
>   KVM: selftests: Share common API documentation
>   KVM: selftests: Enable printf format warnings for TEST_ASSERT
>   KVM: selftests: Use consistent message for test skipping

This looks like a nice cleanup but this does not seem to apply
cleanly on kvm/master or linus/master. Which tree is this based on?

> 
>  tools/testing/selftests/kvm/.gitignore        |   5 +-
>  .../selftests/kvm/demand_paging_test.c        |   6 +-
>  tools/testing/selftests/kvm/dirty_log_test.c  |   3 +-
>  .../testing/selftests/kvm/include/kvm_util.h  | 100 ++++++++-
>  .../testing/selftests/kvm/include/test_util.h |   5 +-
>  .../selftests/kvm/lib/aarch64/processor.c     |  17 --
>  tools/testing/selftests/kvm/lib/assert.c      |   6 +-
>  tools/testing/selftests/kvm/lib/kvm_util.c    |  10 +-
>  .../selftests/kvm/lib/kvm_util_internal.h     |  48 +++++
>  .../selftests/kvm/lib/s390x/processor.c       |  74 -------
>  tools/testing/selftests/kvm/lib/test_util.c   |  12 ++
>  .../selftests/kvm/lib/x86_64/processor.c      | 196 ++++--------------
>  tools/testing/selftests/kvm/lib/x86_64/svm.c  |   2 +-
>  tools/testing/selftests/kvm/lib/x86_64/vmx.c  |   2 +-
>  tools/testing/selftests/kvm/s390x/memop.c     |   2 +-
>  .../selftests/kvm/s390x/sync_regs_test.c      |   2 +-
>  .../kvm/x86_64/cr4_cpuid_sync_test.c          |   2 +-
>  .../testing/selftests/kvm/x86_64/evmcs_test.c |   6 +-
>  .../selftests/kvm/x86_64/hyperv_cpuid.c       |   8 +-
>  .../selftests/kvm/x86_64/mmio_warning_test.c  |   4 +-
>  .../selftests/kvm/x86_64/platform_info_test.c |   3 +-
>  .../kvm/x86_64/set_memory_region_test.c       |   3 +-
>  .../testing/selftests/kvm/x86_64/state_test.c |   4 +-
>  .../selftests/kvm/x86_64/svm_vmcall_test.c    |   3 +-
>  .../selftests/kvm/x86_64/sync_regs_test.c     |   4 +-
>  .../selftests/kvm/x86_64/vmx_dirty_log_test.c |   2 +-
>  .../kvm/x86_64/vmx_set_nested_state_test.c    |   4 +-
>  .../selftests/kvm/x86_64/xss_msr_test.c       |   2 +-
>  28 files changed, 243 insertions(+), 292 deletions(-)
> 


  parent reply	other threads:[~2020-03-10  9:45 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-10  9:15 [PATCH 0/4] KVM: selftests: Various cleanups and fixes Andrew Jones
2020-03-10  9:15 ` [PATCH 1/4] fixup! selftests: KVM: SVM: Add vmcall test Andrew Jones
2020-03-10  9:15 ` [PATCH 2/4] KVM: selftests: Share common API documentation Andrew Jones
2020-03-10  9:15 ` [PATCH 3/4] KVM: selftests: Enable printf format warnings for TEST_ASSERT Andrew Jones
2020-03-10 12:54   ` Christian Borntraeger
2020-03-10  9:15 ` [PATCH 4/4] KVM: selftests: Use consistent message for test skipping Andrew Jones
2020-03-10  9:45 ` Christian Borntraeger [this message]
2020-03-10 11:58   ` [PATCH 0/4] KVM: selftests: Various cleanups and fixes Andrew Jones
2020-03-10 12:29     ` Christian Borntraeger
2020-03-10 12:34       ` Christian Borntraeger
2020-03-10 13:18         ` Andrew Jones
2020-03-11 19:29 ` Peter Xu
2020-03-14 11:44   ` Paolo Bonzini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1b6d5b6a-f323-14d5-f423-d59547637819@de.ibm.com \
    --to=borntraeger@de.ibm.com \
    --cc=cohuck@redhat.com \
    --cc=david@redhat.com \
    --cc=drjones@redhat.com \
    --cc=frankja@linux.ibm.com \
    --cc=kvm@vger.kernel.org \
    --cc=pbonzini@redhat.com \
    --cc=peterx@redhat.com \
    --cc=thuth@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.