qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: David Hildenbrand <david@redhat.com>
To: Cornelia Huck <cohuck@redhat.com>, qemu-s390x@nongnu.org
Cc: Christian Borntraeger <borntraeger@de.ibm.com>,
	Alexander Graf <agraf@suse.de>,
	Richard Henderson <rth@twiddle.net>,
	Thomas Huth <thuth@redhat.com>,
	qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH for-3.1] s390x: introduce 3.1 compat machine
Date: Tue, 24 Jul 2018 13:34:10 +0200	[thread overview]
Message-ID: <95354de0-1159-f2dc-b6ef-0cc957a67c47@redhat.com> (raw)
In-Reply-To: <20180723131016.4161-1-cohuck@redhat.com>

On 23.07.2018 15:10, Cornelia Huck wrote:
> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
> ---
>  hw/s390x/s390-virtio-ccw.c | 17 ++++++++++++++++-
>  include/hw/compat.h        |  3 +++
>  2 files changed, 19 insertions(+), 1 deletion(-)
> 
> diff --git a/hw/s390x/s390-virtio-ccw.c b/hw/s390x/s390-virtio-ccw.c
> index 7983185d04..d366909474 100644
> --- a/hw/s390x/s390-virtio-ccw.c
> +++ b/hw/s390x/s390-virtio-ccw.c
> @@ -673,6 +673,9 @@ bool css_migration_enabled(void)
>      }                                                                         \
>      type_init(ccw_machine_register_##suffix)
>  
> +#define CCW_COMPAT_3_0 \
> +        HW_COMPAT_3_0
> +
>  #define CCW_COMPAT_2_12 \
>          HW_COMPAT_2_12
>  
> @@ -761,14 +764,26 @@ bool css_migration_enabled(void)
>              .value    = "0",\
>          },
>  
> +static void ccw_machine_3_1_instance_options(MachineState *machine)
> +{
> +}
> +
> +static void ccw_machine_3_1_class_options(MachineClass *mc)
> +{
> +}
> +DEFINE_CCW_MACHINE(3_1, "3.1", true);
> +
>  static void ccw_machine_3_0_instance_options(MachineState *machine)
>  {
> +    ccw_machine_3_1_instance_options(machine);
>  }
>  
>  static void ccw_machine_3_0_class_options(MachineClass *mc)
>  {
> +    ccw_machine_3_1_class_options(mc);
> +    SET_MACHINE_COMPAT(mc, CCW_COMPAT_3_0);
>  }
> -DEFINE_CCW_MACHINE(3_0, "3.0", true);
> +DEFINE_CCW_MACHINE(3_0, "3.0", false);
>  
>  static void ccw_machine_2_12_instance_options(MachineState *machine)
>  {
> diff --git a/include/hw/compat.h b/include/hw/compat.h
> index c08f4040bb..6f4d5fc647 100644
> --- a/include/hw/compat.h
> +++ b/include/hw/compat.h
> @@ -1,6 +1,9 @@
>  #ifndef HW_COMPAT_H
>  #define HW_COMPAT_H
>  
> +#define HW_COMPAT_3_0 \
> +    /* empty */
> +
>  #define HW_COMPAT_2_12 \
>      {\
>          .driver   = "migration",\
> 

Reviewed-by: David Hildenbrand <david@redhat.com>

-- 

Thanks,

David / dhildenb

  reply	other threads:[~2018-07-24 11:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-23 13:10 [Qemu-devel] [PATCH for-3.1] s390x: introduce 3.1 compat machine Cornelia Huck
2018-07-24 11:34 ` David Hildenbrand [this message]
2018-07-25 14:36 ` Cornelia Huck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=95354de0-1159-f2dc-b6ef-0cc957a67c47@redhat.com \
    --to=david@redhat.com \
    --cc=agraf@suse.de \
    --cc=borntraeger@de.ibm.com \
    --cc=cohuck@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-s390x@nongnu.org \
    --cc=rth@twiddle.net \
    --cc=thuth@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).