aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu
AgeCommit message (Expand)Author
2021-07-21iothread: add aio-max-batch parameterStefano Garzarella
2021-06-25block: add max_hw_transfer to BlockLimitsPaolo Bonzini
2021-06-17Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-06-15hostmem: Wire up RAM_NORESERVE via "reserve" propertyDavid Hildenbrand
2021-06-15sysemu: Make TPM structures inaccessible if CONFIG_TPM is not definedStefan Berger
2021-06-11accel/tcg: Merge tcg_exec_init into tcg_init_machineRichard Henderson
2021-06-03hvf: Introduce hvf vcpu structAlexander Graf
2021-06-03hvf: Remove hvf-accel-ops.hAlexander Graf
2021-06-03hvf: Split out common code on vcpu init and destroyAlexander Graf
2021-06-03hvf: Make hvf_set_phys_mem() staticAlexander Graf
2021-06-03hvf: Move hvf internal definitions into common headerAlexander Graf
2021-06-03hvf: Move cpu functions into common directoryAlexander Graf
2021-06-03hvf: Move assert_hvf_ok() into common directoryAlexander Graf
2021-06-02block-backend: add drained_pollSergio Lopez
2021-05-26KVM: Cache kvm slot dirty bitmap sizePeter Xu
2021-05-26KVM: Provide helper to sync dirty bitmap from slot to ramblockPeter Xu
2021-05-26KVM: Provide helper to get kvm dirty logPeter Xu
2021-05-26KVM: Use a big lock to replace per-kml slots_lockPeter Xu
2021-05-14include/sysemu: Poison all accelerator CONFIG switches in common codeThomas Huth
2021-05-12Drop the deprecated unicore32 targetMarkus Armbruster
2021-05-12Drop the deprecated lm32 targetMarkus Armbruster
2021-05-12Remove the deprecated moxie targetThomas Huth
2021-05-10osdep: Make os-win32.h and os-posix.h handle 'extern "C"' themselvesPeter Maydell
2021-05-04Add NVMM accelerator: acceleration enlightenmentsReinoud Zandijk
2021-03-24m68k: add the virtio devices aliasesLaurent Vivier
2021-03-24qdev: define list of archs with virtio-pci or virtio-ccwLaurent Vivier
2021-03-19blockdev: Drop deprecated bogus -drive interface typeMarkus Armbruster
2021-03-15exec: Get rid of phys_mem_set_alloc()David Hildenbrand
2021-03-12dma: Introduce dma_aligned_pow2_mask()Eric Auger
2021-03-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell
2021-03-10device_tree: add qemu_fdt_setprop_string_array helperAlex Bennée
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2021-03-09sysemu/runstate: Let runstate_is_running() return boolPhilippe Mathieu-Daudé
2021-02-16replay: fix icount request when replaying clock accessPavel Dovgalyuk
2021-02-16sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky
2021-02-16sev/i386: Allow AP booting under SEV-ESPaolo Bonzini
2021-02-16pc: add parser for OVMF reset blockJames Bottomley
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