[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH for-9.1 v5 1/3] hw: Add compat machines for 9.1
From: |
Cornelia Huck |
Subject: |
Re: [PATCH for-9.1 v5 1/3] hw: Add compat machines for 9.1 |
Date: |
Mon, 25 Mar 2024 16:02:59 +0100 |
User-agent: |
Notmuch/0.37 (https://notmuchmail.org) |
On Mon, Mar 25 2024, Paolo Bonzini <pbonzini@redhat.com> wrote:
> Add 9.1 machine types for arm/i440fx/m68k/q35/s390x/spapr.
>
> Cc: Cornelia Huck <cohuck@redhat.com>
> Cc: Thomas Huth <thuth@redhat.com>
> Cc: Harsh Prateek Bora <harshpb@linux.ibm.com>
> Cc: Gavin Shan <gshan@redhat.com>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> include/hw/boards.h | 3 +++
> include/hw/i386/pc.h | 3 +++
> hw/arm/virt.c | 11 +++++++++--
> hw/core/machine.c | 3 +++
> hw/i386/pc.c | 3 +++
> 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 +++++++++++++-
> 10 files changed, 83 insertions(+), 13 deletions(-)
Reviewed-by: Cornelia Huck <cohuck@redhat.com>