]> git.proxmox.com Git - mirror_qemu.git/commit
disas: generalise plugin_printf and use for monitor_disas
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 29 Sep 2022 11:42:13 +0000 (12:42 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 6 Oct 2022 10:53:40 +0000 (11:53 +0100)
commit4332099f0e69b938fa968a98e130845010ec6fe2
treef858815e242808872157f3ba54fc10f30b4aa21c
parentbf0c50d4aa851e78c91096f510303831a2aadaeb
disas: generalise plugin_printf and use for monitor_disas

Rather than assembling our output piecemeal lets use the same approach
as the plugin disas interface to build the disassembly string before
printing it.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220929114231.583801-34-alex.bennee@linaro.org>
disas.c