On Tue, Aug 23, 2016 at 07:31:53AM +, Nassim Corteggiani wrote:
> Hi all,
>
>
> This is the first time I am playing with QEmu.
>
>
> I made a custom qemu device in oder to monitor all memory accesses (sdram,
> flash, peripherals, gpio, ...).
>
>
> The device is parent of TYPE_SYS_BUS_DEVICE a
On Tue, Aug 23, 2016 at 07:31:53AM +, Nassim Corteggiani wrote:
> Hi all,
>
>
> This is the first time I am playing with QEmu.
>
>
> I made a custom qemu device in oder to monitor all memory accesses (sdram,
> flash, peripherals, gpio, ...).
>
>
> The device is parent of TYPE_SYS_BUS_DEV
Hi all,
This is the first time I am playing with QEmu.
I made a custom qemu device in oder to monitor all memory accesses (sdram,
flash, peripherals, gpio, ...).
The device is parent of TYPE_SYS_BUS_DEVICE and implements a MemoryRegionOps
with read/write functions.
The device is part of v