Re: [Qemu-devel] log every write to Aarch64 regs

2016-11-23 Thread Alex Bennée
Sergey Smolov writes: > Hello, List! > > I have a subset of Aarch64 registers and I need to print something to > QEMU log every time the emulator writes new data to them. Sorry I forgot to ask what the subset was? System registers are generally easier as they tend to end up in helpers. Also thi

Re: [Qemu-devel] log every write to Aarch64 regs

2016-11-23 Thread Alex Bennée
Sergey Smolov writes: > Hello, List! > > I have a subset of Aarch64 registers and I need to print something to > QEMU log every time the emulator writes new data to them. > > Is this problem fully or partially solvable in QEMU? > > What QEMU components should I look inside to implement this? Fo

[Qemu-devel] log every write to Aarch64 regs

2016-11-22 Thread Sergey Smolov
Hello, List! I have a subset of Aarch64 registers and I need to print something to QEMU log every time the emulator writes new data to them. Is this problem fully or partially solvable in QEMU? What QEMU components should I look inside to implement this? Thanks in advance! -- Sincerely your