From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40727) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b57nP-00058C-Ra for qemu-devel@nongnu.org; Tue, 24 May 2016 04:34:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b57nL-00034x-Ie for qemu-devel@nongnu.org; Tue, 24 May 2016 04:34:35 -0400 Received: from mail-vk0-x230.google.com ([2607:f8b0:400c:c05::230]:33949) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b57nL-00034Y-0k for qemu-devel@nongnu.org; Tue, 24 May 2016 04:34:31 -0400 Received: by mail-vk0-x230.google.com with SMTP id c189so12391777vkb.1 for ; Tue, 24 May 2016 01:34:30 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20160524082923.GA4784@beaming.home> References: <1463936181-23683-1-git-send-email-laurent@vivier.eu> <20160524082923.GA4784@beaming.home> From: Peter Maydell Date: Tue, 24 May 2016 09:34:11 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v2 0/3] linux-user: netlink support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Riku Voipio Cc: Laurent Vivier , QEMU Developers On 24 May 2016 at 09:29, Riku Voipio wrote: > On Sun, May 22, 2016 at 06:56:18PM +0200, Laurent Vivier wrote: >> It is now possible to register handlers to a file descriptor >> to translate a data stream transiting by this file descriptor. >> >> We can now decode netlink information coming from the guest >> and inject a translated one into the host, and vice-versa. >> >> This series is an "RFC" because it works (we can boot a >> container using systemd and use iproute tools) but some >> problems remain. > > Ok, I can wait for V3. Well, this version of the patchset isn't marked RFC -- did you forget to edit the cover letter, Laurent? >> Some results (x86_64 host) with some guests: >> >> * ppc: it can boot a debian 8.2/8.3 (Jessie) LXC container >> and networking works fine (dhcp and "apt-get upgrade"). >> >> "ip link" generates some traces in the kernel log: >> "netlink: 8 bytes leftover after parsing attributes in process `ip'." I guess we should track down what this 8-bytes-leftover stuff is... thanks -- PMM