From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41314) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UO6Jf-0006Xd-DM for qemu-devel@nongnu.org; Fri, 05 Apr 2013 09:04:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UO6JZ-0006iv-MJ for qemu-devel@nongnu.org; Fri, 05 Apr 2013 09:04:27 -0400 Date: Fri, 5 Apr 2013 15:04:17 +0200 From: Stefan Hajnoczi Message-ID: <20130405130417.GE15818@stefanha-thinkpad.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH v1 0/2] Remove un-needed use of ssi_create_slave_no_init List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite Cc: qemu-trivial@nongnu.org, peter.maydell@linaro.org, qemu-devel@nongnu.org, dantesu@faraday-tech.com, edgar.iglesias@gmail.com On Thu, Apr 04, 2013 at 11:03:14AM +1000, Peter Crosthwaite wrote: > Trivial code cleanup of the PetaLogix and Zynq machine models. > > > Peter Crosthwaite (2): > petalogix_ml605_mmu: Cleanup ssi_create_slave() > xilinx_zynq: Cleanup ssi_create_slave > > hw/arm/xilinx_zynq.c | 3 +-- > hw/microblaze/petalogix_ml605_mmu.c | 3 +-- > 2 files changed, 2 insertions(+), 4 deletions(-) > > Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan