From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0y9b-0006UZ-Aq for qemu-devel@nongnu.org; Fri, 24 Feb 2012 11:37:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0y9Z-0007Lt-Gm for qemu-devel@nongnu.org; Fri, 24 Feb 2012 11:37:55 -0500 Received: from mail-gx0-f173.google.com ([209.85.161.173]:49245) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0y9Z-0007Ll-Cn for qemu-devel@nongnu.org; Fri, 24 Feb 2012 11:37:53 -0500 Received: by ggni1 with SMTP id i1so1451897ggn.4 for ; Fri, 24 Feb 2012 08:37:52 -0800 (PST) Message-ID: <4F47BCDD.2020603@codemonkey.ws> Date: Fri, 24 Feb 2012 10:37:49 -0600 From: Anthony Liguori MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] Zynq-7000 EPP platform model List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite Cc: Peter Maydell , monstr@monstr.eu, qemu-devel@nongnu.org, paul@codesourcery.com, duyl@xilinx.com, linnj@xilinx.com, edgar.iglesias@gmail.com, afaerber@suse.de, john.williams@petalogix.com On 02/20/2012 12:25 AM, Peter Crosthwaite wrote: > Pull Request for Zynq-7000 platform model initial support. > > The following changes since commit 99c7f87826337fa81f2f0f9baa9ca0a44faf90e9: > > input: send kbd+mouse events only to running guests. (2012-02-17 > 11:02:55 -0600) > > are available in the git repository at: > git://developer.petalogix.com/private/peterc/qemu.git zynq-initial.6 > > Peter A. G. Crosthwaite (4): > cadence_uart: initial version of device model > cadence_ttc: initial version of device model > cadence_gem: initial version of device model > xilinx_zynq: machine model initial version > > MAINTAINERS | 5 + > Makefile.target | 4 + > hw/cadence_gem.c | 1229 ++++++++++++++++++++++++++++++++++++++++++++++++++ > hw/cadence_ttc.c | 439 ++++++++++++++++++ > hw/cadence_uart.c | 559 +++++++++++++++++++++++ > hw/xilinx_zynq.c | 173 +++++++ > hw/zynq_arm_sysctl.c | 532 ++++++++++++++++++++++ I'd prefer this comes through Peter's tree for now. If Peter wants to pull from you into his tree, I'm okay with that. Regards, Anthony Liguori