aboutsummaryrefslogtreecommitdiff
path: root/softmmu
AgeCommit message (Expand)Author
2021-02-25vl: deprecate -writeconfigPaolo Bonzini
2021-02-16sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky
2021-02-09memory: alloc RAM from file at offsetJagannathan Raman
2021-02-09Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-02-08Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210208a'...Peter Maydell
2021-02-08cpu-throttle: Remove timer_mod() from cpu_throttle_set()Utkarsh Tripathi
2021-02-08fuzz: ignore address_space_map is_write flagAlexander Bulekov
2021-02-08migration: wire up support for snapshot device selectionDaniel P. Berrangé
2021-02-08migration: stop returning errno from load_snapshot()Daniel P. Berrangé
2021-02-08confidential guest support: Introduce cgs "ready" flagDavid Gibson
2021-02-08qom: Allow optional sugar propsGreg Kurz
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana
2021-02-05cpu: move debug_check_watchpoint to tcg_opsClaudio Fontana
2021-02-05cpu: move adjust_watchpoint_address to tcg_opsClaudio Fontana
2021-02-05physmem: make watchpoint checking code TCG-onlyClaudio Fontana
2021-02-03Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell
2021-02-02block: move blk_exp_close_all() to qemu_cleanup()Sergio Lopez
2021-02-01memory: add readonly support to memory_region_init_ram_from_file()Stefan Hajnoczi
2021-02-01error: rename error_with_timestamp to message_with_timestampStefan Hajnoczi
2021-01-28qapi: More complex uses of QAPI_LIST_APPENDEric Blake
2021-01-23vnc: support "-vnc help"Paolo Bonzini
2021-01-23softmmu/physmem: Silence GCC 10 maybe-uninitialized errorPhilippe Mathieu-Daudé
2021-01-21runstate: cleanup reboot and panic actionsPaolo Bonzini
2021-01-18gdbstub: drop gdbserver_cleanup in favour of gdb_exitAlex Bennée
2021-01-07util: Enhance flush_icache_range with separate data pointerRichard Henderson
2021-01-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-01-06seccomp: convert to mesonPaolo Bonzini
2021-01-04clock: Define and use new clock_display_freq()Peter Maydell
2021-01-02util: Extract flush_icache_range to cacheflush.cRichard Henderson
2021-01-02remove TCG includes from common codePaolo Bonzini
2021-01-02vl: initialize displays _after_ exiting preconfigurationPaolo Bonzini
2020-12-15vl: rename local variable in configure_acceleratorsPaolo Bonzini
2020-12-15Remove the deprecated -show-cursor optionThomas Huth
2020-12-15Remove the deprecated -realtime optionThomas Huth
2020-12-15accel/tcg: Remove deprecated '-tb-size' optionPhilippe Mathieu-Daudé
2020-12-15memory: clamp cached translation in case it points to an MMIO regionPaolo Bonzini
2020-12-15vl: Add option to avoid stopping VM upon guest panicAlejandro Jimenez
2020-12-15vl: Add an -action option specifying response to guest eventsAlejandro Jimenez
2020-12-15qmp: generalize watchdog-set-action to -no-reboot/-no-shutdownAlejandro Jimenez
2020-12-15memory: allow creating MemoryRegions before acceleratorsPaolo Bonzini
2020-12-15plugin: propagate errorsPaolo Bonzini
2020-12-15vl: make qemu_get_machine_opts staticPaolo Bonzini
2020-12-15machine: introduce MachineInitPhasePaolo Bonzini
2020-12-15chardev: do not use machine_init_donePaolo Bonzini
2020-12-15vl: move all generic initialization out of vl.cPaolo Bonzini
2020-12-15vl: extract softmmu/globals.cPaolo Bonzini
2020-12-15vl: extract softmmu/runstate.cPaolo Bonzini
2020-12-15vl: allow -incoming defer with -preconfigPaolo Bonzini