From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53517) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5WeG-0007QL-4m for qemu-devel@nongnu.org; Wed, 25 May 2016 07:06:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b5WeB-000424-1J for qemu-devel@nongnu.org; Wed, 25 May 2016 07:06:47 -0400 Received: from jessie.kos.to ([212.47.231.226]:58992 helo=pilvi.kos.to) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5WeA-00041a-R1 for qemu-devel@nongnu.org; Wed, 25 May 2016 07:06:42 -0400 Date: Wed, 25 May 2016 14:06:34 +0300 From: Riku Voipio Message-ID: <20160525110634.GA27992@beaming.home> References: <1463936181-23683-1-git-send-email-laurent@vivier.eu> <20160524082923.GA4784@beaming.home> <20160524120508.GA7582@beaming.home> <45115f64-6817-41b1-b5f0-45b75364d25f@iki.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: Peter Maydell Cc: Laurent Vivier , QEMU Developers On Tue, May 24, 2016 at 02:08:14PM +0100, Peter Maydell wrote: > On 24 May 2016 at 13:54, Riku Voipio wrote: > > On tiistaina 24. toukokuuta 2016 15.05.08 EEST, Riku Voipio wrote: > >> > >> Ok, fair enough, applied. > > > > > > dropped since the build failed on squeeze. I take the simplest fix is to > > wrap all nl support #ifdef IFLA_PROTO_DOWN since that is the newest define > > available. > > > > /squeeze-container/qemu/linux-user/syscall.c > Tangentially, are your containers here chroots, ad-hoc containers, > docker images, or something else? I was thinking about trying to > sort out a more self-contained and reproducible LTP setup than the > chroot I have at the moment, but perhaps you've already gone down > that path ? Local docker images - these aren't exactly clean yet. But if people want I can look at publishing them in dockerhub. That said, for build testing docker images don't add much to plain chroots. Riku