summaryrefslogtreecommitdiffstats
path: root/include/sysemu
Commit message (Expand)AuthorAgeFilesLines
* stubs: Remove unused arch_type.c stubPeter Maydell2021-08-261-2/+0Star
* arch_init.h: Move QEMU_ARCH_VIRTIO_* to qdev-monitor.cPeter Maydell2021-08-261-9/+0Star
* arch_init.h: Add QEMU_ARCH_HEXAGONPeter Maydell2021-08-261-0/+1
* monitor: Use accel_find("kvm") instead of kvm_available()Peter Maydell2021-08-261-2/+0Star
* softmmu: Use accel_find("xen") instead of xen_available()Peter Maydell2021-08-261-1/+0Star
* iothread: add aio-max-batch parameterStefano Garzarella2021-07-211-0/+3
* block: add max_hw_transfer to BlockLimitsPaolo Bonzini2021-06-251-0/+1
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-06-171-1/+1
|\
| * hostmem: Wire up RAM_NORESERVE via "reserve" propertyDavid Hildenbrand2021-06-151-1/+1
* | sysemu: Make TPM structures inaccessible if CONFIG_TPM is not definedStefan Berger2021-06-152-1/+14
|/
* accel/tcg: Merge tcg_exec_init into tcg_init_machineRichard Henderson2021-06-111-2/+0Star
* hvf: Introduce hvf vcpu structAlexander Graf2021-06-031-0/+4
* hvf: Remove hvf-accel-ops.hAlexander Graf2021-06-031-0/+1
* hvf: Split out common code on vcpu init and destroyAlexander Graf2021-06-031-0/+2
* hvf: Make hvf_set_phys_mem() staticAlexander Graf2021-06-031-1/+0Star
* hvf: Move hvf internal definitions into common headerAlexander Graf2021-06-031-0/+30
* hvf: Move cpu functions into common directoryAlexander Graf2021-06-031-0/+4
* hvf: Move assert_hvf_ok() into common directoryAlexander Graf2021-06-031-0/+18
* block-backend: add drained_pollSergio Lopez2021-06-021-0/+4
* KVM: Cache kvm slot dirty bitmap sizePeter Xu2021-05-261-0/+1
* KVM: Provide helper to sync dirty bitmap from slot to ramblockPeter Xu2021-05-261-0/+2
* KVM: Provide helper to get kvm dirty logPeter Xu2021-05-261-0/+2
* KVM: Use a big lock to replace per-kml slots_lockPeter Xu2021-05-261-2/+0Star
* include/sysemu: Poison all accelerator CONFIG switches in common codeThomas Huth2021-05-143-0/+12
* Drop the deprecated unicore32 targetMarkus Armbruster2021-05-121-1/+0Star
* Drop the deprecated lm32 targetMarkus Armbruster2021-05-121-1/+0Star
* Remove the deprecated moxie targetThomas Huth2021-05-121-1/+0Star
* osdep: Make os-win32.h and os-posix.h handle 'extern "C"' themselvesPeter Maydell2021-05-102-0/+16
* Add NVMM accelerator: acceleration enlightenmentsReinoud Zandijk2021-05-042-0/+27
* m68k: add the virtio devices aliasesLaurent Vivier2021-03-241-0/+1
* qdev: define list of archs with virtio-pci or virtio-ccwLaurent Vivier2021-03-241-0/+8
* blockdev: Drop deprecated bogus -drive interface typeMarkus Armbruster2021-03-191-1/+0Star
* exec: Get rid of phys_mem_set_alloc()David Hildenbrand2021-03-151-4/+0Star
* dma: Introduce dma_aligned_pow2_mask()Eric Auger2021-03-121-0/+12
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell2021-03-111-3/+9
|\
| * sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-091-2/+8
| * sysemu/runstate: Let runstate_is_running() return boolPhilippe Mathieu-Daudé2021-03-091-1/+1
* | device_tree: add qemu_fdt_setprop_string_array helperAlex Bennée2021-03-101-0/+17
|/
* replay: fix icount request when replaying clock accessPavel Dovgalyuk2021-02-161-6/+8
* sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky2021-02-163-0/+17
* sev/i386: Allow AP booting under SEV-ESPaolo Bonzini2021-02-161-0/+4
* pc: add parser for OVMF reset blockJames Bottomley2021-02-161-0/+1
* multi-process: define MPQemuMsg format and transmission functionsElena Ufimtseva2021-02-101-0/+6
* sev: Add Error ** to sev_kvm_init()David Gibson2021-02-081-1/+1
* confidential guest support: Rework the "memory-encryption" propertyDavid Gibson2021-02-081-1/+1
* sev: Remove false abstraction of flash encryptionDavid Gibson2021-02-082-18/+2Star
* accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana2021-02-052-21/+50
* accel: extend AccelState and AccelClass to user-modeClaudio Fontana2021-02-054-80/+3Star
* block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf2021-01-271-1/+2
* whpx: move internal definitions to whpx-internal.hPaolo Bonzini2021-01-121-21/+1Star