qemu-s390x
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 03/14] hw/s390x: convert 'ccw' machine definitions to use new


From: Thomas Huth
Subject: Re: [PATCH 03/14] hw/s390x: convert 'ccw' machine definitions to use new macros
Date: Thu, 2 May 2024 13:12:54 +0200
User-agent: Mozilla Thunderbird

On 01/05/2024 20.27, Daniel P. Berrangé wrote:
This changes the DEFINE_CCW_MACHINE macro to use the common
helpers for constructing versioned symbol names and strings,
bringing greater consistency across targets.

The added benefit is that it avoids the need to repeat the
version number twice in two different formats in the calls
to DEFINE_CCW_MACHINE.

A DEFINE_CCW_MACHINE_AS_LATEST helper is added so that it
is not required to pass 'false' for every single historical
machine type.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
  hw/s390x/s390-virtio-ccw.c | 96 +++++++++++++++++++++-----------------
  1 file changed, 53 insertions(+), 43 deletions(-)

Reviewed-by: Thomas Huth <thuth@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]