From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MQxsD-0006Uh-JZ for qemu-devel@nongnu.org; Wed, 15 Jul 2009 02:21:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQxs8-0006Sa-Dg for qemu-devel@nongnu.org; Wed, 15 Jul 2009 02:21:48 -0400 Received: from [199.232.76.173] (port=53891 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQxs8-0006SS-2n for qemu-devel@nongnu.org; Wed, 15 Jul 2009 02:21:44 -0400 Received: from mx2.redhat.com ([66.187.237.31]:53769) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MQxs5-0001cB-WF for qemu-devel@nongnu.org; Wed, 15 Jul 2009 02:21:43 -0400 Message-ID: <4A5D756E.6030101@redhat.com> Date: Wed, 15 Jul 2009 08:21:34 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] qdev merge plans? References: <4A5CFD47.7050803@redhat.com> <4A5D05D0.4030004@codemonkey.ws> In-Reply-To: <4A5D05D0.4030004@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: "qemu-devel@nongnu.org" On 07/15/09 00:25, Anthony Liguori wrote: > Gerd Hoffmann wrote: >> Hi Anthony, >> >> Your queue continues bitrotting. BlueSwirl did more qdev conversions >> with the result that more fixups are needed to make the tree build >> again once your queue is pushed ... >> >> For now I did incremental fixups and didn't change the patches you >> have queued up already. At least for the build failure this isn't >> ideal though as it leaves a few revisions which don't build which is >> bad for bisecting. >> >> So what is your plan to handle the mess^H^H^H^Hmerge? > > Early in your series, you introduce -device. But -device syntax doesn't > seem to be resolved yet. The patch sits in your queue nevertheless, so I'm not sure what your plan is ... > I don't think it's appropriate to pull in -device this close to the > feature freeze when the command line syntax is still being debated. You > only countered Paul's suggestions this morning so I don't think there's > any indication that this discussion has converged yet. Ok, so it sounds like you'll plan to drop the patch(es) from the queue. Ok. I'll go post fresh patch series based on upstream/master then, so you can replace the qdev bits in your queue. > Quite a lot of your queue consists of things you've only posted as > Proof-of-concept series (like qdev/isa). Yes, as mentioned there are quite a few work-in-progress patches. > So let me ask you, what is the set of patches that you think is > non-contended, posted as a non-RFC, but not yet merged? I'll sort and repost the patches today. Rough plan is: (1) Split the patch series in your queue into two: - One with the properties bits (should be ready to merge). - One with the -device stuff (for further discussion and maybe merge). (2) Repost qdev/compat bits, slightly updated according to review comments (should be ready to merge too). cheers, Gerd