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 do nothing with them). As we > already trace register access there's no need for additional debug > messages so these are just removed and a comment is added as a reminder. > > Signed-off-by: BALATON Zoltan <bala...@eik.bme.hu> > --- > hw/isa/trace-events | 6 ++++++ > hw/isa/vt82c686.c | 51 +++++++++++++-------------------------------- > 2 files changed, 21 insertions(+), 36 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>