From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nr9nR-0006r9-7e for qemu-devel@nongnu.org; Mon, 15 Mar 2010 08:53:25 -0400 Received: from [199.232.76.173] (port=33246 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nr9nQ-0006qu-N4 for qemu-devel@nongnu.org; Mon, 15 Mar 2010 08:53:24 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nr9nP-0005xU-Rr for qemu-devel@nongnu.org; Mon, 15 Mar 2010 08:53:24 -0400 Received: from mtagate2.uk.ibm.com ([194.196.100.162]:56106) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Nr9nP-0005xK-Ew for qemu-devel@nongnu.org; Mon, 15 Mar 2010 08:53:23 -0400 Received: from d06nrmr1806.portsmouth.uk.ibm.com (d06nrmr1806.portsmouth.uk.ibm.com [9.149.39.193]) by mtagate2.uk.ibm.com (8.13.1/8.13.1) with ESMTP id o2FCrJka003970 for ; Mon, 15 Mar 2010 12:53:19 GMT Received: from d06av03.portsmouth.uk.ibm.com (d06av03.portsmouth.uk.ibm.com [9.149.37.213]) by d06nrmr1806.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o2FCrJr91405166 for ; Mon, 15 Mar 2010 12:53:19 GMT Received: from d06av03.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av03.portsmouth.uk.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id o2FCrIJT018374 for ; Mon, 15 Mar 2010 12:53:19 GMT Date: Mon, 15 Mar 2010 05:53:13 -0700 From: Muli Ben-Yehuda Subject: Re: [Qemu-devel] Ideas wiki for GSoC 2010 Message-ID: <20100315125313.GK9457@il.ibm.com> References: <20100310183023.6632aece@redhat.com> <4B9E2745.7060903@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B9E2745.7060903@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: aliguori@us.ibm.com, kvm@vger.kernel.org, jan.kiszka@siemens.com, agraf@suse.de, qemu-devel@nongnu.org, agl@us.ibm.com, Luiz Capitulino , Nadav Amit , Ben-Ami Yassour1 On Mon, Mar 15, 2010 at 02:25:41PM +0200, Avi Kivity wrote: > On 03/10/2010 11:30 PM, Luiz Capitulino wrote: > > Hi there, > > > > Our wiki page for the Summer of Code 2010 is doing quite well: > > > >http://wiki.qemu.org/Google_Summer_of_Code_2010 > > I will add another project - iommu emulation. Could be very useful > for doing device assignment to nested guests, which could make > testing a lot easier. Our experiments show that nested device assignment is pretty much required for I/O performance in nested scenarios. Cheers, Muli