summaryrefslogtreecommitdiffstats
path: root/softmmu
Commit message (Expand)AuthorAgeFilesLines
* vl: deprecate -writeconfigPaolo Bonzini2021-02-251-0/+1
* sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky2021-02-162-0/+8
* memory: alloc RAM from file at offsetJagannathan Raman2021-02-092-6/+9
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-02-093-7/+13
|\
| * cpu-throttle: Remove timer_mod() from cpu_throttle_set()Utkarsh Tripathi2021-02-081-2/+9
| * fuzz: ignore address_space_map is_write flagAlexander Bulekov2021-02-082-5/+4Star
* | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210208a'...Peter Maydell2021-02-081-1/+1
|\ \ | |/ |/|
| * migration: wire up support for snapshot device selectionDaniel P. Berrangé2021-02-081-1/+1
| * migration: stop returning errno from load_snapshot()Daniel P. Berrangé2021-02-081-1/+1
* | confidential guest support: Introduce cgs "ready" flagDavid Gibson2021-02-081-0/+10
* | qom: Allow optional sugar propsGreg Kurz2021-02-082-7/+13
|/
* accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana2021-02-052-8/+11
* accel: extend AccelState and AccelClass to user-modeClaudio Fontana2021-02-053-3/+3
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-051-4/+9
* cpu: move debug_check_watchpoint to tcg_opsClaudio Fontana2021-02-051-2/+2
* cpu: move adjust_watchpoint_address to tcg_opsClaudio Fontana2021-02-051-1/+4
* physmem: make watchpoint checking code TCG-onlyClaudio Fontana2021-02-051-69/+72
* Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell2021-02-032-9/+16
|\
| * memory: add readonly support to memory_region_init_ram_from_file()Stefan Hajnoczi2021-02-012-9/+16
* | block: move blk_exp_close_all() to qemu_cleanup()Sergio Lopez2021-02-021-0/+9
* | error: rename error_with_timestamp to message_with_timestampStefan Hajnoczi2021-02-011-1/+1
|/
* qapi: More complex uses of QAPI_LIST_APPENDEric Blake2021-01-281-32/+6Star
* vnc: support "-vnc help"Paolo Bonzini2021-01-231-3/+3
* softmmu/physmem: Silence GCC 10 maybe-uninitialized errorPhilippe Mathieu-Daudé2021-01-231-1/+1
* runstate: cleanup reboot and panic actionsPaolo Bonzini2021-01-213-6/+7
* gdbstub: drop gdbserver_cleanup in favour of gdb_exitAlex Bennée2021-01-181-1/+1
* util: Enhance flush_icache_range with separate data pointerRichard Henderson2021-01-071-1/+1
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-01-064-6/+4Star
|\
| * seccomp: convert to mesonPaolo Bonzini2021-01-062-3/+1Star
| * util: Extract flush_icache_range to cacheflush.cRichard Henderson2021-01-021-0/+1
| * remove TCG includes from common codePaolo Bonzini2021-01-021-2/+1Star
| * vl: initialize displays _after_ exiting preconfigurationPaolo Bonzini2021-01-021-1/+1
* | clock: Define and use new clock_display_freq()Peter Maydell2021-01-041-3/+3
|/
* vl: rename local variable in configure_acceleratorsPaolo Bonzini2020-12-151-9/+9
* Remove the deprecated -show-cursor optionThomas Huth2020-12-151-8/+0Star
* Remove the deprecated -realtime optionThomas Huth2020-12-151-28/+1Star
* accel/tcg: Remove deprecated '-tb-size' optionPhilippe Mathieu-Daudé2020-12-151-8/+0Star
* memory: clamp cached translation in case it points to an MMIO regionPaolo Bonzini2020-12-151-0/+10
* vl: Add option to avoid stopping VM upon guest panicAlejandro Jimenez2020-12-153-5/+23
* vl: Add an -action option specifying response to guest eventsAlejandro Jimenez2020-12-151-2/+56
* qmp: generalize watchdog-set-action to -no-reboot/-no-shutdownAlejandro Jimenez2020-12-155-8/+51
* memory: allow creating MemoryRegions before acceleratorsPaolo Bonzini2020-12-152-11/+7Star
* plugin: propagate errorsPaolo Bonzini2020-12-151-3/+1Star
* vl: make qemu_get_machine_opts staticPaolo Bonzini2020-12-152-2/+2
* machine: introduce MachineInitPhasePaolo Bonzini2020-12-152-16/+17
* chardev: do not use machine_init_donePaolo Bonzini2020-12-151-0/+3
* vl: move all generic initialization out of vl.cPaolo Bonzini2020-12-151-36/+1Star
* vl: extract softmmu/globals.cPaolo Bonzini2020-12-153-42/+78
* vl: extract softmmu/runstate.cPaolo Bonzini2020-12-153-751/+802
* vl: allow -incoming defer with -preconfigPaolo Bonzini2020-12-151-3/+2Star