[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH for-9.1 v5 0/3] kvm: add support for guest physical bits
From: |
Paolo Bonzini |
Subject: |
[PATCH for-9.1 v5 0/3] kvm: add support for guest physical bits |
Date: |
Mon, 25 Mar 2024 15:14:19 +0100 |
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
- [PATCH for-9.1 v5 0/3] kvm: add support for guest physical bits,
Paolo Bonzini <=
- [PATCH for-9.1 v5 2/3] target/i386: add guest-phys-bits cpu property, Paolo Bonzini, 2024/03/25
- [PATCH for-9.1 v5 1/3] hw: Add compat machines for 9.1, Paolo Bonzini, 2024/03/25
- Re: [PATCH for-9.1 v5 1/3] hw: Add compat machines for 9.1, Cornelia Huck, 2024/03/25
- Re: [PATCH for-9.1 v5 1/3] hw: Add compat machines for 9.1, Thomas Huth, 2024/03/25
- Re: [PATCH for-9.1 v5 1/3] hw: Add compat machines for 9.1, Harsh Prateek Bora, 2024/03/26
- Re: [PATCH for-9.1 v5 1/3] hw: Add compat machines for 9.1, Zhao Liu, 2024/03/27
- Re: [PATCH for-9.1 v5 1/3] hw: Add compat machines for 9.1, Zhao Liu, 2024/03/28