On Thu, Sep 05 2024, Daniel P. Berrangé <berra...@redhat.com> wrote:
> Follow the other architecture targets by adding extra macros for > defining a versioned machine type as the latest. This reduces the > size of the changes when introducing new machine types at the start > of each release cycle. > > Signed-off-by: Daniel P. Berrangé <berra...@redhat.com> > --- > hw/i386/pc_piix.c | 11 +++++------ > hw/i386/pc_q35.c | 11 ++++++----- > include/hw/i386/pc.h | 4 +++- > 3 files changed, 14 insertions(+), 12 deletions(-) Reviewed-by: Cornelia Huck <coh...@redhat.com>