From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dcBbL-00054Q-3b for qemu-devel@nongnu.org; Mon, 31 Jul 2017 10:23:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dcBbG-0007sk-V5 for qemu-devel@nongnu.org; Mon, 31 Jul 2017 10:23:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35568) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dcBbG-0007pS-O7 for qemu-devel@nongnu.org; Mon, 31 Jul 2017 10:23:14 -0400 Date: Mon, 31 Jul 2017 22:23:08 +0800 From: Fam Zheng Message-ID: <20170731142308.GB3206@lemon.lan> References: <07010a2ad79559c412949f0005dbe3cb03d8416e.1498504812.git.ps@pks.im> <20170729135042.GA1139@pks-xps> <192810b2-02a2-fbbc-fc1e-7e9d3d80d7fa@gmx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] 9pfs: include for XATTR_SIZE_MAX List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Kamil Rytarowski , Kamil Rytarowski , "qemu-devel@nongnu.org Developers" , Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= , Patrick Steinhardt , Alistair Francis On Sun, 07/30 19:23, Peter Maydell wrote: > On 30 July 2017 at 17:51, Kamil Rytarowski wrote: > > On 29.07.2017 21:34, Peter Maydell wrote: > >> On 29 July 2017 at 14:50, Patrick Steinhardt wrote: > >>> On Fri, Jul 28, 2017 at 02:20:49PM -0300, Philippe Mathieu-Daud=E9 = wrote: > >>>> This is likely to break on BSD, but now than patchew has a NetBSD = job > >>>> you can trigger a build RESENDing this patch. > >> > > > > I just checked patchew, and there is FreeBSD job. How far are we from > > adding more BSDs? >=20 > I now test OpenBSD and NetBSD as well in my pre-merge > test setup. Patchew could add them as well if desired. > (vm setup instructions at http://wiki.qemu.org/Hosts/BSD) No objection to adding more BSDs to patchew as long as I can find a few m= ore gigabytes RAM to run the VM (BTW I'm also thinking about converting long = running VMs to boot/shutdown on demand, to support more types of guests). But sti= ll want to ask this: how likely it is for a patch to compile on one BSD flavor bu= t fail on the other? Fam