From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Subject: [PATCH 0/3] target/i386: kvm-unit-tests fixes related to page table lookup
Date: Thu, 18 Mar 2021 11:00:19 -0400 [thread overview]
Message-ID: <20210318150022.1824646-1-pbonzini@redhat.com> (raw)
The first two patches allow access.flat to pass with TCG and "-cpu
max,phys-bits=52", and the last one fixes most NPT tests in svm.flat.
I found these while trying to unify the NPT and regular page table
walk, but those other patches are not appropriate for soft freeze.
Paolo
Paolo Bonzini (3):
target/i386: allow modifying TCG phys-addr-bits
target/i386: fail if toggling LA57 in 64-bit mode
target/i386: svm: do not discard high 32 bits of EXITINFO1
target/i386/cpu.c | 23 ++++++++---------------
target/i386/cpu.h | 1 -
target/i386/tcg/excp_helper.c | 7 ++++---
target/i386/tcg/helper-tcg.h | 14 +++++---------
target/i386/tcg/misc_helper.c | 4 ++++
target/i386/tcg/seg_helper.c | 4 ++--
target/i386/tcg/svm_helper.c | 15 +++++++--------
7 files changed, 30 insertions(+), 38 deletions(-)
--
2.26.2
next reply other threads:[~2021-03-18 15:09 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-18 15:00 Paolo Bonzini [this message]
2021-03-18 15:00 ` [PATCH 1/3] target/i386: allow modifying TCG phys-addr-bits Paolo Bonzini
2021-03-18 15:00 ` [PATCH 2/3] target/i386: fail if toggling LA57 in 64-bit mode Paolo Bonzini
2021-03-18 15:00 ` [PATCH 3/3] target/i386: svm: do not discard high 32 bits of EXITINFO1 Paolo Bonzini
2021-03-18 15:12 ` [PATCH 0/3] target/i386: kvm-unit-tests fixes related to page table lookup no-reply
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=20210318150022.1824646-1-pbonzini@redhat.com \
--to=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/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;
as well as URLs for NNTP newsgroup(s).