From: Arthur Chunqi Li <yzt356@gmail.com>
To: kvm@vger.kernel.org
Cc: jan.kiszka@web.de, gleb@redhat.com, pbonzini@redhat.com,
Arthur Chunqi Li <yzt356@gmail.com>
Subject: [PATCH v2 0/2] Basic nested VMX test suite
Date: Tue, 16 Jul 2013 23:11:04 +0800 [thread overview]
Message-ID: <1373987466-2216-1-git-send-email-yzt356@gmail.com> (raw)
These two patches are focued on providing a basic version of VMX nested
test suite. This commit provides the architecture of nested VMX similiar
to x86/svm.c.
setjmp/longjmp is designed to avoid exiting VMX in call-back form.
Arthur Chunqi Li (2):
kvm-unit-tests : Add setjmp/longjmp to libcflat
kvm-unit-tests : The first version of VMX nested test case
config-x86-common.mak | 2 +
config-x86_64.mak | 3 +
lib/x86/msr.h | 5 +
lib/x86/setjmp64.S | 27 +++
lib/x86/setjmp64.h | 15 ++
x86/cstart64.S | 4 +
x86/unittests.cfg | 6 +
x86/vmx.c | 565 +++++++++++++++++++++++++++++++++++++++++++++++++
x86/vmx.h | 406 +++++++++++++++++++++++++++++++++++
9 files changed, 1033 insertions(+)
create mode 100644 lib/x86/setjmp64.S
create mode 100644 lib/x86/setjmp64.h
create mode 100644 x86/vmx.c
create mode 100644 x86/vmx.h
--
1.7.9.5
next reply other threads:[~2013-07-16 15:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-16 15:11 Arthur Chunqi Li [this message]
2013-07-16 15:11 ` [PATCH v2 1/2] kvm-unit-tests : Add setjmp/longjmp to libcflat Arthur Chunqi Li
2013-07-16 15:19 ` Paolo Bonzini
2013-07-16 15:11 ` [PATCH v2 2/2] kvm-unit-tests : The first version of VMX nested test case Arthur Chunqi Li
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=1373987466-2216-1-git-send-email-yzt356@gmail.com \
--to=yzt356@gmail.com \
--cc=gleb@redhat.com \
--cc=jan.kiszka@web.de \
--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 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.