summaryrefslogtreecommitdiffstats
path: root/accel/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: cleanup unnecessary #ifdef KVM_CAP_...Paolo Bonzini2018-08-231-2/+0Star
* kvm: Use inhibit to prevent ballooning without synchronous mmuAlex Williamson2018-08-171-0/+4
* kvm: Delete the slot if and only if the KVM_MEM_READONLY flag is changedShannon Zhao2018-06-281-9/+8Star
* kvm: introduce memory encryption APIsBrijesh Singh2018-03-132-0/+19
* kvm: add memory encryption contextBrijesh Singh2018-03-133-1/+48
* kvm: Add kvm_set_user_memory tracepointAlexey Kardashevskiy2018-02-052-1/+6
* Revert "virtio: postpone the execution of event_notifier_cleanup function"Michael S. Tsirkin2018-01-241-4/+0Star
* virtio: postpone the execution of event_notifier_cleanup functionGal Hammer2018-01-181-0/+4
* kvm: simplify kvm_align_section()David Hildenbrand2017-10-181-12/+6Star
* kvm: region_add and region_del is not called on updatesDavid Hildenbrand2017-10-181-7/+1Star
* kvm: fix error message when failing to unregister slotDavid Hildenbrand2017-10-181-1/+1
* kvm: tolerate non-existing slot for log_start/log_stop/log_syncDavid Hildenbrand2017-10-181-4/+4
* kvm: fix alignment of ram addressDavid Hildenbrand2017-10-181-1/+2
* kvm: check KVM_CAP_NR_VCPUS with kvm_vm_check_extension()Greg Kurz2017-10-021-21/+22
* kvm: check KVM_CAP_SYNC_MMU with kvm_vm_check_extension()Greg Kurz2017-10-021-3/+5
* kvm: drop wrong assertion creating problems with pflashDavid Hildenbrand2017-09-211-1/+0Star
* Convert multi-line fprintf() to warn_report()Alistair Francis2017-09-191-4/+3Star
* kvm: kvm_log_sync() is only called with known memory sectionsDavid Hildenbrand2017-09-191-49/+12Star
* kvm: kvm_log_start/stop are only called with known sectionsDavid Hildenbrand2017-09-191-6/+12
* kvm: we never have overlapping slots in kvm_set_phys_mem()David Hildenbrand2017-09-191-57/+11Star
* kvm: use start + size for memory rangesDavid Hildenbrand2017-09-191-4/+3Star
* kvm: factor out alignment of memory sectionDavid Hildenbrand2017-09-191-20/+39
* kvm: require JOIN_MEMORY_REGIONS_WORKSDavid Hildenbrand2017-09-191-41/+1Star
* kvm: remove hard dependency on pciCornelia Huck2017-08-301-3/+3
* ARM: KVM: Enable in-kernel timers with user space gicAlexander Graf2017-07-111-0/+5
* cpu: move interrupt handling out of translate-common.cPaolo Bonzini2017-07-041-11/+0Star
* vcpu_dirty: share the same field in CPUState for all acceleratorsSergio Andres Gomez Del Real2017-07-041-9/+9
* accel: move kvm related accelerator files into accel/Yang Zhong2017-06-153-0/+2649