From: "Radim Krčmář" <rkrcmar@redhat.com>
To: Ken Hofsass <hofsass@google.com>
Cc: kvm@vger.kernel.org, pbonzini@redhat.com, jmattson@google.com
Subject: Re: [kvm-unit-tests PATCH] kvm-unit-tests: Gtests Framework and Example Tests
Date: Tue, 30 Jan 2018 17:09:24 +0100 [thread overview]
Message-ID: <20180130160924.GD22015@flask> (raw)
In-Reply-To: <20180125184803.228086-1-hofsass@google.com>
2018-01-25 10:48-0800, Ken Hofsass:
> Test framework for KVM and the Linux kernel that enables standalone
> tests to exercise host, guest, and nested guest functionality without
> requiring a separate .flat file. The framework and tests are written
> in C and assembly.
>
> Signed-off-by: Ken Hofsass <hofsass@google.com>
> ---
> configure | 4 +
> x86/Makefile.common | 31 +-
> gtests/include/kvm_util.h | 346 ++++
> gtests/include/test_sparsebit.h | 82 +
> gtests/include/test_util.h | 602 +++++++
> gtests/include/vmx.h | 674 +++++++
> gtests/include/x86.h | 306 ++++
> gtests/lib/kvm_util.c | 3003 +++++++++++++++++++++++++++++++
> gtests/lib/test_sparsebit.c | 2793 +++++++++++++++++++++++++++++
> gtests/lib/test_util.c | 3411 ++++++++++++++++++++++++++++++++++++
> gtests/tests/set_sregs_test.c | 66 +
> gtests/tests/vmx_tsc_adjust_test.c | 215 +++
> gtests/.gitignore | 2 +
> 13 files changed, 11532 insertions(+), 3 deletions(-)
> create mode 100644 gtests/include/kvm_util.h
> create mode 100644 gtests/include/test_sparsebit.h
> create mode 100644 gtests/include/test_util.h
> create mode 100644 gtests/include/vmx.h
> create mode 100644 gtests/include/x86.h
> create mode 100644 gtests/lib/kvm_util.c
> create mode 100644 gtests/lib/test_sparsebit.c
> create mode 100644 gtests/lib/test_util.c
> create mode 100644 gtests/tests/set_sregs_test.c
> create mode 100644 gtests/tests/vmx_tsc_adjust_test.c
> create mode 100644 gtests/.gitignore
This email didn't make it to the kvm list. Might be because it is too
big, please see what the server said and potentially resend after
splitting into parts, thanks.
(Also, doesn't compile here due to missing #include <asm/msr-index.h>
and I didn't look further.)
next parent reply other threads:[~2018-01-30 16:09 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20180125184803.228086-1-hofsass@google.com>
2018-01-30 16:09 ` Radim Krčmář [this message]
2018-01-30 18:28 ` [kvm-unit-tests PATCH] kvm-unit-tests: Gtests Framework and Example Tests Ken Hofsass
2018-01-31 8:56 ` Andrew Jones
2018-02-01 15:51 ` Radim Krčmář
2018-02-01 16:58 ` 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=20180130160924.GD22015@flask \
--to=rkrcmar@redhat.com \
--cc=hofsass@google.com \
--cc=jmattson@google.com \
--cc=kvm@vger.kernel.org \
--cc=pbonzini@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox