aboutsummaryrefslogtreecommitdiff
path: root/accel/kvm
AgeCommit message (Expand)AuthorFilesLines
2022-09-18kvm: fix memory leak on failure to read stats descriptorsPaolo Bonzini1-5/+4
2022-09-18KVM: use store-release to mark dirty pages as harvestedPaolo Bonzini1-1/+17
2022-09-01KVM: dirty ring: add missing memory barrierPaolo Bonzini1-1/+5
2022-08-18kvm: fix segfault with query-stats-schemas and -M nonePaolo Bonzini1-3/+5
2022-07-29kvm: don't use perror() without useful errnoCornelia Huck1-1/+1
2022-07-22accel/kvm: Avoid Coverity warning in query_stats()Peter Maydell1-1/+1
2022-07-21Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-1/+9
2022-07-20softmmu/dirtylimit: Implement virtual CPU throttleHyman Huang(黄勇)1-1/+19
2022-07-20accel/kvm/kvm-all: Introduce kvm_dirty_ring_size functionHyman Huang(黄勇)1-0/+5
2022-07-20accel/kvm/kvm-all: Refactor per-vcpu dirty ring reapingHyman Huang(黄勇)1-10/+13
2022-07-18kvm: add support for boolean statisticsPaolo Bonzini1-1/+9
2022-07-08accel: kvm: Fix memory leak in find_stats_descriptorsMiaoqian Lin1-0/+1
2022-06-14qmp: add filtering of statistics by namePaolo Bonzini1-6/+11
2022-06-14qmp: add filtering of statistics by providerPaolo Bonzini1-1/+2
2022-06-14qmp: add filtering of statistics by target vCPUPaolo Bonzini1-2/+7
2022-06-14kvm: Support for querying fd-based statsMark Kanda1-0/+392
2022-06-08Fix 'writeable' typosPeter Maydell1-2/+2
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau1-10/+10
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-2/+2
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-3/+3
2022-03-15kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)1-3/+4
2022-03-06accel: Introduce AccelOpsClass::cpus_are_resettable()Philippe Mathieu-Daudé1-0/+6
2022-03-06accel: Introduce AccelOpsClass::cpu_thread_is_idle()Philippe Mathieu-Daudé1-0/+6
2021-12-10kvm: add support for KVM_GUESTDBG_BLOCKIRQMaxim Levitsky1-0/+17
2021-12-10gdbstub, kvm: let KVM report supported singlestep flagsMaxim Levitsky1-0/+12
2021-11-01KVM: introduce dirty_pages and kvm_dirty_ring_enabledHyman Huang(黄勇)1-0/+7
2021-10-13target/i386/kvm: Restrict SEV stubs to x86 architecturePhilippe Mathieu-Daudé2-23/+0
2021-09-30memory: Name all the memory listenersPeter Xu1-2/+5
2021-09-16target/i386: spelling: occured=>occurred, mininum=>minimumMichael Tokarev1-1/+1
2021-07-29kvm: ppc: Print meaningful message on KVM_CREATE_VM failureFabiano Rosas1-0/+6
2021-06-25KVM: Fix dirty ring mmap incorrect size due to renaming accidentPeter Xu1-2/+2
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-26KVM: Dirty ring supportPeter Xu2-3/+378
2021-05-26KVM: Disable manual dirty log when dirty ring enabledPeter Xu1-14/+23
2021-05-26KVM: Add dirty-ring-size propertyPeter Xu1-0/+46
2021-05-26KVM: Cache kvm slot dirty bitmap sizePeter Xu1-0/+1
2021-05-26KVM: Simplify dirty log sync in kvm_set_phys_memPeter Xu1-1/+2
2021-05-26KVM: Provide helper to sync dirty bitmap from slot to ramblockPeter Xu1-20/+17
2021-05-26KVM: Provide helper to get kvm dirty logPeter Xu1-22/+30
2021-05-26KVM: Create the KVMSlot dirty bitmap on flag changesPeter Xu1-14/+9
2021-05-26KVM: Use a big lock to replace per-kml slots_lockPeter Xu1-15/+18
2021-05-26KVM: do not allow setting properties at runtimePaolo Bonzini1-1/+12
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02accel: kvm: clarify that extra exit data is hexadecimalDavid Edmondson1-1/+1
2021-03-16Revert "accel: kvm: Add aligment assert for kvm_log_clear_one_slot"Paolo Bonzini1-7/+0
2021-03-12accel: kvm: Fix kvm_type invocationAndrew Jones1-0/+2
2021-03-06accel: kvm: Add aligment assert for kvm_log_clear_one_slotKeqian Zhu1-0/+7
2021-03-06accel: kvm: Fix memory waste under mismatch page sizeKeqian Zhu1-1/+5