From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MFrNU-0001eM-5P for qemu-devel@nongnu.org; Sun, 14 Jun 2009 11:12:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MFrNP-0001YN-Iu for qemu-devel@nongnu.org; Sun, 14 Jun 2009 11:12:11 -0400 Received: from [199.232.76.173] (port=34630 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MFrNP-0001Y7-E0 for qemu-devel@nongnu.org; Sun, 14 Jun 2009 11:12:07 -0400 Received: from mail-bw0-f223.google.com ([209.85.218.223]:38440) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MFrNP-0008Av-3p for qemu-devel@nongnu.org; Sun, 14 Jun 2009 11:12:07 -0400 Received: by bwz23 with SMTP id 23so2576173bwz.34 for ; Sun, 14 Jun 2009 08:12:06 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: Date: Sun, 14 Jun 2009 18:12:06 +0300 Message-ID: Subject: Re: [Qemu-devel] [PATCH 00/21] Pending linux-user patches From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "riku.voipio@iki.fi" Cc: qemu-devel@nongnu.org On 6/12/09, riku.voipio@iki.fi wrote: > From: Riku Voipio > > All the things in linux-user tree at the moment: > > https://git.maemo.org/projects/qemu/gitweb?p=qemu;a=shortlog;h=refs/heads/linux-user-for-upstream > > Since the maemo git hosting regrettably only provides https > transport, you can download the git tree faster if you already > have a git tree: > > git clone git://git.sv.gnu.org/qemu.git > cd qemu > git remote add maemo https://git.maemo.org/projects/qemu > git fetch maemo > git checkout -b linux-user maemo/linux-user-for-upstream > > This tree is constantly rebased against upstream git HEAD, so avoid basing your > work on this branch. Constantly? It's already three days old. :-) Anyway, I pulled the patches with the intention of possibly committing them. But it looks some of them are not ready yet.