From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54473) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0sY6-00022Q-0F for qemu-devel@nongnu.org; Fri, 24 Feb 2012 05:38:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0sY0-0005F5-9s for qemu-devel@nongnu.org; Fri, 24 Feb 2012 05:38:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:61462) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0sY0-0005Ew-2j for qemu-devel@nongnu.org; Fri, 24 Feb 2012 05:38:44 -0500 Message-ID: <4F4768A9.1090908@redhat.com> Date: Fri, 24 Feb 2012 11:38:33 +0100 From: Michal Privoznik MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [libvirt] Add GSoC project ideas to the wiki! List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: libvir-list@redhat.com, qemu-devel , kvm On 24.02.2012 10:19, Stefan Hajnoczi wrote: > This is a reminder that QEMU will apply for Google Summer of Code 2012 and we > need project ideas and mentors. Libvirt and kvm.ko projects are also welcome! > > http://wiki.qemu.org/Google_Summer_of_Code_2012 > > Please add yourself to the wiki now if you want to mentor a project > this summer. I will file our application next week. > > Thanks, > Stefan Hi Stefan, Thank you for the opportunity. I was personally thinking about something libvirt-snmp related. Nowdays, it is difficult to add new elements to MIB, as some parts of code were generated by mib2c. Any change to MIB requires regeneration of such source files and thus leads to loss of all previous changes. So one thing that is coming to my mind is drop this dependency and use libsnmp directly. But I am not sure it is worth of GSoC. Michal