summaryrefslogtreecommitdiffstats
path: root/accel/kvm
Commit message (Expand)AuthorAgeFilesLines
* kvm: add support for KVM_GUESTDBG_BLOCKIRQMaxim Levitsky2021-12-101-0/+17
* gdbstub, kvm: let KVM report supported singlestep flagsMaxim Levitsky2021-12-101-0/+12
* KVM: introduce dirty_pages and kvm_dirty_ring_enabledHyman Huang(黄勇)2021-11-011-0/+7
* target/i386/kvm: Restrict SEV stubs to x86 architecturePhilippe Mathieu-Daudé2021-10-132-23/+0Star
* memory: Name all the memory listenersPeter Xu2021-09-301-2/+5
* target/i386: spelling: occured=>occurred, mininum=>minimumMichael Tokarev2021-09-161-1/+1
* kvm: ppc: Print meaningful message on KVM_CREATE_VM failureFabiano Rosas2021-07-291-0/+6
* KVM: Fix dirty ring mmap incorrect size due to renaming accidentPeter Xu2021-06-251-2/+2
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* KVM: Dirty ring supportPeter Xu2021-05-262-3/+378
* KVM: Disable manual dirty log when dirty ring enabledPeter Xu2021-05-261-14/+23
* KVM: Add dirty-ring-size propertyPeter Xu2021-05-261-0/+46
* KVM: Cache kvm slot dirty bitmap sizePeter Xu2021-05-261-0/+1
* KVM: Simplify dirty log sync in kvm_set_phys_memPeter Xu2021-05-261-1/+2
* KVM: Provide helper to sync dirty bitmap from slot to ramblockPeter Xu2021-05-261-20/+17Star
* KVM: Provide helper to get kvm dirty logPeter Xu2021-05-261-22/+30
* KVM: Create the KVMSlot dirty bitmap on flag changesPeter Xu2021-05-261-14/+9Star
* KVM: Use a big lock to replace per-kml slots_lockPeter Xu2021-05-261-15/+18
* KVM: do not allow setting properties at runtimePaolo Bonzini2021-05-261-1/+12
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* accel: kvm: clarify that extra exit data is hexadecimalDavid Edmondson2021-05-021-1/+1
* Revert "accel: kvm: Add aligment assert for kvm_log_clear_one_slot"Paolo Bonzini2021-03-161-7/+0Star
* accel: kvm: Fix kvm_type invocationAndrew Jones2021-03-121-0/+2
* accel: kvm: Add aligment assert for kvm_log_clear_one_slotKeqian Zhu2021-03-061-0/+7
* accel: kvm: Fix memory waste under mismatch page sizeKeqian Zhu2021-03-061-1/+5
* sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky2021-02-161-0/+5
* sev/i386: Allow AP booting under SEV-ESPaolo Bonzini2021-02-161-1/+0Star
* accel/kvm/kvm-all: Fix wrong return code handling in dirty log codeThomas Huth2021-02-081-9/+12
* confidential guest support: Move SEV initialization into arch specific codeDavid Gibson2021-02-082-16/+2Star
* sev: Add Error ** to sev_kvm_init()David Gibson2021-02-082-2/+4
* confidential guest support: Rework the "memory-encryption" propertyDavid Gibson2021-02-082-4/+6
* sev: Remove false abstraction of flash encryptionDavid Gibson2021-02-082-36/+4Star
* accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana2021-02-054-11/+23
* accel/kvm: avoid using predefined PAGE_SIZEJiaxun Yang2021-01-201-0/+3
* kvm: Take into account the unaligned section size when preparing bitmapZenghui Yu2020-12-151-2/+5
* vl: make qemu_get_machine_opts staticPaolo Bonzini2020-12-151-7/+4Star
* accel/kvm: add PIO ioeventfds only in case kvm_eventfds_allowed is trueElena Afanasova2020-11-031-2/+4
* kvm: kvm_init_vcpu take Error pointerDr. David Alan Gilbert2020-10-054-12/+18
* kvm: remove kvm specific functions from global includesClaudio Fontana2020-10-051-0/+7
* cpus: extract out kvm-specific code to accel/kvmClaudio Fontana2020-10-054-2/+122
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-6/+6
* util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé2020-09-161-1/+1
* meson: accelMarc-André Lureau2020-08-212-2/+5
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-3/+1Star
* qapi: Use returned bool to check for failure, manual partMarkus Armbruster2020-07-101-27/+23Star
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-2/+1Star
* accel/kvm: Convert to ram_block_discard_disable()David Hildenbrand2020-07-021-2/+2
* kvm: support to get/set dirty log initial-all-set capabilityJay Zhou2020-06-261-7/+14