aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu
AgeCommit message (Expand)Author
2021-02-10multi-process: define MPQemuMsg format and transmission functionsElena Ufimtseva
2021-02-08sev: Add Error ** to sev_kvm_init()David Gibson
2021-02-08confidential guest support: Rework the "memory-encryption" propertyDavid Gibson
2021-02-08sev: Remove false abstraction of flash encryptionDavid Gibson
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana
2021-01-27block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf
2021-01-12whpx: move internal definitions to whpx-internal.hPaolo Bonzini
2021-01-07tcg: Add --accel tcg,split-wx propertyRichard Henderson
2020-12-15vl: Add option to avoid stopping VM upon guest panicAlejandro Jimenez
2020-12-15qmp: generalize watchdog-set-action to -no-reboot/-no-shutdownAlejandro Jimenez
2020-12-15vl: make qemu_get_machine_opts staticPaolo Bonzini
2020-12-15chardev: do not use machine_init_donePaolo Bonzini
2020-12-15vl: extract softmmu/runstate.cPaolo Bonzini
2020-12-15vl: remove separate preconfig main_loopPaolo Bonzini
2020-12-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2020-12-10sev: add sev-inject-launch-secretTobin Feldman-Fitzthum
2020-12-10vl: remove serial_max_hdsPaolo Bonzini
2020-12-10vl: extract softmmu/rtc.cPaolo Bonzini
2020-12-10vl: extract machine done notifiersPaolo Bonzini
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini
2020-12-10vl: remove bios_namePaolo Bonzini
2020-12-10dma: Let dma_memory_write() propagate MemTxResultPhilippe Mathieu-Daudé
2020-12-10dma: Let dma_memory_read() propagate MemTxResultPhilippe Mathieu-Daudé
2020-12-10dma: Let dma_memory_rw() propagate MemTxResultPhilippe Mathieu-Daudé
2020-12-10dma: Let dma_memory_set() propagate MemTxResultPhilippe Mathieu-Daudé
2020-12-10dma: Document address_space_map/address_space_unmap() prototypesPhilippe Mathieu-Daudé
2020-12-10WHPX: support for the kernel-irqchip on/offSunil Muthuswamy
2020-11-15tpm: Fix Lesser GPL version numberChetan Pant
2020-10-30Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell
2020-10-27cryptodev: Fix Lesser GPL version numberChetan Pant
2020-10-24accel: move qtest CpusAccel functions to a common locationJason Andryuk
2020-10-14kvm: Correct documentation of kvm_irqchip_*()Eduardo Habkost
2020-10-14win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE are defi...Yonggang Luo
2020-10-06replay: create temporary snapshot at debugger connectionPavel Dovgalyuk
2020-10-06gdbstub: add reverse continue support in replay modePavel Dovgalyuk
2020-10-06gdbstub: add reverse step support in replay modePavel Dovgalyuk
2020-10-06replay: flush rr queue before loading the vmstatePavel Dovgalyuk
2020-10-06qapi: introduce replay.json for record/replay-related stuffPavel Dovgalyuk
2020-10-06replay: provide an accessor for rr filenamePavel Dovgalyuk
2020-10-05kvm: remove kvm specific functions from global includesClaudio Fontana
2020-10-05hax: remove hax specific functions from global includesClaudio Fontana
2020-10-05whpx: remove whpx specific functions from global includesClaudio Fontana
2020-10-05hvf: remove hvf specific functions from global includesClaudio Fontana
2020-10-05cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana
2020-10-05cpus: extract out kvm-specific code to accel/kvmClaudio Fontana
2020-10-05cpus: prepare new CpusAccel cpu accelerator interfaceClaudio Fontana
2020-10-05icount: rename functions to be consistent with the module nameClaudio Fontana
2020-10-05cpu-timers, icount: new modulesClaudio Fontana
2020-09-30sysemu/xen: Add missing 'exec/cpu-common.h' header for ram_addr_t typePhilippe Mathieu-Daudé