summaryrefslogtreecommitdiff
path: root/accel/kvm/kvm-all.c
AgeCommit message (Expand)Author
2022-07-29kvm: don't use perror() without useful errnoCornelia Huck
2022-07-22accel/kvm: Avoid Coverity warning in query_stats()Peter Maydell
2022-07-21Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2022-07-20softmmu/dirtylimit: Implement virtual CPU throttleHyman Huang(黄勇)
2022-07-20accel/kvm/kvm-all: Introduce kvm_dirty_ring_size functionHyman Huang(黄勇)
2022-07-20accel/kvm/kvm-all: Refactor per-vcpu dirty ring reapingHyman Huang(黄勇)
2022-07-18kvm: add support for boolean statisticsPaolo Bonzini
2022-07-08accel: kvm: Fix memory leak in find_stats_descriptorsMiaoqian Lin
2022-06-14qmp: add filtering of statistics by namePaolo Bonzini
2022-06-14qmp: add filtering of statistics by providerPaolo Bonzini
2022-06-14qmp: add filtering of statistics by target vCPUPaolo Bonzini
2022-06-14kvm: Support for querying fd-based statsMark Kanda
2022-06-08Fix 'writeable' typosPeter Maydell
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-15kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)
2021-12-10kvm: add support for KVM_GUESTDBG_BLOCKIRQMaxim Levitsky
2021-12-10gdbstub, kvm: let KVM report supported singlestep flagsMaxim Levitsky
2021-11-01KVM: introduce dirty_pages and kvm_dirty_ring_enabledHyman Huang(黄勇)
2021-09-30memory: Name all the memory listenersPeter Xu
2021-09-16target/i386: spelling: occured=>occurred, mininum=>minimumMichael Tokarev
2021-07-29kvm: ppc: Print meaningful message on KVM_CREATE_VM failureFabiano Rosas
2021-06-25KVM: Fix dirty ring mmap incorrect size due to renaming accidentPeter Xu
2021-05-26KVM: Dirty ring supportPeter Xu
2021-05-26KVM: Disable manual dirty log when dirty ring enabledPeter Xu
2021-05-26KVM: Add dirty-ring-size propertyPeter Xu
2021-05-26KVM: Cache kvm slot dirty bitmap sizePeter Xu
2021-05-26KVM: Simplify dirty log sync in kvm_set_phys_memPeter 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: Create the KVMSlot dirty bitmap on flag changesPeter Xu
2021-05-26KVM: Use a big lock to replace per-kml slots_lockPeter Xu
2021-05-26KVM: do not allow setting properties at runtimePaolo Bonzini
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-05-02accel: kvm: clarify that extra exit data is hexadecimalDavid Edmondson
2021-03-16Revert "accel: kvm: Add aligment assert for kvm_log_clear_one_slot"Paolo Bonzini
2021-03-12accel: kvm: Fix kvm_type invocationAndrew Jones
2021-03-06accel: kvm: Add aligment assert for kvm_log_clear_one_slotKeqian Zhu
2021-03-06accel: kvm: Fix memory waste under mismatch page sizeKeqian Zhu
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-08accel/kvm/kvm-all: Fix wrong return code handling in dirty log codeThomas Huth
2021-02-08confidential guest support: Move SEV initialization into arch specific codeDavid Gibson
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