On Wed, Feb 05, 2014 at 06:44:56PM +0000, Peter Maydell wrote: > On 3 February 2014 09:44, Edgar E. Iglesias <edgar.igles...@gmail.com> wrote: > > From: "Edgar E. Iglesias" <edgar.igles...@xilinx.com> > > I'm looking at modeling systems where multiple CPUs co-exist with > > different views of their attached buses/devs. > > > > With this series I'm trying to take some steps towards having > > an address-space per CPU. It's not complete but good enough for > > making it possible to model (to some extent) CPU local memories > > for MicroBlaze systems in emulation mode (TCG). I'm updating the > > petalogix-ml605 here and will follow-up later with the petalogix-s3adsp. > > Do you have a git tree with these patches in? With Anthony's > patches db stalled my usual process for reviewing large > patchsets isn't working at the moment :-(
Hi Peter, You can find them here: git://repo.or.cz/qemu/cris-port.git aspace.v4 Cheers, Edgar