vt82c686: Convert debug printf to trace points
commitff413a1f7f65bb7fbd9489de29b04253f2fdaf1a
authorBALATON Zoltan <balaton@eik.bme.hu>
Sat, 2 Jan 2021 10:43:35 +0000 (2 11:43 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 4 Jan 2021 22:24:44 +0000 (4 23:24 +0100)
tree6a7b81756de93e231f35e6e5637cbf45444af416
parentdc66439542c1772f2290c0908814580db9377f23
vt82c686: Convert debug printf to trace points

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 <balaton@eik.bme.hu>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <785854022a37035f66d89e70cb6ca1bc0e0d0163.1609584216.git.balaton@eik.bme.hu>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
hw/isa/trace-events
hw/isa/vt82c686.c