From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nq6x5-0005Eb-1C for qemu-devel@nongnu.org; Fri, 12 Mar 2010 10:39:03 -0500 Received: from [199.232.76.173] (port=51420 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nq6x4-0005E9-F8 for qemu-devel@nongnu.org; Fri, 12 Mar 2010 10:39:02 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nq6x3-0006Fj-8c for qemu-devel@nongnu.org; Fri, 12 Mar 2010 10:39:01 -0500 Received: from e33.co.us.ibm.com ([32.97.110.151]:52780) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Nq6x2-0006Ef-TC for qemu-devel@nongnu.org; Fri, 12 Mar 2010 10:39:01 -0500 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e33.co.us.ibm.com (8.14.3/8.13.1) with ESMTP id o2CFZNpT020622 for ; Fri, 12 Mar 2010 08:35:23 -0700 Received: from d03av06.boulder.ibm.com (d03av06.boulder.ibm.com [9.17.195.245]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o2CFcoNp068508 for ; Fri, 12 Mar 2010 08:38:51 -0700 Received: from d03av06.boulder.ibm.com (loopback [127.0.0.1]) by d03av06.boulder.ibm.com (8.14.3/8.13.1/NCO v10.0 AVout) with ESMTP id o2CFfH1p028954 for ; Fri, 12 Mar 2010 08:41:17 -0700 Subject: Re: [Qemu-devel] Ideas wiki for GSoC 2010 From: Adam Litke In-Reply-To: <20100312122241.5cf41093@redhat.com> References: <20100310183023.6632aece@redhat.com> <1268406691.3287.6.camel@aglitke> <20100312122241.5cf41093@redhat.com> Content-Type: text/plain; charset="UTF-8" Date: Fri, 12 Mar 2010 09:38:47 -0600 Message-ID: <1268408327.3287.10.camel@aglitke> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: jan.kiszka@siemens.com, aliguori@us.ibm.com, qemu-devel@nongnu.org, kvm@vger.kernel.org, agraf@suse.de On Fri, 2010-03-12 at 12:22 -0300, Luiz Capitulino wrote: > On Fri, 12 Mar 2010 09:11:31 -0600 > Adam Litke wrote: > > > Hi Luiz. Around the time when I introduced the new Asynchronous monitor > > command API we had talked about converting all commands to use this new > > API so that we can cut down on duplicate code paths and confusing code. > > I would like to propose this as a GSoC project idea. Do you think it > > should stand as its own project or should we merge it into your "Convert > > Monitor commands to the QObject API" project? > > I think it's a project by itself, but I wonder if it's too easy/short > for GSoC. An experienced programmer can do the conversion plus testing > in a day or two. There are probably a number of cleanups and adaptions > that can take more, but still seems too short. So given the relatively small scope of this additional work, maybe it should be an additional "stretch" goal to be added to your project. Once the student(s) have gone through the trouble to familiarize themselves with the monitor code, they would be well-positioned to complete this extra bit. How difficult do you imagine it will be to convert the remaining commands over to QObject? -- Thanks, Adam