summaryrefslogtreecommitdiff
path: root/accel/kvm
AgeCommit message (Expand)AuthorFilesLines
2018-03-13kvm: introduce memory encryption APIsBrijesh Singh2-0/+19
2018-03-13kvm: add memory encryption contextBrijesh Singh3-1/+48
2018-02-05kvm: Add kvm_set_user_memory tracepointAlexey Kardashevskiy2-1/+6
2018-01-24Revert "virtio: postpone the execution of event_notifier_cleanup function"Michael S. Tsirkin1-4/+0
2018-01-18virtio: postpone the execution of event_notifier_cleanup functionGal Hammer1-0/+4
2017-10-18kvm: simplify kvm_align_section()David Hildenbrand1-12/+6
2017-10-18kvm: region_add and region_del is not called on updatesDavid Hildenbrand1-7/+1
2017-10-18kvm: fix error message when failing to unregister slotDavid Hildenbrand1-1/+1
2017-10-18kvm: tolerate non-existing slot for log_start/log_stop/log_syncDavid Hildenbrand1-4/+4
2017-10-18kvm: fix alignment of ram addressDavid Hildenbrand1-1/+2
2017-10-02kvm: check KVM_CAP_NR_VCPUS with kvm_vm_check_extension()Greg Kurz1-21/+22
2017-10-02kvm: check KVM_CAP_SYNC_MMU with kvm_vm_check_extension()Greg Kurz1-3/+5
2017-09-21kvm: drop wrong assertion creating problems with pflashDavid Hildenbrand1-1/+0
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis1-4/+3
2017-09-19kvm: kvm_log_sync() is only called with known memory sectionsDavid Hildenbrand1-49/+12
2017-09-19kvm: kvm_log_start/stop are only called with known sectionsDavid Hildenbrand1-6/+12
2017-09-19kvm: we never have overlapping slots in kvm_set_phys_mem()David Hildenbrand1-57/+11
2017-09-19kvm: use start + size for memory rangesDavid Hildenbrand1-4/+3
2017-09-19kvm: factor out alignment of memory sectionDavid Hildenbrand1-20/+39
2017-09-19kvm: require JOIN_MEMORY_REGIONS_WORKSDavid Hildenbrand1-41/+1
2017-08-30kvm: remove hard dependency on pciCornelia Huck1-3/+3
2017-07-11ARM: KVM: Enable in-kernel timers with user space gicAlexander Graf1-0/+5
2017-07-04cpu: move interrupt handling out of translate-common.cPaolo Bonzini1-11/+0
2017-07-04vcpu_dirty: share the same field in CPUState for all acceleratorsSergio Andres Gomez Del Real1-9/+9
2017-06-15accel: move kvm related accelerator files into accel/Yang Zhong3-0/+2649