From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcyeC-0004BT-0j for qemu-devel@nongnu.org; Sat, 02 Jul 2011 07:46:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QcyeB-0001cN-36 for qemu-devel@nongnu.org; Sat, 02 Jul 2011 07:46:03 -0400 Received: from mail.codesourcery.com ([38.113.113.100]:34487) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcyeA-0001cC-N6 for qemu-devel@nongnu.org; Sat, 02 Jul 2011 07:46:03 -0400 From: Paul Brook Date: Sat, 2 Jul 2011 12:45:55 +0100 References: <9F6FE96B71CF29479FF1CDC8046E1503165EEB@039-SN1MPN1-003.039d.mgd.msft.net> <201107020050.13733.paul@codesourcery.com> <52EF7666-CB37-4157-9388-6C95E1E71AA9@suse.de> In-Reply-To: <52EF7666-CB37-4157-9388-6C95E1E71AA9@suse.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201107021245.56699.paul@codesourcery.com> Subject: Re: [Qemu-devel] device assignment for embedded Power List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Wood Scott-B07421 , "qemu-devel@nongnu.org" , "dwg@au1.ibm.com" , "blauwirbel@gmail.com" , Yoder Stuart-B08248 , "alex.williamson@redhat.com" , "joerg.roedel@amd.com" , Scott Wood , "armbru@redhat.com" > So you're basically saying we should tackle these 3 issues separately: > > * actually pass through a device > * generate interrupt links > * model the guest device tree dynamically based on whatever the user > gives us Yes. Paul