aboutsummaryrefslogtreecommitdiff
path: root/accel/kvm
AgeCommit message (Expand)AuthorFilesLines
2020-02-25Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini1-3/+3
2020-02-25accel/kvm: Check ioctl(KVM_SET_USER_MEMORY_REGION) return valuePhilippe Mathieu-Daudé1-1/+11
2020-02-20Avoid address_space_rw() with a constant is_write argumentPeter Maydell1-3/+3
2020-01-24accel: Replace current_machine->accelerator by current_accel() wrapperPhilippe Mathieu-Daudé1-2/+2
2020-01-07accel/kvm: Make "kernel_irqchip" default onXiaoyao Li1-6/+13
2019-12-17kvm: convert "-machine kernel_irqchip" to an accelerator propertyPaolo Bonzini1-5/+54
2019-12-17kvm: introduce kvm_kernel_irqchip_* functionsPaolo Bonzini1-4/+19
2019-12-17kvm: convert "-machine kvm_shadow_mem" to an accelerator propertyPaolo Bonzini1-0/+43
2019-12-17kvm: Reallocate dirty_bmap when we change a slotDr. David Alan Gilbert1-15/+29
2019-11-26kvm: Introduce KVM irqchip change notifierDavid Gibson1-0/+18
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang1-3/+3
2019-10-03accel/kvm: ensure ret always setAlex Bennée1-3/+3
2019-09-30kvm: split too big memory section on several memslotsIgor Mammedov1-44/+80
2019-09-30kvm: clear dirty bitmaps from all overlapping memslotsPaolo Bonzini1-14/+22
2019-09-30kvm: extract kvm_log_clear_one_slotPaolo Bonzini1-46/+57
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-07-19hmp: Print if memory section is registered with an acceleratorAlexey Kardashevskiy1-0/+38
2019-07-15kvm: Support KVM_CLEAR_DIRTY_LOGPeter Xu2-0/+183
2019-07-15kvm: Introduce slots lock for memory listenerPeter Xu1-12/+46
2019-07-15kvm: Persistent per kvmslot dirty bitmapPeter Xu1-3/+7
2019-07-15kvm: Update comments for sync_dirty_bitmapPeter Xu1-6/+6
2019-07-05general: Replace global smp variables with smp machine propertiesLike Xu1-2/+2
2019-06-21target/i386: kvm: Add support for save and restore nested stateLiran Alon1-0/+8
2019-06-21KVM: Introduce kvm_arch_destroy_vcpu()Liran Alon1-0/+5
2019-06-21kvm-all: Add/update fprintf's for kvm_*_ioeventfd_delYury Kotov1-4/+8
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster1-2/+2
2019-03-22trace-events: Consistently point to docs/devel/tracing.txtMarkus Armbruster1-1/+1
2019-03-05hw/boards: Add a MachineState parameter to kvm_type callbackEric Auger1-1/+1
2019-02-14kvm: Add kvm_set_ioeventfd* tracesDr. David Alan Gilbert2-0/+5
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini1-2/+2
2018-10-19target-i386 : add coalesced_pio APIPeng Hao1-3/+53
2018-08-23KVM: cleanup unnecessary #ifdef KVM_CAP_...Paolo Bonzini1-2/+0
2018-08-17kvm: Use inhibit to prevent ballooning without synchronous mmuAlex Williamson1-0/+4
2018-06-28kvm: Delete the slot if and only if the KVM_MEM_READONLY flag is changedShannon Zhao1-9/+8
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