From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34148) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dcBjr-0007ZV-1Z for qemu-devel@nongnu.org; Mon, 31 Jul 2017 10:32:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dcBjq-0005Gk-3q for qemu-devel@nongnu.org; Mon, 31 Jul 2017 10:32:07 -0400 Received: from mail-wm0-x231.google.com ([2a00:1450:400c:c09::231]:37314) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dcBjp-0005GS-TY for qemu-devel@nongnu.org; Mon, 31 Jul 2017 10:32:06 -0400 Received: by mail-wm0-x231.google.com with SMTP id t201so51190196wmt.0 for ; Mon, 31 Jul 2017 07:32:05 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20170731142308.GB3206@lemon.lan> References: <07010a2ad79559c412949f0005dbe3cb03d8416e.1498504812.git.ps@pks.im> <20170729135042.GA1139@pks-xps> <192810b2-02a2-fbbc-fc1e-7e9d3d80d7fa@gmx.com> <20170731142308.GB3206@lemon.lan> From: Peter Maydell Date: Mon, 31 Jul 2017 15:31:44 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH] 9pfs: include for XATTR_SIZE_MAX List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: Kamil Rytarowski , Kamil Rytarowski , "qemu-devel@nongnu.org Developers" , =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= , Patrick Steinhardt , Alistair Francis On 31 July 2017 at 15:23, Fam Zheng wrote: > No objection to adding more BSDs to patchew as long as I can find a few more > 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 still want > to ask this: how likely it is for a patch to compile on one BSD flavor but fail > on the other? I dunno about any particular patch, but when I came to trying to get the BSDs into my test machine set I found that the three different OSes were all failing for different reasons. The bulk of "BSD fails" probably fail on all 3 though, so you could probably get away with only testing 1 in patchew and letting my tests catch the rest. thanks -- PMM