aboutsummaryrefslogtreecommitdiff
path: root/softmmu
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-15Remove the deprecated -realtime optionThomas Huth1-28/+1
2020-12-15accel/tcg: Remove deprecated '-tb-size' optionPhilippe Mathieu-Daudé1-8/+0
2020-12-15memory: clamp cached translation in case it points to an MMIO regionPaolo Bonzini1-0/+10
2020-12-15vl: Add option to avoid stopping VM upon guest panicAlejandro Jimenez3-5/+23
2020-12-15vl: Add an -action option specifying response to guest eventsAlejandro Jimenez1-2/+56
2020-12-15qmp: generalize watchdog-set-action to -no-reboot/-no-shutdownAlejandro Jimenez5-8/+51
2020-12-15memory: allow creating MemoryRegions before acceleratorsPaolo Bonzini2-11/+7
2020-12-15plugin: propagate errorsPaolo Bonzini1-3/+1
2020-12-15vl: make qemu_get_machine_opts staticPaolo Bonzini2-2/+2
2020-12-15machine: introduce MachineInitPhasePaolo Bonzini2-16/+17
2020-12-15chardev: do not use machine_init_donePaolo Bonzini1-0/+3
2020-12-15vl: move all generic initialization out of vl.cPaolo Bonzini1-36/+1
2020-12-15vl: extract softmmu/globals.cPaolo Bonzini3-42/+78
2020-12-15vl: extract softmmu/runstate.cPaolo Bonzini3-751/+802
2020-12-15vl: allow -incoming defer with -preconfigPaolo Bonzini1-3/+2