On Sat, Feb 25, 2012 at 2:37 AM, Anthony Liguori <anth...@codemonkey.ws> wrote: > 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. >
Ok. v7 is up on the mailing list and addresses the bulk of Peters comments re v6. Awaiting further review. > Regards, > > Anthony Liguori Regards, Peter