Age | Commit message (Expand) | Author | Files | Lines |
2021-03-12 | dma: Introduce dma_aligned_pow2_mask() | Eric Auger | 1 | -0/+26 |
2021-03-11 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul... | Peter Maydell | 3 | -17/+17 |
2021-03-11 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-docs-xen-upda... | Peter Maydell | 2 | -1/+27 |
2021-03-10 | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-... | Peter Maydell | 1 | -1/+0 |
2021-03-10 | semihosting: Move include/hw/semihosting/ -> include/semihosting/ | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-03-10 | device_tree: add qemu_fdt_setprop_string_array helper | Alex Bennée | 1 | -0/+26 |
2021-03-09 | sysemu: Let VMChangeStateHandler take boolean 'running' argument | Philippe Mathieu-Daudé | 2 | -2/+2 |
2021-03-09 | sysemu/runstate: Let runstate_is_running() return bool | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-03-09 | seccomp: Replace the word 'blacklist' | Philippe Mathieu-Daudé | 1 | -8/+8 |
2021-03-09 | exec/memory: Use struct Object typedef | Philippe Mathieu-Daudé | 1 | -6/+6 |
2021-03-09 | qtest: delete superfluous inclusions of qtest.h | Chen Qun | 1 | -1/+0 |
2021-03-08 | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210306' into... | Peter Maydell | 1 | -1/+1 |
2021-03-06 | accel/tcg: move CF_CLUSTER calculation to curr_cflags | Alex Bennée | 1 | -1/+1 |
2021-03-06 | trace: skip qemu_set_log_filename if no "-D" option was passed | Paolo Bonzini | 1 | -1/+3 |
2021-03-06 | qemu-config: add error propagation to qemu_config_parse | Paolo Bonzini | 1 | -18/+11 |
2021-03-06 | vl.c: do not execute trace_init_backends() before daemonizing | Daniel Henrique Barboza | 1 | -5/+13 |
2021-02-25 | vl: deprecate -writeconfig | Paolo Bonzini | 1 | -0/+1 |
2021-02-16 | sev/i386: Don't allow a system reset under an SEV-ES guest | Tom Lendacky | 2 | -0/+8 |
2021-02-09 | memory: alloc RAM from file at offset | Jagannathan Raman | 2 | -6/+9 |
2021-02-09 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 3 | -7/+13 |
2021-02-08 | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210208a'... | Peter Maydell | 1 | -1/+1 |
2021-02-08 | cpu-throttle: Remove timer_mod() from cpu_throttle_set() | Utkarsh Tripathi | 1 | -2/+9 |
2021-02-08 | fuzz: ignore address_space_map is_write flag | Alexander Bulekov | 2 | -5/+4 |
2021-02-08 | migration: wire up support for snapshot device selection | Daniel P. Berrangé | 1 | -1/+1 |
2021-02-08 | migration: stop returning errno from load_snapshot() | Daniel P. Berrangé | 1 | -1/+1 |
2021-02-08 | confidential guest support: Introduce cgs "ready" flag | David Gibson | 1 | -0/+10 |
2021-02-08 | qom: Allow optional sugar props | Greg Kurz | 2 | -7/+13 |
2021-02-05 | accel: replace struct CpusAccel with AccelOpsClass | Claudio Fontana | 2 | -8/+11 |
2021-02-05 | accel: extend AccelState and AccelClass to user-mode | Claudio Fontana | 3 | -3/+3 |
2021-02-05 | cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass | Claudio Fontana | 1 | -4/+9 |
2021-02-05 | cpu: move debug_check_watchpoint to tcg_ops | Claudio Fontana | 1 | -2/+2 |
2021-02-05 | cpu: move adjust_watchpoint_address to tcg_ops | Claudio Fontana | 1 | -1/+4 |
2021-02-05 | physmem: make watchpoint checking code TCG-only | Claudio Fontana | 1 | -69/+72 |
2021-02-03 | Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ... | Peter Maydell | 2 | -9/+16 |
2021-02-02 | block: move blk_exp_close_all() to qemu_cleanup() | Sergio Lopez | 1 | -0/+9 |
2021-02-01 | memory: add readonly support to memory_region_init_ram_from_file() | Stefan Hajnoczi | 2 | -9/+16 |
2021-02-01 | error: rename error_with_timestamp to message_with_timestamp | Stefan Hajnoczi | 1 | -1/+1 |
2021-01-28 | qapi: More complex uses of QAPI_LIST_APPEND | Eric Blake | 1 | -32/+6 |
2021-01-23 | vnc: support "-vnc help" | Paolo Bonzini | 1 | -3/+3 |
2021-01-23 | softmmu/physmem: Silence GCC 10 maybe-uninitialized error | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-01-21 | runstate: cleanup reboot and panic actions | Paolo Bonzini | 3 | -6/+7 |
2021-01-18 | gdbstub: drop gdbserver_cleanup in favour of gdb_exit | Alex Bennée | 1 | -1/+1 |
2021-01-07 | util: Enhance flush_icache_range with separate data pointer | Richard Henderson | 1 | -1/+1 |
2021-01-06 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 4 | -6/+4 |
2021-01-06 | seccomp: convert to meson | Paolo Bonzini | 2 | -3/+1 |
2021-01-04 | clock: Define and use new clock_display_freq() | Peter Maydell | 1 | -3/+3 |
2021-01-02 | util: Extract flush_icache_range to cacheflush.c | Richard Henderson | 1 | -0/+1 |
2021-01-02 | remove TCG includes from common code | Paolo Bonzini | 1 | -2/+1 |
2021-01-02 | vl: initialize displays _after_ exiting preconfiguration | Paolo Bonzini | 1 | -1/+1 |
2020-12-15 | vl: rename local variable in configure_accelerators | Paolo Bonzini | 1 | -9/+9 |