[PATCH 0/1] hw: Add compat machines for 6.2

Yanan Wang posted 1 patch 2 years, 7 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210831015426.101188-1-wangyanan55@huawei.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>, Halil Pasic <pasic@linux.ibm.com>, Richard Henderson <richard.henderson@linaro.org>, Thomas Huth <thuth@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Michael S. Tsirkin" <mst@redhat.com>, David Hildenbrand <david@redhat.com>, Christian Borntraeger <borntraeger@de.ibm.com>, Paolo Bonzini <pbonzini@redhat.com>, David Gibson <david@gibson.dropbear.id.au>, Cornelia Huck <cohuck@redhat.com>, Greg Kurz <groug@kaod.org>
hw/arm/virt.c              |  9 ++++++++-
hw/core/machine.c          |  3 +++
hw/i386/pc.c               |  3 +++
hw/i386/pc_piix.c          | 14 +++++++++++++-
hw/i386/pc_q35.c           | 13 ++++++++++++-
hw/ppc/spapr.c             | 15 +++++++++++++--
hw/s390x/s390-virtio-ccw.c | 14 +++++++++++++-
include/hw/boards.h        |  3 +++
include/hw/i386/pc.h       |  3 +++
9 files changed, 71 insertions(+), 6 deletions(-)
[PATCH 0/1] hw: Add compat machines for 6.2
Posted by Yanan Wang 2 years, 7 months ago
This patch adds 6.2 machine types for arm/i440fx/q35/s390x/spapr,
which is originally from [1]. Here resend it separately and hopefully
it can get into upstream first, so that some other patches currently
on the mail list which depend on 6.2 machine compat stuff can be
rebased on this.

[1] https://lore.kernel.org/qemu-devel/20210823122804.7692-7-wangyanan55@huawei.com/

Yanan Wang (1):
  hw: Add compat machines for 6.2

 hw/arm/virt.c              |  9 ++++++++-
 hw/core/machine.c          |  3 +++
 hw/i386/pc.c               |  3 +++
 hw/i386/pc_piix.c          | 14 +++++++++++++-
 hw/i386/pc_q35.c           | 13 ++++++++++++-
 hw/ppc/spapr.c             | 15 +++++++++++++--
 hw/s390x/s390-virtio-ccw.c | 14 +++++++++++++-
 include/hw/boards.h        |  3 +++
 include/hw/i386/pc.h       |  3 +++
 9 files changed, 71 insertions(+), 6 deletions(-)

-- 
2.19.1


Re: [PATCH 0/1] hw: Add compat machines for 6.2
Posted by Peter Maydell 2 years, 7 months ago
On Tue, 31 Aug 2021 at 02:54, Yanan Wang <wangyanan55@huawei.com> wrote:
>
> This patch adds 6.2 machine types for arm/i440fx/q35/s390x/spapr,
> which is originally from [1]. Here resend it separately and hopefully
> it can get into upstream first, so that some other patches currently
> on the mail list which depend on 6.2 machine compat stuff can be
> rebased on this.

Thanks for resending this; I'm doing an arm pullreq today so I'll
put it in with that.

-- PMM

Re: [PATCH 0/1] hw: Add compat machines for 6.2
Posted by wangyanan (Y) 2 years, 7 months ago
On 2021/9/1 16:02, Peter Maydell wrote:
> On Tue, 31 Aug 2021 at 02:54, Yanan Wang <wangyanan55@huawei.com> wrote:
>> This patch adds 6.2 machine types for arm/i440fx/q35/s390x/spapr,
>> which is originally from [1]. Here resend it separately and hopefully
>> it can get into upstream first, so that some other patches currently
>> on the mail list which depend on 6.2 machine compat stuff can be
>> rebased on this.
> Thanks for resending this; I'm doing an arm pullreq today so I'll
> put it in with that.
>
Thanks!

Yanan
.