qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL 0/1] Linux user for 4.0 patches


From: Laurent Vivier
Subject: Re: [Qemu-devel] [PULL 0/1] Linux user for 4.0 patches
Date: Wed, 13 Mar 2019 14:30:46 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

On 13/03/2019 14:09, Peter Maydell wrote:
On Tue, 12 Mar 2019 at 16:49, Laurent Vivier <address@hidden> wrote:

The following changes since commit 2cb73afa6a2408b397a5af1427d120b8aa04997a:

   Merge remote-tracking branch 
'remotes/ehabkost/tags/machine-next-pull-request' into staging (2019-03-12 
15:25:46 +0000)

are available in the Git repository at:

   git://github.com/vivier/qemu.git tags/linux-user-for-4.0-pull-request

for you to fetch changes up to 1b48642b01e47cfb2c2ce877a289d480b55fdca7:

   linux-user: Add missing IPV6 sockopts (2019-03-12 17:46:10 +0100)

----------------------------------------------------------------
Add missing IPV6 sockopts

----------------------------------------------------------------

Hi -- this fails to build on hosts with older versions of the
system headers:

/home/pm215/qemu/linux-user/syscall.c:1884:14: error:
‘IPV6_RECVPATHMTU’ undeclared (first use in this function)
/home/pm215/qemu/linux-user/syscall.c:1885:14: error:
‘IPV6_TRANSPARENT’ undeclared (first use in this function)
/home/pm215/qemu/linux-user/syscall.c:1886:14: error: ‘IPV6_FREEBIND’
undeclared (first use in this function)
/home/pm215/qemu/linux-user/syscall.c:1887:14: error:
‘IPV6_RECVORIGDSTADDR’ undeclared (first use in this function)
/home/pm215/qemu/linux-user/syscall.c:2392:14: error:
‘IPV6_RECVPATHMTU’ undeclared (first use in this function)
/home/pm215/qemu/linux-user/syscall.c:2393:14: error:
‘IPV6_TRANSPARENT’ undeclared (first use in this function)
/home/pm215/qemu/linux-user/syscall.c:2394:14: error: ‘IPV6_FREEBIND’
undeclared (first use in this function)

Okay, they appear with v2.6.35 and v2.6.37 of linux kernel.

To be able to test, what is the version of your test system?

Thanks,
Laurent






reply via email to

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