From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EuQGH-0004E5-K0 for qemu-devel@nongnu.org; Thu, 05 Jan 2006 03:14:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EuQGF-0004B7-68 for qemu-devel@nongnu.org; Thu, 05 Jan 2006 03:14:16 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EuQGE-0004Ah-RA for qemu-devel@nongnu.org; Thu, 05 Jan 2006 03:14:15 -0500 Received: from [195.184.98.160] (helo=virtualhost.dk) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EuQHm-0001M1-95 for qemu-devel@nongnu.org; Thu, 05 Jan 2006 03:15:50 -0500 Received: from [62.242.22.158] (helo=router.home.kernel.dk) by virtualhost.dk with esmtp (Exim 3.36 #1) id 1EuQES-0005s7-00 for qemu-devel@nongnu.org; Thu, 05 Jan 2006 09:12:24 +0100 Received: from nelson.home.kernel.dk ([192.168.0.33] helo=kernel.dk) by router.home.kernel.dk with esmtp (Exim 4.22) id 1EuQER-0001Cr-I0 for qemu-devel@nongnu.org; Thu, 05 Jan 2006 09:12:23 +0100 Date: Thu, 5 Jan 2006 09:14:19 +0100 From: Jens Axboe Subject: Re: [Qemu-devel] [PATCH 3/3] proper support of FLUSH_CACHE and FLUSH_CACHE_EXT Message-ID: <20060105081417.GQ3389@suse.de> References: <20060104121208.GA3389@suse.de> <20060104121653.GD3389@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Wed, Jan 04 2006, Johannes Schindelin wrote: > Hi, > > On Wed, 4 Jan 2006, Jens Axboe wrote: > > > 1.0.GIT > > Using git for QEmu development? Welcome to the club. ;-) Yes I just imported the repo into git, cvs isn't really my cup of tea and it isn't very handy for patch series. git isn't very tailored for that as well, but at least it allows me to just do a 'format-patch' against the old master and get the patch series. And with a devel branch, it's pretty easy to pull the new updates and rebase the devel branch as needed. Are you using a persistent git repo for qemu (ie continually importing new changes)? I've considered setting one up :-) > Regarding your patches: as far as I understand them, I like 'em. Thanks! -- Jens Axboe