aboutsummaryrefslogtreecommitdiff
path: root/accel/kvm
AgeCommit message (Expand)Author
2018-10-19target-i386 : add coalesced_pio APIPeng Hao
2018-08-23KVM: cleanup unnecessary #ifdef KVM_CAP_...Paolo Bonzini
2018-08-17kvm: Use inhibit to prevent ballooning without synchronous mmuAlex Williamson
2018-06-28kvm: Delete the slot if and only if the KVM_MEM_READONLY flag is changedShannon Zhao
2018-03-13kvm: introduce memory encryption APIsBrijesh Singh
2018-03-13kvm: add memory encryption contextBrijesh Singh
2018-02-05kvm: Add kvm_set_user_memory tracepointAlexey Kardashevskiy
2018-01-24Revert "virtio: postpone the execution of event_notifier_cleanup function"Michael S. Tsirkin
2018-01-18virtio: postpone the execution of event_notifier_cleanup functionGal Hammer
2017-10-18kvm: simplify kvm_align_section()David Hildenbrand
2017-10-18kvm: region_add and region_del is not called on updatesDavid Hildenbrand
2017-10-18kvm: fix error message when failing to unregister slotDavid Hildenbrand
2017-10-18kvm: tolerate non-existing slot for log_start/log_stop/log_syncDavid Hildenbrand
2017-10-18kvm: fix alignment of ram addressDavid Hildenbrand
2017-10-02kvm: check KVM_CAP_NR_VCPUS with kvm_vm_check_extension()Greg Kurz
2017-10-02kvm: check KVM_CAP_SYNC_MMU with kvm_vm_check_extension()Greg Kurz
2017-09-21kvm: drop wrong assertion creating problems with pflashDavid Hildenbrand
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis
2017-09-19kvm: kvm_log_sync() is only called with known memory sectionsDavid Hildenbrand
2017-09-19kvm: kvm_log_start/stop are only called with known sectionsDavid Hildenbrand
2017-09-19kvm: we never have overlapping slots in kvm_set_phys_mem()David Hildenbrand
2017-09-19kvm: use start + size for memory rangesDavid Hildenbrand
2017-09-19kvm: factor out alignment of memory sectionDavid Hildenbrand
2017-09-19kvm: require JOIN_MEMORY_REGIONS_WORKSDavid Hildenbrand
2017-08-30kvm: remove hard dependency on pciCornelia Huck
2017-07-11ARM: KVM: Enable in-kernel timers with user space gicAlexander Graf
2017-07-04cpu: move interrupt handling out of translate-common.cPaolo Bonzini
2017-07-04vcpu_dirty: share the same field in CPUState for all acceleratorsSergio Andres Gomez Del Real
2017-06-15accel: move kvm related accelerator files into accel/Yang Zhong