[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [PATCH v2] s390x: add zPCI feature to "qemu" CPU model
From: |
Cornelia Huck |
Subject: |
Re: [qemu-s390x] [PATCH v2] s390x: add zPCI feature to "qemu" CPU model |
Date: |
Tue, 12 Feb 2019 14:12:06 +0100 |
On Tue, 12 Feb 2019 12:23:23 +0100
David Hildenbrand <address@hidden> wrote:
> As we now always have PCI support, let's add it to the "qemu" CPU model,
> taking care of backwards compatibility.
>
> Signed-off-by: David Hildenbrand <address@hidden>
> ---
>
> v1 -> v2:
> - Use correct model identifiction of the z12 we emulate
>
> hw/s390x/s390-virtio-ccw.c | 3 +++
> target/s390x/gen-features.c | 8 ++++++--
> 2 files changed, 9 insertions(+), 2 deletions(-)
>
Played around a bit with different machines and cpu models and got what
I expected.
Thanks, applied.