qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 08/12] mos6522: add "info via" HMP command for debugging


From: Laurent Vivier
Subject: Re: [PATCH v2 08/12] mos6522: add "info via" HMP command for debugging
Date: Thu, 3 Mar 2022 20:55:53 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

Le 24/02/2022 à 12:59, Mark Cave-Ayland a écrit :
This displays detailed information about the device registers and timers to aid
debugging problems with timers and interrupts.

Currently the QAPI generators for HumanReadableText don't work correctly if
used in qapi/target-misc.json when a non-specified target is built, so for
now manually add a hmp_info_via() wrapper until direct support for per-device
HMP/QMP commands is implemented.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
---
  hmp-commands-info.hx         |  15 +++++
  hw/misc/mos6522.c            | 103 +++++++++++++++++++++++++++++++++++
  include/hw/misc/mos6522.h    |   2 +
  include/monitor/hmp-target.h |   1 +
  4 files changed, 121 insertions(+)


Reviewed-by: Laurent Vivier <laurent@vivier.eu>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]