summaryrefslogtreecommitdiffstats
path: root/accel/kvm
Commit message (Expand)AuthorAgeFilesLines
...
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* hmp: Print if memory section is registered with an acceleratorAlexey Kardashevskiy2019-07-191-0/+38
* kvm: Support KVM_CLEAR_DIRTY_LOGPeter Xu2019-07-152-0/+183
* kvm: Introduce slots lock for memory listenerPeter Xu2019-07-151-12/+46
* kvm: Persistent per kvmslot dirty bitmapPeter Xu2019-07-151-3/+7
* kvm: Update comments for sync_dirty_bitmapPeter Xu2019-07-151-6/+6
* general: Replace global smp variables with smp machine propertiesLike Xu2019-07-051-2/+2
* target/i386: kvm: Add support for save and restore nested stateLiran Alon2019-06-211-0/+8
* KVM: Introduce kvm_arch_destroy_vcpu()Liran Alon2019-06-211-0/+5
* kvm-all: Add/update fprintf's for kvm_*_ioeventfd_delYury Kotov2019-06-211-4/+8
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster2019-04-181-2/+2
* trace-events: Consistently point to docs/devel/tracing.txtMarkus Armbruster2019-03-221-1/+1
* hw/boards: Add a MachineState parameter to kvm_type callbackEric Auger2019-03-051-1/+1
* kvm: Add kvm_set_ioeventfd* tracesDr. David Alan Gilbert2019-02-142-0/+5
* qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini2019-01-111-2/+2
* target-i386 : add coalesced_pio APIPeng Hao2018-10-191-3/+53
* 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