qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Tom Lendacky <thomas.lendacky@amd.com>,
	Marcelo Tosatti <mtosatti@redhat.com>,
	Paolo Bonzini <pbonzini@redhat.com>,
	kvm@vger.kernel.org, Gerd Hoffmann <kraxel@redhat.com>
Subject: [PATCH v3 0/3] kvm: add support for guest physical bits
Date: Wed, 13 Mar 2024 14:27:16 +0100	[thread overview]
Message-ID: <20240313132719.939417-1-kraxel@redhat.com> (raw)

The matching kernel bits are here:
https://lore.kernel.org/kvm/20240313125844.912415-1-kraxel@redhat.com/T/

ovmf test patches are here:
https://github.com/kraxel/edk2/commits/devel/guest-phys-bits/

Gerd Hoffmann (3):
  [debug] log kvm supported cpuid
  kvm: add support for guest physical bits
  target/i386: add guest-phys-bits cpu property

 target/i386/cpu.h         |  1 +
 target/i386/cpu.c         | 14 ++++++++++++++
 target/i386/kvm/kvm-cpu.c | 32 +++++++++++++++++++++++++++++++-
 target/i386/kvm/kvm.c     | 14 ++++++++++++++
 4 files changed, 60 insertions(+), 1 deletion(-)

-- 
2.44.0



             reply	other threads:[~2024-03-13 13:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-13 13:27 Gerd Hoffmann [this message]
2024-03-13 13:27 ` [PATCH v3 1/3] [debug] log kvm supported cpuid Gerd Hoffmann
2024-03-13 13:27 ` [PATCH v3 2/3] kvm: add support for guest physical bits Gerd Hoffmann
2024-03-17  8:29   ` Tao Su
2024-03-18 15:33     ` Gerd Hoffmann
2024-03-18  3:09   ` Xiaoyao Li
2024-03-18 15:50     ` Gerd Hoffmann
2024-03-13 13:27 ` [PATCH v3 3/3] target/i386: add guest-phys-bits cpu property Gerd Hoffmann

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=20240313132719.939417-1-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=mtosatti@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=thomas.lendacky@amd.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;
as well as URLs for NNTP newsgroup(s).