From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NvG8y-0004hr-8e for qemu-devel@nongnu.org; Fri, 26 Mar 2010 16:28:36 -0400 Received: from [140.186.70.92] (port=46789 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NvG8w-0004gj-2Y for qemu-devel@nongnu.org; Fri, 26 Mar 2010 16:28:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NvG8s-00010f-6F for qemu-devel@nongnu.org; Fri, 26 Mar 2010 16:28:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14991) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NvG8r-00010J-V6 for qemu-devel@nongnu.org; Fri, 26 Mar 2010 16:28:30 -0400 Date: Fri, 26 Mar 2010 17:28:22 -0300 From: Luiz Capitulino Subject: Re: [Qemu-devel] guidance regarding GSOC Message-ID: <20100326172822.46a5ed3d@redhat.com> In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Faqeer ALI Cc: qemu-devel@nongnu.org On Fri, 26 Mar 2010 11:09:44 +0000 Faqeer ALI wrote: > > Dear Sir, > > > I am a graduate student at MAJU university Islamabad Pakistan, as a course project I have already worked with qemu and openmoko. > > During this summers, I would be glad to work with qemu. > > I need some guidance, I have downloaded the qemu sources, Did you use git for that or did you download a tarball? > And as per "Convert Monitor commands to the QObject API" or "Improve/Simplify the QObject API" projects, I only found the qobject.h in the sources, can you please give me little details, so that I could start working on it. You can find two examples of QObject conversion in the following commits: 588b383, d96fd29. But note that the difficulty of the conversion can vary. Some are just error handling, like 81a1b45. The problem with the current QObject API is that conversions can get complex, like do_pci_info(). We'd like to find ways to it simpler, if possible.