Re: [Qemu-devel] Adding a custom monitoring device to virt machine

2016-09-15 Thread Nassim Corteggiani
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

[Qemu-devel] Adding a custom monitoring device to virt machine

2016-08-23 Thread Nassim Corteggiani
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