aboutsummaryrefslogtreecommitdiff
path: root/accel/kvm
AgeCommit message (Expand)Author
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster
2020-05-14KVM: Move hwpoison page related functions into kvm-all.cDongjiu Geng
2020-02-25Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini
2020-02-25accel/kvm: Check ioctl(KVM_SET_USER_MEMORY_REGION) return valuePhilippe Mathieu-Daudé
2020-02-20Avoid address_space_rw() with a constant is_write argumentPeter Maydell
2020-01-24accel: Replace current_machine->accelerator by current_accel() wrapperPhilippe Mathieu-Daudé
2020-01-07accel/kvm: Make "kernel_irqchip" default onXiaoyao Li
2019-12-17kvm: convert "-machine kernel_irqchip" to an accelerator propertyPaolo Bonzini
2019-12-17kvm: introduce kvm_kernel_irqchip_* functionsPaolo Bonzini
2019-12-17kvm: convert "-machine kvm_shadow_mem" to an accelerator propertyPaolo Bonzini
2019-12-17kvm: Reallocate dirty_bmap when we change a slotDr. David Alan Gilbert
2019-11-26kvm: Introduce KVM irqchip change notifierDavid Gibson
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang
2019-10-03accel/kvm: ensure ret always setAlex Bennée
2019-09-30kvm: split too big memory section on several memslotsIgor Mammedov
2019-09-30kvm: clear dirty bitmaps from all overlapping memslotsPaolo Bonzini
2019-09-30kvm: extract kvm_log_clear_one_slotPaolo Bonzini
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-07-19hmp: Print if memory section is registered with an acceleratorAlexey Kardashevskiy
2019-07-15kvm: Support KVM_CLEAR_DIRTY_LOGPeter Xu
2019-07-15kvm: Introduce slots lock for memory listenerPeter Xu
2019-07-15kvm: Persistent per kvmslot dirty bitmapPeter Xu
2019-07-15kvm: Update comments for sync_dirty_bitmapPeter Xu
2019-07-05general: Replace global smp variables with smp machine propertiesLike Xu
2019-06-21target/i386: kvm: Add support for save and restore nested stateLiran Alon
2019-06-21KVM: Introduce kvm_arch_destroy_vcpu()Liran Alon
2019-06-21kvm-all: Add/update fprintf's for kvm_*_ioeventfd_delYury Kotov
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster
2019-03-22trace-events: Consistently point to docs/devel/tracing.txtMarkus Armbruster
2019-03-05hw/boards: Add a MachineState parameter to kvm_type callbackEric Auger
2019-02-14kvm: Add kvm_set_ioeventfd* tracesDr. David Alan Gilbert
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini
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