From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33896) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRj5D-0000B8-6C for qemu-devel@nongnu.org; Wed, 10 Sep 2014 10:41:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XRj52-0003Kc-8A for qemu-devel@nongnu.org; Wed, 10 Sep 2014 10:41:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19887) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRj52-0003KM-08 for qemu-devel@nongnu.org; Wed, 10 Sep 2014 10:41:08 -0400 Message-ID: <541062AA.6030108@redhat.com> Date: Wed, 10 Sep 2014 16:39:38 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1410249273-6063-1-git-send-email-eric.auger@linaro.org> <1410249273-6063-2-git-send-email-eric.auger@linaro.org> <540EDCF9.7070609@redhat.com> <540F1BF2.4080505@linaro.org> <540F23F6.8080407@redhat.com> <54101A61.1080503@suse.de> <54101D5F.6060602@redhat.com> <54102068.6000807@suse.de> <54102258.4040503@redhat.com> <5410235E.7090704@suse.de> <5410574D.309@linaro.org> <54105D9D.7090902@redhat.com> <4A01412F-F133-4E5D-ADE2-58E9A7462C49@suse.de> In-Reply-To: <4A01412F-F133-4E5D-ADE2-58E9A7462C49@suse.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 1/6] hw/misc/dyn_sysbus_binding: helpers for sysbus device dynamic binding List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: "joel.schopp@amd.com" , "alex.williamson@redhat.com" , "kim.phillips@freescale.com" , "eric.auger@st.com" , "peter.maydell@linaro.org" , Eric Auger , "marc.zyngier@arm.com" , "manish.jaggi@caviumnetworks.com" , "patches@linaro.org" , "will.deacon@arm.com" , "a.rigo@virtualopensystems.com" , "qemu-devel@nongnu.org" , "Bharat.Bhushan@freescale.com" , "stuart.yoder@freescale.com" , "kvmarm@lists.cs.columbia.edu" , "a.motakis@virtualopensystems.com" , "afaerber@suse.de" , "christoffer.dall@linaro.org" Il 10/09/2014 16:38, Alexander Graf ha scritto: >> > I don't think so, but maybe I misunderstood what Alex wrote. > I still think it shouldn't be inside the sysbus files. You can use sysbus devices without a platform bus. If you want to separate the files, that's fine. It should still be in hw/core. Paolo