From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45131) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1btzPT-00010E-1U for qemu-devel@nongnu.org; Tue, 11 Oct 2016 11:56:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1btzPO-0002WJ-Pu for qemu-devel@nongnu.org; Tue, 11 Oct 2016 11:56:06 -0400 Received: from mail-qt0-x234.google.com ([2607:f8b0:400d:c0d::234]:36081) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1btzPO-0002Vq-Jz for qemu-devel@nongnu.org; Tue, 11 Oct 2016 11:56:02 -0400 Received: by mail-qt0-x234.google.com with SMTP id m5so18265694qtb.3 for ; Tue, 11 Oct 2016 08:56:02 -0700 (PDT) References: <1476056526-30740-1-git-send-email-rth@twiddle.net> <1476056526-30740-14-git-send-email-rth@twiddle.net> <878ttvxtz4.fsf@linaro.org> <87ae0dcc-bb68-182e-7864-e2241c821b89@twiddle.net> <8760oyq5bw.fsf@linaro.org> <99b2c83b-f3db-9cab-dde1-650701a66c23@twiddle.net> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <99b2c83b-f3db-9cab-dde1-650701a66c23@twiddle.net> Date: Tue, 11 Oct 2016 16:55:22 +0100 Message-ID: <8737k2q3rp.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v5 13/35] tcg: Add atomic helpers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org Richard Henderson writes: > On 10/11/2016 10:21 AM, Alex Bennée wrote: >> Is this just using plain git tools or one of the >> porcelain layers? > > Just plain git tools. > > In this case it appears I simply left the centos6-adjusted patch set on the vm, > without pushing them back to github. So at least I don't have to > regenerate them. Good to know :-) > > Still, it's a breakdown in process that brings me back to losing my > mind. One advantage of the docker targets is they run the builds on the state of your current source tree on your main developer machine. However its not perfect, for example I still run classic VMs for things like 32 bit builds and Free BSD stuff. However centos6 is a currently one of the docker targets we have. The end goal is to make it easy for developers to test all the various compile compilations by just using slightly different make invocations on their preferred machine. -- Alex Bennée