[PATCH for-9.1 v5 0/3] kvm: add support for guest physical bits

Paolo Bonzini posted 3 patches 1 month, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240325141422.1380087-1-pbonzini@redhat.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>, Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, "Michael S. Tsirkin" <mst@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Laurent Vivier <laurent@vivier.eu>, Nicholas Piggin <npiggin@gmail.com>, Daniel Henrique Barboza <danielhb413@gmail.com>, David Gibson <david@gibson.dropbear.id.au>, Harsh Prateek Bora <harshpb@linux.ibm.com>, Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Eric Farman <farman@linux.ibm.com>, David Hildenbrand <david@redhat.com>, Ilya Leoshkevich <iii@linux.ibm.com>, Thomas Huth <thuth@redhat.com>, Marcelo Tosatti <mtosatti@redhat.com>
There is a newer version of this series
include/hw/boards.h        |  3 +++
include/hw/i386/pc.h       |  3 +++
target/i386/cpu.h          |  1 +
hw/arm/virt.c              | 11 +++++++++--
hw/core/machine.c          |  3 +++
hw/i386/pc.c               |  5 +++++
hw/i386/pc_piix.c          | 17 ++++++++++++++---
hw/i386/pc_q35.c           | 14 ++++++++++++--
hw/m68k/virt.c             | 11 +++++++++--
hw/ppc/spapr.c             | 17 ++++++++++++++---
hw/s390x/s390-virtio-ccw.c | 14 +++++++++++++-
target/i386/cpu.c          | 22 ++++++++++++++++++++++
target/i386/kvm/kvm-cpu.c  | 34 +++++++++++++++++++++++++++++++++-
13 files changed, 141 insertions(+), 14 deletions(-)
[PATCH for-9.1 v5 0/3] kvm: add support for guest physical bits
Posted by Paolo Bonzini 1 month, 1 week ago
The adjustments based on Gerd' v4 patches are small, the main change
is the introduction of ABI-compatible machine types for 9.0 so that the
new property is only available on 9.1.

Gerd Hoffmann (2):
  target/i386: add guest-phys-bits cpu property
  kvm: add support for guest physical bits

Paolo Bonzini (1):
  hw: Add compat machines for 9.1

 include/hw/boards.h        |  3 +++
 include/hw/i386/pc.h       |  3 +++
 target/i386/cpu.h          |  1 +
 hw/arm/virt.c              | 11 +++++++++--
 hw/core/machine.c          |  3 +++
 hw/i386/pc.c               |  5 +++++
 hw/i386/pc_piix.c          | 17 ++++++++++++++---
 hw/i386/pc_q35.c           | 14 ++++++++++++--
 hw/m68k/virt.c             | 11 +++++++++--
 hw/ppc/spapr.c             | 17 ++++++++++++++---
 hw/s390x/s390-virtio-ccw.c | 14 +++++++++++++-
 target/i386/cpu.c          | 22 ++++++++++++++++++++++
 target/i386/kvm/kvm-cpu.c  | 34 +++++++++++++++++++++++++++++++++-
 13 files changed, 141 insertions(+), 14 deletions(-)

-- 
2.44.0