From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46032 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PNeNY-0007hb-RH for qemu-devel@nongnu.org; Tue, 30 Nov 2010 23:33:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PNS6l-0008TC-11 for qemu-devel@nongnu.org; Tue, 30 Nov 2010 10:27:08 -0500 Received: from mail-vw0-f45.google.com ([209.85.212.45]:44469) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PNS6k-0008IX-Tq for qemu-devel@nongnu.org; Tue, 30 Nov 2010 10:27:06 -0500 Received: by vws12 with SMTP id 12so1896704vws.4 for ; Tue, 30 Nov 2010 07:26:52 -0800 (PST) Sender: Paolo Bonzini Message-ID: <4CF517B7.1020808@redhat.com> Date: Tue, 30 Nov 2010 16:26:47 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <4CF42BEB.6060800@codemonkey.ws> In-Reply-To: <4CF42BEB.6060800@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: Savannah Downtime List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel On 11/29/2010 11:40 PM, Anthony Liguori wrote: > > In the interim, I've updated the wiki to make the latest release > download point to qemu.org, and I also wanted to remind everyone that > http://git.qemu.org/qemu.git is an up-to-date mirror of the QEMU > development tree. I expect that we'll shortly start pushing changes > directly to git.qemu.org to keep things moving while Savannah > investigates their incident. I have 9 patches from Paul Brook from my latest pull that are not on git.qemu.org (they are on top of it): Paul Brook (9): Add missing dependency. Include directives in default configs PCI config include VirtIO config option Fix previous commit Detect missing config includes Remove PCI from sparc32 target Split out common pcnet code Add pcnet-pci.c The patches have not been posted on the mailing list and, since two of them are of the "fix previous commit" kind, maybe it wouldn't be so bad to drop them... :) in any case, they are at git://github.com/bonzini/qemu.git on branch "pbrook". Paolo