qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL 00/65] Block patches


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL 00/65] Block patches
Date: Sat, 14 Feb 2015 00:50:58 +0000

On 13 February 2015 at 16:23, Stefan Hajnoczi <address@hidden> wrote:
> The following changes since commit 449008f86418583a1f0fb946cf91ee7b4797317d:
>
>   Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150210.0' 
> into staging (2015-02-11 05:14:41 +0000)
>
> are available in the git repository at:
>
>   git://github.com/stefanha/qemu.git tags/block-pull-request
>
> for you to fetch changes up to b5aaadc00652ba94028e7c21d0c58148ebf81ff9:
>
>   block: Keep bdrv_check*_request()'s return value (2015-02-13 14:33:56 +0000)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------

Build warnings/failures, I'm afraid. These are from the OSX build,
but you can also see them on Linux clang builds and on 32-bit Linux
builds.

  CC    tests/libqos/malloc.o
/Users/pm215/src/qemu/tests/libqos/malloc.c:35:3: warning:
redefinition of typedef 'QGuestAllocator' is a C11 feature
      [-Wtypedef-redefinition]
} QGuestAllocator;
  ^
/Users/pm215/src/qemu/tests/libqos/malloc.h:27:32: note: previous
definition is here
typedef struct QGuestAllocator QGuestAllocator;
                               ^
1 warning generated.

  CC    tests/libqos/ahci.o
/Users/pm215/src/qemu/tests/libqos/ahci.c:256:40: warning: format
specifies type 'unsigned long' but the argument has type 'uint64_t'
      (aka 'unsigned long long') [-Wformat]
        g_test_message("CLB: 0x%08lx", ahci->port[i].clb);
                               ~~~~~   ^~~~~~~~~~~~~~~~~
                               %08llx
/Users/pm215/src/qemu/tests/libqos/ahci.c:264:39: warning: format
specifies type 'unsigned long' but the argument has type 'uint64_t'
      (aka 'unsigned long long') [-Wformat]
        g_test_message("FB: 0x%08lx", ahci->port[i].fb);
                              ~~~~~   ^~~~~~~~~~~~~~~~
                              %08llx
/Users/pm215/src/qemu/tests/libqos/ahci.c:598:3: warning: redefinition
of typedef 'AHCICommand' is a C11 feature
      [-Wtypedef-redefinition]
} AHCICommand;
  ^
/Users/pm215/src/qemu/tests/libqos/ahci.h:422:28: note: previous
definition is here
typedef struct AHCICommand AHCICommand;
                           ^
3 warnings generated.

thanks
-- PMM



reply via email to

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