Re: [Qemu-devel] multiple chip simulation

2014-01-14 Thread Herbei Dacian
Hi Lluis, thank you. Do you know in what state is. compilable, running, testing? best wishes, dacian On Tuesday, 14 January 2014, 14:42, Lluís Vilanova wrote: Herbei Dacian wrote: > Hi, > I would like to implement a hardware that is able to keep track of memory > accesses as the code gets

Re: [Qemu-devel] multiple chip simulation

2014-01-14 Thread Lluís Vilanova
Herbei Dacian wrote: > Hi, > I would like to implement a hardware that is able to keep track of memory > accesses as the code gets executed. > I'm not interested in the speed of execution this can be as slow as it can get > but I have to be able to read from where each instruction in the memory is

Re: [Qemu-devel] multiple chip simulation

2014-01-14 Thread Herbei Dacian
thank you Antony! dacian On Tuesday, 14 January 2014, 10:29, Antony Pavlov wrote: On Tue, 14 Jan 2014 09:20:04 + (GMT) Herbei Dacian wrote: > > Hi, > I would like to implement a hardware that is able to keep track of memory > accesses as the code gets executed. > I'm not intereste

Re: [Qemu-devel] multiple chip simulation

2014-01-14 Thread Antony Pavlov
On Tue, 14 Jan 2014 09:20:04 + (GMT) Herbei Dacian wrote: > > Hi, > I would like to implement a hardware that is able to keep track of memory > accesses as the code gets executed. > I'm not interested in the speed of execution this can be as slow as it can > get but I have to be able to re

[Qemu-devel] multiple chip simulation

2014-01-14 Thread Herbei Dacian
Hi, I would like to implement a hardware that is able to keep track of memory accesses as the code gets executed. I'm not interested in the speed of execution this can be as slow as it can get but I have to be able to read from where each instruction in the memory is loaded how many bytes, if i