aboutsummaryrefslogtreecommitdiff
path: root/softmmu
AgeCommit message (Expand)AuthorFilesLines
2021-03-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell3-17/+17
2021-03-11Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-docs-xen-upda...Peter Maydell2-1/+27
2021-03-10Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-...Peter Maydell1-1/+0
2021-03-10semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé1-1/+1
2021-03-10device_tree: add qemu_fdt_setprop_string_array helperAlex Bennée1-0/+26
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2-2/+2
2021-03-09sysemu/runstate: Let runstate_is_running() return boolPhilippe Mathieu-Daudé1-1/+1
2021-03-09seccomp: Replace the word 'blacklist'Philippe Mathieu-Daudé1-8/+8
2021-03-09exec/memory: Use struct Object typedefPhilippe Mathieu-Daudé1-6/+6
2021-03-09qtest: delete superfluous inclusions of qtest.hChen Qun1-1/+0
2021-03-08Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210306' into...Peter Maydell1-1/+1
2021-03-06accel/tcg: move CF_CLUSTER calculation to curr_cflagsAlex Bennée1-1/+1
2021-03-06trace: skip qemu_set_log_filename if no "-D" option was passedPaolo Bonzini1-1/+3
2021-03-06qemu-config: add error propagation to qemu_config_parsePaolo Bonzini1-18/+11
2021-03-06vl.c: do not execute trace_init_backends() before daemonizingDaniel Henrique Barboza1-5/+13
2021-02-25vl: deprecate -writeconfigPaolo Bonzini1-0/+1
2021-02-16sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky2-0/+8
2021-02-09memory: alloc RAM from file at offsetJagannathan Raman2-6/+9
2021-02-09Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell3-7/+13
2021-02-08Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210208a'...Peter Maydell1-1/+1
2021-02-08cpu-throttle: Remove timer_mod() from cpu_throttle_set()Utkarsh Tripathi1-2/+9
2021-02-08fuzz: ignore address_space_map is_write flagAlexander Bulekov2-5/+4
2021-02-08migration: wire up support for snapshot device selectionDaniel P. Berrangé1-1/+1
2021-02-08migration: stop returning errno from load_snapshot()Daniel P. Berrangé1-1/+1
2021-02-08confidential guest support: Introduce cgs "ready" flagDavid Gibson1-0/+10
2021-02-08qom: Allow optional sugar propsGreg Kurz2-7/+13
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana2-8/+11
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana3-3/+3
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana1-4/+9
2021-02-05cpu: move debug_check_watchpoint to tcg_opsClaudio Fontana1-2/+2
2021-02-05cpu: move adjust_watchpoint_address to tcg_opsClaudio Fontana1-1/+4
2021-02-05physmem: make watchpoint checking code TCG-onlyClaudio Fontana1-69/+72
2021-02-03Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell2-9/+16
2021-02-02block: move blk_exp_close_all() to qemu_cleanup()Sergio Lopez1-0/+9
2021-02-01memory: add readonly support to memory_region_init_ram_from_file()Stefan Hajnoczi2-9/+16
2021-02-01error: rename error_with_timestamp to message_with_timestampStefan Hajnoczi1-1/+1
2021-01-28qapi: More complex uses of QAPI_LIST_APPENDEric Blake1-32/+6
2021-01-23vnc: support "-vnc help"Paolo Bonzini1-3/+3
2021-01-23softmmu/physmem: Silence GCC 10 maybe-uninitialized errorPhilippe Mathieu-Daudé1-1/+1
2021-01-21runstate: cleanup reboot and panic actionsPaolo Bonzini3-6/+7
2021-01-18gdbstub: drop gdbserver_cleanup in favour of gdb_exitAlex Bennée1-1/+1
2021-01-07util: Enhance flush_icache_range with separate data pointerRichard Henderson1-1/+1
2021-01-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell4-6/+4
2021-01-06seccomp: convert to mesonPaolo Bonzini2-3/+1
2021-01-04clock: Define and use new clock_display_freq()Peter Maydell1-3/+3
2021-01-02util: Extract flush_icache_range to cacheflush.cRichard Henderson1-0/+1
2021-01-02remove TCG includes from common codePaolo Bonzini1-2/+1
2021-01-02vl: initialize displays _after_ exiting preconfigurationPaolo Bonzini1-1/+1
2020-12-15vl: rename local variable in configure_acceleratorsPaolo Bonzini1-9/+9
2020-12-15Remove the deprecated -show-cursor optionThomas Huth1-8/+0