From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KQK3n-0005dh-G0 for qemu-devel@nongnu.org; Tue, 05 Aug 2008 06:46:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KQK3l-0005cm-8g for qemu-devel@nongnu.org; Tue, 05 Aug 2008 06:46:34 -0400 Received: from [199.232.76.173] (port=50263 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KQK3k-0005cT-7w for qemu-devel@nongnu.org; Tue, 05 Aug 2008 06:46:32 -0400 Received: from smtp.ctxuk.citrix.com ([62.200.22.115]:61877 helo=SMTP.EU.CITRIX.COM) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KQK3j-00025i-W6 for qemu-devel@nongnu.org; Tue, 05 Aug 2008 06:46:32 -0400 Date: Tue, 5 Aug 2008 11:46:30 +0100 From: Samuel Thibault Subject: Re: [Qemu-devel] [PATCH 0/7] merge some xen bits into qemu Message-ID: <20080805104630.GM4478@implementation.uk.xensource.com> References: <1217865045-10722-1-git-send-email-kraxel@redhat.com> <48973F8E.8080109@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <48973F8E.8080109@codemonkey.ws> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: xen-devel@lists.xensource.com, Ian Jackson , qemu-devel@nongnu.org, Gerd Hoffmann Anthony Liguori, le Mon 04 Aug 2008 12:42:38 -0500, a écrit : > However, I'd like to see agreement within the Xen community that this is > the right approach first. Unfortunately, Ian Jackson (who will continue to maintain his qemu tree) is away this week. > In particular, I would like to see these > patches either merged with upstream Xen or for upstream Xen to plan to > rebase against QEMU to pick them up and use them for PV support. I have not had a precise look at e.g. the xenfb.c code, but if what Gerd has submitted is exactly the same as xen-unstable's, then that part is already merged :) As for the rest, as Gerd said Ian is maintaining a rebased tree, which is currently used by default in the upcoming xen 4.0 (aka 3.3). He won't rebase it until that release, but after that he will probably regularly, with much less pain than previously anyway since we now have a fine git tree. Samuel