From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nq1UI-0002BO-RM for qemu-devel@nongnu.org; Fri, 12 Mar 2010 04:48:58 -0500 Received: from [199.232.76.173] (port=37376 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nq1UI-0002BG-3N for qemu-devel@nongnu.org; Fri, 12 Mar 2010 04:48:58 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nq1UG-0001Cf-C4 for qemu-devel@nongnu.org; Fri, 12 Mar 2010 04:48:57 -0500 Received: from mail-ww0-f45.google.com ([74.125.82.45]:55194) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Nq1UG-0001Cb-3H for qemu-devel@nongnu.org; Fri, 12 Mar 2010 04:48:56 -0500 Received: by wwb31 with SMTP id 31so651639wwb.4 for ; Fri, 12 Mar 2010 01:48:54 -0800 (PST) Sender: Paolo Bonzini Message-ID: <4B9A0E03.8080603@redhat.com> Date: Fri, 12 Mar 2010 10:48:51 +0100 From: Paolo Bonzini MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: Ideas wiki for GSoC 2010 References: <20100310183023.6632aece@redhat.com> <4B98A20E.4000900@redhat.com> <20100311225918.GA15170@shareable.org> In-Reply-To: <20100311225918.GA15170@shareable.org> 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: Jamie Lokier Cc: agraf@suse.de, aliguori@us.ibm.com, kvm@vger.kernel.org, jan.kiszka@siemens.com, qemu-devel@nongnu.org, Luiz Capitulino , Avi Kivity , agl@us.ibm.com On 03/11/2010 11:59 PM, Jamie Lokier wrote: > Avi Kivity wrote: >> On 03/10/2010 11:30 PM, Luiz Capitulino wrote: >>> >>> 2. Do we have kvm-specific projects? Can they be part of the QEMU project >>> or do we need a different mentoring organization for it? >>> >> >> Something really interesting is kvm-assisted tcg. I'm afraid it's a bit >> too complicated to GSoC. > > Is this simpler: kvm-assisted user-mode emulation (no TCG involved)? Or running TCG-compiled code as a guest so that for example KVM takes care of the softmmu (with hardware-assisted paging possibly, yoohoo). But I have no idea if that is what Avi meant. :-) Paolo