qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v7 05/28] hw: remove SET_MACHINE_COMPAT


From: Igor Mammedov
Subject: Re: [Qemu-devel] [PATCH v7 05/28] hw: remove SET_MACHINE_COMPAT
Date: Fri, 21 Dec 2018 15:22:44 +0100

On Fri, 21 Dec 2018 13:03:47 +0400
Marc-André Lureau <address@hidden> wrote:

> No longer needed.
> 
> Signed-off-by: Marc-André Lureau <address@hidden>

Reviewed-by: Igor Mammedov <address@hidden>

> ---
>  include/hw/boards.h | 12 ------------
>  1 file changed, 12 deletions(-)
> 
> diff --git a/include/hw/boards.h b/include/hw/boards.h
> index f02d5a1bbd..f743d9d4a4 100644
> --- a/include/hw/boards.h
> +++ b/include/hw/boards.h
> @@ -287,16 +287,4 @@ struct MachineState {
>      } \
>      type_init(machine_initfn##_register_types)
>  
> -#define SET_MACHINE_COMPAT(m, compat) \
> -    do {                              \
> -        int i;                        \
> -        if (!m->compat_props) { \
> -            m->compat_props = g_array_new(false, false, sizeof(void *)); \
> -        } \
> -        for (i = 0; i < G_N_ELEMENTS(compat); i++) {          \
> -            GlobalProperty *prop = &compat[i];          \
> -            g_array_append_val(m->compat_props, prop); \
> -        }                                              \
> -    } while (0)
> -
>  #endif




reply via email to

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