From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWogQ-0002ow-FB for qemu-devel@nongnu.org; Wed, 24 Sep 2014 11:40:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XWogK-0002Nf-4V for qemu-devel@nongnu.org; Wed, 24 Sep 2014 11:40:46 -0400 Message-ID: <5422E5EB.7050601@redhat.com> Date: Wed, 24 Sep 2014 17:40:27 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1411572143-40345-1-git-send-email-agraf@suse.de> In-Reply-To: <1411572143-40345-1-git-send-email-agraf@suse.de> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 0/7] Dynamic sysbus device allocation support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf , qemu-ppc@nongnu.org Cc: peter.maydell@linaro.org, peter.crosthwaite@xilinx.com, eric.auger@linaro.org, qemu-devel@nongnu.org, sean.stalley@intel.com, afaerber@suse.de Il 24/09/2014 17:22, Alexander Graf ha scritto: > The idea can easily be extended to any sysbus device on any machine type though. > Everything that a machine has to do is spawn a "platform-bus-device" and generate > the correct device tree for the guest to see the new devices. I like this a lot. :) Paolo