Re: [PATCH 09/24] vt82c686: Convert debug printf to trace points

2021-01-03 Thread Philippe Mathieu-Daudé
On 1/2/21 11:43 AM, BALATON Zoltan via wrote: > Drop DPRINTF and use trace functions instead. Two debug messages about > unimplemented registers could be converted to qemu_log_mask() but in > reality all registers are currently unimplemented (we just store and > return values of writable regs but d

[PATCH 09/24] vt82c686: Convert debug printf to trace points

2021-01-02 Thread BALATON Zoltan via
Drop DPRINTF and use trace functions instead. Two debug messages about unimplemented registers could be converted to qemu_log_mask() but in reality all registers are currently unimplemented (we just store and return values of writable regs but do nothing with them). As we already trace register acc