summary refs log tree commit diff stats
path: root/include/qemu/rcu.h
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2019-04-17 21:17:53 +0200
committerMarkus Armbruster <armbru@redhat.com>2019-04-18 22:18:59 +0200
commit76c8661595fa9414fabf8a164b9adfc93c8a65e2 (patch)
tree8e29fbe42f3a67f7587749f8d57e31804c16c381 /include/qemu/rcu.h
parent3de2faa9a87e0a9fd84a00a2481cdbb0304e866d (diff)
downloadfocaccia-qemu-76c8661595fa9414fabf8a164b9adfc93c8a65e2.tar.gz
focaccia-qemu-76c8661595fa9414fabf8a164b9adfc93c8a65e2.zip
tcg: Simplify how dump_drift_info() prints
dump_drift_info() takes an fprintf()-like callback and a FILE * to pass
to it.

Its only caller hmp_info_jit() passes monitor_fprintf() and a Monitor
* cast to FILE *.  monitor_fprintf() casts it right back, and is
otherwise identical to monitor_printf().  The type-punning is ugly.

Drop the callback, and call qemu_printf() instead.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <20190417191805.28198-6-armbru@redhat.com>
Diffstat (limited to 'include/qemu/rcu.h')
0 files changed, 0 insertions, 0 deletions