qemu-trivial
[Top][All Lists]
Advanced

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

Re: [Qemu-trivial] [PATCH 1/3] hw/acpi/aml-build: remove useless glib ve


From: Marc-André Lureau
Subject: Re: [Qemu-trivial] [PATCH 1/3] hw/acpi/aml-build: remove useless glib version check
Date: Mon, 12 Oct 2015 15:31:00 +0200

to qemu-trivial

On Mon, Oct 12, 2015 at 12:54 PM,  <address@hidden> wrote:
> From: Marc-André Lureau <address@hidden>
>
> 2.22 is the minimum version required
>
> Signed-off-by: Marc-André Lureau <address@hidden>
> ---
>  hw/acpi/aml-build.c | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/hw/acpi/aml-build.c b/hw/acpi/aml-build.c
> index 0d4b324..a00a0ab 100644
> --- a/hw/acpi/aml-build.c
> +++ b/hw/acpi/aml-build.c
> @@ -1163,9 +1163,7 @@ void *acpi_data_push(GArray *table_data, unsigned size)
>
>  unsigned acpi_data_len(GArray *table)
>  {
> -#if GLIB_CHECK_VERSION(2, 22, 0)
>      assert(g_array_get_element_size(table) == 1);
> -#endif
>      return table->len;
>  }
>
> --
> 2.4.3
>



-- 
Marc-André Lureau



reply via email to

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