index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
monitor
/
misc.c
Age
Commit message (
Expand
)
Author
2023-02-04
char: Move HMP commands from monitor/ to chardev/
Markus Armbruster
2023-02-04
audio: Move HMP commands from monitor/ to audio/
Markus Armbruster
2023-02-04
monitor: Drop unnecessary includes
Markus Armbruster
2023-01-19
Merge tag 'pull-monitor-2023-01-19' of https://repo.or.cz/qemu/armbru into st...
Peter Maydell
2023-01-19
ui: Split hmp_mouse_set() and move the HMP part to ui/
Markus Armbruster
2023-01-19
ui: Move HMP commands from monitor to new ui/ui-hmp-cmds.c
Markus Armbruster
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
2022-12-15
monitor/misc: Remove superfluous include statements
Thomas Huth
2022-12-15
Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging
Peter Maydell
2022-12-14
qapi misc: Elide redundant has_FOO in generated C
Markus Armbruster
2022-12-14
qapi migration: Elide redundant has_FOO in generated C
Markus Armbruster
2022-12-14
monitor: Simplify monitor_fd_param()'s error handling
Markus Armbruster
2022-10-17
qmp/hmp, device_tree.c: introduce dumpdtb
Daniel Henrique Barboza
2022-09-15
monitor: Support specified vCPU registers
zhenwei pi
2022-05-26
mos6522: fix linking error when CONFIG_MOS6522 is not set
Murilo Opsfelder Araujo
2022-04-20
Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
2022-04-20
Don't include sysemu/tcg.h if it is not necessary
Thomas Huth
2022-04-20
util/log: Pass Error pointer to qemu_set_log
Richard Henderson
2022-04-20
util/log: Return bool from qemu_set_log_filename
Richard Henderson
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-02-21
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
2021-11-03
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Richard Henderson
2021-11-02
qapi: introduce x-query-profile QMP command
Daniel P. Berrangé
2021-11-02
qapi: introduce x-query-roms QMP command
Daniel P. Berrangé
2021-11-02
monitor: introduce HumanReadableText and HMP support
Daniel P. Berrangé
2021-11-02
watchdog: remove select_watchdog_action
Paolo Bonzini
2021-10-29
qapi: Generalize command policy checking
Markus Armbruster
2021-10-29
qapi: Eliminate QCO_NO_OPTIONS for a slight simplification
Markus Armbruster
2021-07-12
trace: iter init tweaks
Gerd Hoffmann
2021-07-09
monitor/tcg: move tcg hmp commands to accel/tcg, register them dynamically
Gerd Hoffmann
2021-07-09
monitor: allow register hmp commands
Gerd Hoffmann
2021-06-03
monitor: removed cpustats command
Bruno Larsen (billionai)
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-03-19
monitor: Drop query-qmp-schema 'gen': false hack
Markus Armbruster
2021-03-19
qapi/qom: QAPIfy object-add
Kevin Wolf
2021-03-18
ui, monitor: remove deprecated VNC ACL option and HMP commands
Daniel P. Berrangé
2021-01-02
remove TCG includes from common code
Paolo Bonzini
2021-01-01
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...
Peter Maydell
2020-12-19
monitor: Use GString instead of QString for output buffer
Markus Armbruster
2020-12-19
hmp: Simplify how qmp_human_monitor_command() gets output
Markus Armbruster
2020-12-19
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
2020-12-18
monitor:Don't use '#' flag of printf format ('%#') in format strings
Yutao Ai
2020-12-18
monitor:braces {} are necessary for all arms of this statement
Yutao Ai
2020-12-10
sev: add sev-inject-launch-secret
Tobin Feldman-Fitzthum
2020-12-10
ui: Tweak a client_migrate_info error message
Markus Armbruster
2020-12-10
ui: Improve a client_migrate_info error message
Markus Armbruster
2020-12-10
qerror: Eliminate QERR_ macros used in just one place
Markus Armbruster
2020-11-13
hmp: Pass monitor to mon_get_cpu_env()
Kevin Wolf
2020-11-13
hmp: Pass monitor to MonitorDef.get_value()
Kevin Wolf
[next]