On 19 August 2018 at 23:17, Laurent Vivier <[email protected]> wrote:
> The following changes since commit 0abaa41d936becd914a16ee1fe2a981d96d19428:
>
> Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request'
> into staging (2018-08-17 09:46:00 +0100)
>
> are available in the Git repository at:
>
> git://github.com/vivier/qemu.git tags/linux-user-for-3.1-pull-request
>
> for you to fetch changes up to c072a24c11e713f14ab969799433218d8ceebe19:
>
> linux-user: add QEMU_IFLA_INFO_KIND nested type for tun (2018-08-20
> 00:11:06 +0200)
>
> ----------------------------------------------------------------
> linux-user fixes:
> - netlink fixes (add missing types, fix MSG_TRUNC)
> - sh4 fix (tcg state)
> - sparc32plus fix (truncate address space to 32bit)
> - add x86_64 binfmt data
>
> ----------------------------------------------------------------
Hi -- I'm afraid this doesn't build on my ppc64 test box:
/home/pm215/qemu/linux-user/syscall.c: In function
‘host_to_target_data_route_rtattr’:
/home/pm215/qemu/linux-user/syscall.c:2719:10: error: ‘RTA_PREF’
undeclared (first use in this function)
case RTA_PREF:
^
thanks
-- PMM