aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu
AgeCommit message (Expand)AuthorFilesLines
2021-05-10osdep: Make os-win32.h and os-posix.h handle 'extern "C"' themselvesPeter Maydell2-0/+16
2021-05-04Add NVMM accelerator: acceleration enlightenmentsReinoud Zandijk2-0/+27
2021-03-24m68k: add the virtio devices aliasesLaurent Vivier1-0/+1
2021-03-24qdev: define list of archs with virtio-pci or virtio-ccwLaurent Vivier1-0/+8
2021-03-19blockdev: Drop deprecated bogus -drive interface typeMarkus Armbruster1-1/+0
2021-03-15exec: Get rid of phys_mem_set_alloc()David Hildenbrand1-4/+0
2021-03-12dma: Introduce dma_aligned_pow2_mask()Eric Auger1-0/+12
2021-03-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell1-3/+9
2021-03-10device_tree: add qemu_fdt_setprop_string_array helperAlex Bennée1-0/+17
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-2/+8
2021-03-09sysemu/runstate: Let runstate_is_running() return boolPhilippe Mathieu-Daudé1-1/+1
2021-02-16replay: fix icount request when replaying clock accessPavel Dovgalyuk1-6/+8
2021-02-16sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky3-0/+17
2021-02-16sev/i386: Allow AP booting under SEV-ESPaolo Bonzini1-0/+4
2021-02-16pc: add parser for OVMF reset blockJames Bottomley1-0/+1
2021-02-10multi-process: define MPQemuMsg format and transmission functionsElena Ufimtseva1-0/+6
2021-02-08sev: Add Error ** to sev_kvm_init()David Gibson1-1/+1
2021-02-08confidential guest support: Rework the "memory-encryption" propertyDavid Gibson1-1/+1
2021-02-08sev: Remove false abstraction of flash encryptionDavid Gibson2-18/+2
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana2-21/+50
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana4-80/+3
2021-01-27block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf1-1/+2
2021-01-12whpx: move internal definitions to whpx-internal.hPaolo Bonzini1-21/+1
2021-01-07tcg: Add --accel tcg,split-wx propertyRichard Henderson1-1/+2
2020-12-15vl: Add option to avoid stopping VM upon guest panicAlejandro Jimenez1-0/+1
2020-12-15qmp: generalize watchdog-set-action to -no-reboot/-no-shutdownAlejandro Jimenez2-2/+18
2020-12-15vl: make qemu_get_machine_opts staticPaolo Bonzini1-2/+0
2020-12-15chardev: do not use machine_init_donePaolo Bonzini1-2/+0
2020-12-15vl: extract softmmu/runstate.cPaolo Bonzini1-0/+3
2020-12-15vl: remove separate preconfig main_loopPaolo Bonzini1-1/+0
2020-12-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell3-25/+124
2020-12-10sev: add sev-inject-launch-secretTobin Feldman-Fitzthum1-0/+2
2020-12-10vl: remove serial_max_hdsPaolo Bonzini1-4/+0
2020-12-10vl: extract softmmu/rtc.cPaolo Bonzini1-0/+2
2020-12-10vl: extract machine done notifiersPaolo Bonzini1-0/+1
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-2/+0
2020-12-10vl: remove bios_namePaolo Bonzini1-1/+0
2020-12-10dma: Let dma_memory_write() propagate MemTxResultPhilippe Mathieu-Daudé1-4/+18
2020-12-10dma: Let dma_memory_read() propagate MemTxResultPhilippe Mathieu-Daudé1-4/+17
2020-12-10dma: Let dma_memory_rw() propagate MemTxResultPhilippe Mathieu-Daudé1-8/+22
2020-12-10dma: Let dma_memory_set() propagate MemTxResultPhilippe Mathieu-Daudé1-1/+14
2020-12-10dma: Document address_space_map/address_space_unmap() prototypesPhilippe Mathieu-Daudé1-1/+28
2020-12-10WHPX: support for the kernel-irqchip on/offSunil Muthuswamy1-0/+22
2020-11-15tpm: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-10-30Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell3-3/+3
2020-10-27cryptodev: Fix Lesser GPL version numberChetan Pant3-3/+3
2020-10-24accel: move qtest CpusAccel functions to a common locationJason Andryuk1-0/+3
2020-10-14kvm: Correct documentation of kvm_irqchip_*()Eduardo Habkost1-10/+9
2020-10-14win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE are defi...Yonggang Luo1-2/+2
2020-10-06replay: create temporary snapshot at debugger connectionPavel Dovgalyuk1-0/+2