qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL v2 00/23] linux-user updates


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL v2 00/23] linux-user updates
Date: Tue, 19 Aug 2014 12:59:44 +0100

On 19 August 2014 09:32,  <address@hidden> wrote:
> From: Riku Voipio <address@hidden>
>
> The same as previous series, except the patch "make binfmt flag O require P"
> has been dropped.
>
> The following changes since commit 142f4ac5d5e024670ef4725e8943702b027e4218:
>
>   Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-15' 
> into staging (2014-08-15 18:44:48 +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 8349027af60e861fcc401c928eb76f9f418815d7:

Hi. I'm afraid this doesn't build on my ARM board:

/root/qemu/linux-user/syscall.c: In function 'do_open_by_handle_at':
/root/qemu/linux-user/syscall.c:5475:16: error: 'p' may be used
uninitialized in this function [-Werror=uninitialized]

The compiler seems to be correct here -- we should
be passing 'fh' to unlock_user(), not 'p' (which seems
to be completely useless and should be deleted).

This function and name_to_handle_at() also both seem
to be missing the necessary guest-to-host byteswaps
on the fields in struct file_handle.

thanks
-- PMM



reply via email to

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