qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 1/3] s390x: include HW_COMPAT_* props


From: Christian Borntraeger
Subject: Re: [Qemu-devel] [PATCH v2 1/3] s390x: include HW_COMPAT_* props
Date: Fri, 16 Oct 2015 12:30:05 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

Am 16.10.2015 um 12:25 schrieb Cornelia Huck:
> We want to inherit generic hw compat as well.
> 
> Signed-off-by: Cornelia Huck <address@hidden>
> ---
>  hw/s390x/s390-virtio-ccw.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/hw/s390x/s390-virtio-ccw.c b/hw/s390x/s390-virtio-ccw.c
> index 20883ff..d09d867 100644
> --- a/hw/s390x/s390-virtio-ccw.c
> +++ b/hw/s390x/s390-virtio-ccw.c
> @@ -20,6 +20,7 @@
>  #include "qemu/config-file.h"
>  #include "s390-pci-bus.h"
>  #include "hw/s390x/storage-keys.h"
> +#include "hw/compat.h"
> 
>  #define TYPE_S390_CCW_MACHINE               "s390-ccw-machine"
> 
> @@ -236,6 +237,7 @@ static const TypeInfo ccw_machine_info = {
>  };
> 
>  #define CCW_COMPAT_2_4 \
> +        HW_COMPAT_2_4 \
>          {\
>              .driver   = TYPE_S390_SKEYS,\
>              .property = "migration-enabled",\
> 

Acked-by: Christian Borntraeger <address@hidden>





reply via email to

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