From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55201) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9zG8-0000Ac-M7 for qemu-devel@nongnu.org; Fri, 18 Dec 2015 12:56:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9zG3-0000Y5-NL for qemu-devel@nongnu.org; Fri, 18 Dec 2015 12:56:04 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40167) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9zG3-0000Xx-If for qemu-devel@nongnu.org; Fri, 18 Dec 2015 12:55:59 -0500 References: <0209faa3788f57deeb3ce4a197019b095bc2c05f.1450300479.git.alistair.francis@xilinx.com> <5671F2A1.6060005@redhat.com> <56728E36.7010807@redhat.com> <5672989C.7020404@redhat.com> From: Paolo Bonzini Message-ID: <567448AC.7060404@redhat.com> Date: Fri, 18 Dec 2015 18:55:56 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 5/6] xlnx-zynqmp: Connect the SPI devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alistair Francis Cc: Peter Maydell , Peter Crosthwaite , QEMU Developers On 18/12/2015 18:17, Alistair Francis wrote: > Does anyone have any ideas on how we can do this? > > AFAIK there is no way to currently do this, so we need to add > something. What is the preferred way to expose the buses? For now, what you're doing is okay for me, just moving the funky code in zynq-specific files. Thanks, Paolo > Thanks, > > Alistair