Age | Commit message (Expand) | Author | Files | Lines |
2022-05-26 | mos6522: fix linking error when CONFIG_MOS6522 is not set | Murilo Opsfelder Araujo | 1 | -0/+3 |
2022-04-20 | Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into staging | Richard Henderson | 1 | -1/+0 |
2022-04-20 | Don't include sysemu/tcg.h if it is not necessary | Thomas Huth | 1 | -1/+0 |
2022-04-20 | util/log: Pass Error pointer to qemu_set_log | Richard Henderson | 1 | -1/+5 |
2022-04-20 | util/log: Return bool from qemu_set_log_filename | Richard Henderson | 1 | -2/+1 |
2022-04-06 | Replace qemu_real_host_page variables with inlined functions | Marc-André Lureau | 1 | -1/+1 |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster | 1 | -1/+1 |
2022-02-21 | exec/exec-all: Move 'qemu/log.h' include in units requiring it | Philippe Mathieu-Daudé | 1 | -0/+1 |
2021-11-03 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Richard Henderson | 1 | -3/+12 |
2021-11-02 | qapi: introduce x-query-profile QMP command | Daniel P. Berrangé | 1 | -27/+0 |
2021-11-02 | qapi: introduce x-query-roms QMP command | Daniel P. Berrangé | 1 | -0/+1 |
2021-11-02 | monitor: introduce HumanReadableText and HMP support | Daniel P. Berrangé | 1 | -1/+17 |
2021-11-02 | watchdog: remove select_watchdog_action | Paolo Bonzini | 1 | -3/+12 |
2021-10-29 | qapi: Generalize command policy checking | Markus Armbruster | 1 | -2/+4 |
2021-10-29 | qapi: Eliminate QCO_NO_OPTIONS for a slight simplification | Markus Armbruster | 1 | -2/+1 |
2021-07-12 | trace: iter init tweaks | Gerd Hoffmann | 1 | -2/+2 |
2021-07-09 | monitor/tcg: move tcg hmp commands to accel/tcg, register them dynamically | Gerd Hoffmann | 1 | -18/+0 |
2021-07-09 | monitor: allow register hmp commands | Gerd Hoffmann | 1 | -0/+16 |
2021-06-03 | monitor: removed cpustats command | Bruno Larsen (billionai) | 1 | -11/+0 |
2021-05-02 | Do not include cpu.h if it's not really necessary | Thomas Huth | 1 | -1/+0 |
2021-03-19 | monitor: Drop query-qmp-schema 'gen': false hack | Markus Armbruster | 1 | -2/+0 |
2021-03-19 | qapi/qom: QAPIfy object-add | Kevin Wolf | 1 | -2/+0 |
2021-03-18 | ui, monitor: remove deprecated VNC ACL option and HMP commands | Daniel P. Berrangé | 1 | -187/+0 |
2021-01-02 | remove TCG includes from common code | Paolo Bonzini | 1 | -1/+0 |
2021-01-01 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ... | Peter Maydell | 1 | -21/+10 |
2020-12-19 | monitor: Use GString instead of QString for output buffer | Markus Armbruster | 1 | -1/+1 |
2020-12-19 | hmp: Simplify how qmp_human_monitor_command() gets output | Markus Armbruster | 1 | -5/+1 |
2020-12-19 | qapi: Use QAPI_LIST_PREPEND() where possible | Eric Blake | 1 | -16/+9 |
2020-12-18 | monitor:Don't use '#' flag of printf format ('%#') in format strings | Yutao Ai | 1 | -1/+1 |
2020-12-18 | monitor:braces {} are necessary for all arms of this statement | Yutao Ai | 1 | -5/+9 |
2020-12-10 | sev: add sev-inject-launch-secret | Tobin Feldman-Fitzthum | 1 | -4/+13 |
2020-12-10 | ui: Tweak a client_migrate_info error message | Markus Armbruster | 1 | -1/+1 |
2020-12-10 | ui: Improve a client_migrate_info error message | Markus Armbruster | 1 | -1/+1 |
2020-12-10 | qerror: Eliminate QERR_ macros used in just one place | Markus Armbruster | 1 | -4/+4 |
2020-11-13 | hmp: Pass monitor to mon_get_cpu_env() | Kevin Wolf | 1 | -3/+3 |
2020-11-13 | hmp: Pass monitor to MonitorDef.get_value() | Kevin Wolf | 1 | -1/+1 |
2020-11-13 | hmp: Pass monitor to mon_get_cpu() | Kevin Wolf | 1 | -9/+9 |
2020-10-21 | spice: add QemuSpiceOps, move migrate_info | Gerd Hoffmann | 1 | -1/+1 |
2020-10-09 | hmp: Update current monitor only in handle_hmp_command() | Kevin Wolf | 1 | -5/+0 |
2020-10-09 | monitor: Use getter/setter functions for cur_mon | Kevin Wolf | 1 | -6/+7 |
2020-10-09 | monitor: Add Monitor parameter to monitor_get_cpu_index() | Kevin Wolf | 1 | -10/+10 |
2020-10-09 | monitor: Add Monitor parameter to monitor_set_cpu() | Kevin Wolf | 1 | -5/+5 |
2020-09-25 | monitor: Use LOCK_GUARD macros | Dr. David Alan Gilbert | 1 | -30/+14 |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 1 | -1/+1 |
2020-09-16 | monitor: simplify functions for getting a dup'd fdset entry | Daniel P. Berrangé | 1 | -33/+25 |
2020-07-13 | monitor/misc: Remove unused "chardev/char-mux.h" include | Philippe Mathieu-Daudé | 1 | -1/+0 |
2020-06-10 | memory: Make 'info mtree' not display disabled regions by default | Philippe Mathieu-Daudé | 1 | -1/+2 |
2020-05-15 | various: Remove unnecessary OBJECT() cast | Philippe Mathieu-Daudé | 1 | -2/+1 |
2020-05-04 | lockable: replaced locks with lock guard macros where appropriate | Daniel Brodsky | 1 | -3/+1 |
2020-03-17 | net: Track netdevs in NetClientState rather than QemuOpt | Eric Blake | 1 | -3/+1 |