Re: [PATCH] hw: Add compat machines for 6.3

2021-12-15 Thread Peter Maydell
On Wed, 15 Dec 2021 at 17:13, Juan Quintela wrote: > I got confused with the version number on the tree. Yeah, the VERSION numbering is a bit odd: VERSION tag 6.2.0 v6.2.0 6.2.50none, development tree before next release 6.2.90v7.0.0-rc0 6.2.91v7.0.0-rc1 6.2.92v7.0.0-r

Re: [PATCH] hw: Add compat machines for 6.3

2021-12-15 Thread Peter Maydell
On Wed, 15 Dec 2021 at 17:06, Juan Quintela wrote: > > Add 6.2 machine types for arm/i440fx/q35/s390x/spapr. > > Shameless copy of commit > 52e64f5b1f2c81472b57dbad255ab9b00302f10d > from > Yanan Wang > +DEFINE_VIRT_MACHINE_AS_LATEST(6, 3) There is no 6.3 -- the next release (be

Re: [PATCH] hw: Add compat machines for 6.3

2021-12-15 Thread Juan Quintela
Peter Maydell wrote: > On Wed, 15 Dec 2021 at 17:06, Juan Quintela wrote: >> >> Add 6.2 machine types for arm/i440fx/q35/s390x/spapr. >> >> Shameless copy of commit >> 52e64f5b1f2c81472b57dbad255ab9b00302f10d >> from >> Yanan Wang > >> +DEFINE_VIRT_MACHINE_AS_LATEST(6, 3) > > The

[PATCH] hw: Add compat machines for 6.3

2021-12-15 Thread Juan Quintela
Add 6.2 machine types for arm/i440fx/q35/s390x/spapr. Shameless copy of commit 52e64f5b1f2c81472b57dbad255ab9b00302f10d from Yanan Wang Signed-off-by: Juan Quintela --- include/hw/boards.h| 3 +++ include/hw/i386/pc.h | 3 +++ hw/arm/virt.c | 11 +++