[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PULL 00/19] linux-user changes for 2.1
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PULL 00/19] linux-user changes for 2.1 |
Date: |
Mon, 23 Jun 2014 18:26:26 +0100 |
On 23 June 2014 14:26, <address@hidden> wrote:
> From: Riku Voipio <address@hidden>
>
> The following changes since commit d9c1647d896d3192cba9dbf98fb7efab876edde5:
>
> Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request'
> into staging (2014-06-23 12:55:22 +0100)
>
> are available in the git repository at:
>
> git://git.linaro.org/people/riku.voipio/qemu.git linux-user-for-upstream
>
> for you to fetch changes up to 1f1fb45ffe2a67bc1853b55b1d029fcee37d546a:
>
> linux-user: support the SIOCGIFINDEX ioctl (2014-06-23 16:00:23 +0300)
Hi; I'm afraid this fails to build on my 32-bit
ARM host:
CC aarch64-linux-user/linux-user/syscall.o
/root/qemu/linux-user/syscall.c: In function ‘do_syscall’:
/root/qemu/linux-user/syscall.c:5462:24: error: ‘p’ may be used
uninitialized in this function [-Werror=uninitialized]
cc1: all warnings being treated as errors
Looks like we call fh = lock_user(...) but then use
the wrong variable in the unlock_user() call.
(No idea why this only fails on this machine and
not on x86-64...)
thanks
-- PMM
- [Qemu-devel] [PULL 11/19] linux-user: respect timezone for settimeofday, (continued)
- [Qemu-devel] [PULL 11/19] linux-user: respect timezone for settimeofday, riku . voipio, 2014/06/23
- [Qemu-devel] [PULL 05/19] linux-user: support SO_ACCEPTCONN getsockopt option, riku . voipio, 2014/06/23
- [Qemu-devel] [PULL 16/19] linux-user: support the setns syscall, riku . voipio, 2014/06/23
- [Qemu-devel] [PULL 07/19] linux-user: support SO_PASSSEC setsockopt option, riku . voipio, 2014/06/23
- [Qemu-devel] [PULL 14/19] linux-user: support ioprio_{get, set} syscalls, riku . voipio, 2014/06/23
- [Qemu-devel] [PULL 15/19] linux-user: support {name_to, open_by}_handle_at syscalls, riku . voipio, 2014/06/23
- [Qemu-devel] [PULL 08/19] linux-user: allow NULL arguments to mount, riku . voipio, 2014/06/23
- [Qemu-devel] [PULL 06/19] linux-user: support SO_{SND, RCV}BUFFORCE setsockopt options, riku . voipio, 2014/06/23
- [Qemu-devel] [PULL 19/19] linux-user: support the SIOCGIFINDEX ioctl, riku . voipio, 2014/06/23
- [Qemu-devel] [PULL 18/19] linux-user: support the KDSIGACCEPT ioctl, riku . voipio, 2014/06/23
- Re: [Qemu-devel] [PULL 00/19] linux-user changes for 2.1,
Peter Maydell <=