From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NGiOq-0001N4-QE for qemu-devel@nongnu.org; Fri, 04 Dec 2009 19:21:24 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NGiOm-0001Ii-3t for qemu-devel@nongnu.org; Fri, 04 Dec 2009 19:21:24 -0500 Received: from [199.232.76.173] (port=46186 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGiOl-0001Id-Vz for qemu-devel@nongnu.org; Fri, 04 Dec 2009 19:21:20 -0500 Received: from mail.valinux.co.jp ([210.128.90.3]:51319) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NGiOl-0005wU-GU for qemu-devel@nongnu.org; Fri, 04 Dec 2009 19:21:19 -0500 Date: Sat, 5 Dec 2009 09:20:58 +0900 From: Isaku Yamahata Subject: Re: [Qemu-devel] [PATCH V8 00/18] split out piix specific part from pc emulator Message-ID: <20091205002058.GC3670@valinux.co.jp> References: <1259905865-25295-1-git-send-email-yamahata@valinux.co.jp> <4B19181F.1070502@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B19181F.1070502@codemonkey.ws> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Gerd Hoffmann , qemu-devel@nongnu.org, "Michael S. Tsirkin" On Fri, Dec 04, 2009 at 08:09:35AM -0600, Anthony Liguori wrote: > Isaku Yamahata wrote: >> This is the preparation patch for q35 chipset and PCIE support. >> Anthony, any chance to merge? Can you please give me comments? >> > > I'd like to see Michael review the PCI changes and Gerd review the pc > changes. > > I'm uncertain if some of the pc refactoring is the right intermediate > solution verses just doing the right thing from a qdev perspective. However when will the final conversion take place? It would take long. Another several months or a year is surely worth while for the intermediate solution. I've already waited for several months vainly. I think the intermediate solution is definitively worth while. Anyway some of the patches are qdev unrelated refactoring to share the code with piix and q35. -- yamahata