Official QOSAMI-QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are disabled. Please only use release tarballs from the QEMU website.
master
monitor: move HMP-specific to monitor-hmp-internal.h
Marc-André Lureau committed 25 days ago
monitor: move monitor_hmp_print*() functions to hmp.c
Marc-André Lureau committed 25 days ago
stubs: split monitor-core stubs into separate compilation units
Marc-André Lureau committed 25 days ago
build-sys: make HMP source files conditional on have_hmp
Marc-André Lureau committed 25 days ago
hexagon: condition HMP-specific code
Marc-André Lureau committed 25 days ago
hw: guard BusClass::print_dev with CONFIG_HMP
Marc-André Lureau committed 25 days ago
target: guard MonitorDef tables with CONFIG_HMP
Marc-André Lureau committed 25 days ago
Guard HMP command implementations with CONFIG_HMP
Marc-André Lureau committed 25 days ago
qapi: make HMP-specific schema entries conditional on CONFIG_HMP
Marc-André Lureau committed 25 days ago
qdev-monitor: make print_dev() callback take MonitorHMP
Marc-André Lureau committed 25 days ago
hexagon: make dump_mmu() take MonitorHMP
Marc-André Lureau committed 25 days ago
monitor: tighten monitor_printf*()
Marc-André Lureau committed 25 days ago
monitor: tighten monitor_set_cpu()/get_cpu()
Marc-André Lureau committed 25 days ago
error-report: switch to use monitor_cur_hmp()
Marc-André Lureau committed 25 days ago
qemu-print: document HMP/QMP behaviour better
Marc-André Lureau committed 25 days ago
monitor: add monitor_cur_hmp() helper
Marc-André Lureau committed 25 days ago
monitor: make hmp_handle_error() take MonitorHMP
Marc-André Lureau committed 25 days ago
monitor: change HMPCommand cmd to take MonitorHMP
Marc-André Lureau committed 25 days ago
monitor: isolate HMP declarations in hmp.h
Marc-André Lureau committed 25 days ago
tests: skip HMP-dependent tests when HMP is disabled
Marc-André Lureau committed 25 days ago