From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45093) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aB2Ap-0003wD-My for qemu-devel@nongnu.org; Mon, 21 Dec 2015 10:14:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aB2Am-0001ZD-89 for qemu-devel@nongnu.org; Mon, 21 Dec 2015 10:14:55 -0500 Received: from jessie.kos.to ([212.47.231.226]:55304 helo=pilvi.kos.to) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aB2Am-0001YC-2f for qemu-devel@nongnu.org; Mon, 21 Dec 2015 10:14:52 -0500 Date: Mon, 21 Dec 2015 15:14:49 +0000 From: Riku Voipio Message-ID: <20151221151449.GA29744@kos.to> References: <1446064846-12529-1-git-send-email-laurent@vivier.eu> <56742290.2050903@vivier.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <56742290.2050903@vivier.eu> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 0/5] linux-user: manage SOCK_PACKET socket type List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier Cc: Peter Maydell , QEMU Developers On Fri, Dec 18, 2015 at 04:13:20PM +0100, Laurent Vivier wrote: > Le 29/10/2015 00:12, Peter Maydell a =C3=A9crit : > > On 28 October 2015 at 20:40, Laurent Vivier wrote= : > >> This is obsolete, but if we want to use dhcp with some distros (like= debian > >> ppc 8.2 jessie), we need it. > >> > >> bind() uses an interface name instead an interface index, and socket= () > >> needs network order value to encode the protocol. > >> > >> v3: update cover letter message, > >> insert Reviewed-by: in PATCH 1 and PATCH 2 > >> insert fd_trans_target_to_host_addr into target_to_host_sockaddr= and > >> pass fd, check fd is >=3D 0, rename packet_target_to_host_addr t= o > >> packet_target_to_host_sockaddr > >> > >> v2: Split the patch in 4 parts to manage protocol endianness (socket= ()) and > >> interface name (bind()) in different patches. > >> Use TargetFdTrans array to manage the SOCK_PACKET type special c= ase in > >> bind(). > >> The two others patches are here to introduce a new function in T= argetFdTrans > >> to translate sockaddr data structure (rename previous functions = to be > >> clear). > >> > >> Laurent Fiver (5): > >=20 > > This name doesn't match the names on the actual patch mails, > > but those are right so I guess it doesn't matter. > >=20 > >> linux-user: SOCK_PACKET uses network endian to encode protocol in > >> socket() > >> linux-user: rename TargetFdFunc to TargetFdDataFunc, and struc= ture > >> fields accordingly > >> linux-user: add a function hook to translate sockaddr > >> linux-user: manage bind with a socket of SOCK_PACKET type. > >> linux-user: check fd is >=3D 0 in > >> fd_trans_host_to_target_data/fd_trans_host_to_target_addr > >=20 > > Series > > Reviewed-by: Peter Maydell =20 > Can we have this series applied ? I'll create next pull req next week, right now I'm a bit busy. If someone else wants to merge the series before me, you have my Acked-by. Riku