Age | Commit message (Expand) | Author | Files | Lines |
2020-06-26 | kvm: support to get/set dirty log initial-all-set capability | Jay Zhou | 1 | -7/+14 |
2020-06-10 | KVM: Kick resamplefd for split kernel irqchip | Peter Xu | 1 | -2/+77 |
2020-06-10 | KVM: Pass EventNotifier into kvm_irqchip_assign_irqfd | Peter Xu | 1 | -6/+10 |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 1 | -2/+2 |
2020-05-15 | qom: Drop object_property_set_description() parameter @errp | Markus Armbruster | 1 | -2/+2 |
2020-05-14 | KVM: Move hwpoison page related functions into kvm-all.c | Dongjiu Geng | 1 | -0/+36 |
2020-02-25 | Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEAD | Paolo Bonzini | 1 | -3/+3 |
2020-02-25 | accel/kvm: Check ioctl(KVM_SET_USER_MEMORY_REGION) return value | Philippe Mathieu-Daudé | 1 | -1/+11 |
2020-02-20 | Avoid address_space_rw() with a constant is_write argument | Peter Maydell | 1 | -3/+3 |
2020-01-24 | accel: Replace current_machine->accelerator by current_accel() wrapper | Philippe Mathieu-Daudé | 1 | -2/+2 |
2020-01-07 | accel/kvm: Make "kernel_irqchip" default on | Xiaoyao Li | 1 | -6/+13 |
2019-12-17 | kvm: convert "-machine kernel_irqchip" to an accelerator property | Paolo Bonzini | 1 | -5/+54 |
2019-12-17 | kvm: introduce kvm_kernel_irqchip_* functions | Paolo Bonzini | 1 | -4/+19 |
2019-12-17 | kvm: convert "-machine kvm_shadow_mem" to an accelerator property | Paolo Bonzini | 1 | -0/+43 |
2019-12-17 | kvm: Reallocate dirty_bmap when we change a slot | Dr. David Alan Gilbert | 1 | -15/+29 |
2019-11-26 | kvm: Introduce KVM irqchip change notifier | David Gibson | 1 | -0/+18 |
2019-10-26 | core: replace getpagesize() with qemu_real_host_page_size | Wei Yang | 1 | -3/+3 |
2019-10-03 | accel/kvm: ensure ret always set | Alex Bennée | 1 | -3/+3 |
2019-09-30 | kvm: split too big memory section on several memslots | Igor Mammedov | 1 | -44/+80 |
2019-09-30 | kvm: clear dirty bitmaps from all overlapping memslots | Paolo Bonzini | 1 | -14/+22 |
2019-09-30 | kvm: extract kvm_log_clear_one_slot | Paolo Bonzini | 1 | -46/+57 |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include sysemu/sysemu.h a lot less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-07-19 | hmp: Print if memory section is registered with an accelerator | Alexey Kardashevskiy | 1 | -0/+38 |
2019-07-15 | kvm: Support KVM_CLEAR_DIRTY_LOG | Peter Xu | 1 | -0/+182 |
2019-07-15 | kvm: Introduce slots lock for memory listener | Peter Xu | 1 | -12/+46 |
2019-07-15 | kvm: Persistent per kvmslot dirty bitmap | Peter Xu | 1 | -3/+7 |
2019-07-15 | kvm: Update comments for sync_dirty_bitmap | Peter Xu | 1 | -6/+6 |
2019-07-05 | general: Replace global smp variables with smp machine properties | Like Xu | 1 | -2/+2 |
2019-06-21 | target/i386: kvm: Add support for save and restore nested state | Liran Alon | 1 | -0/+8 |
2019-06-21 | KVM: Introduce kvm_arch_destroy_vcpu() | Liran Alon | 1 | -0/+5 |
2019-06-21 | kvm-all: Add/update fprintf's for kvm_*_ioeventfd_del | Yury Kotov | 1 | -4/+8 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-04-18 | qom/cpu: Simplify how CPUClass:cpu_dump_state() prints | Markus Armbruster | 1 | -2/+2 |
2019-03-05 | hw/boards: Add a MachineState parameter to kvm_type callback | Eric Auger | 1 | -1/+1 |
2019-02-14 | kvm: Add kvm_set_ioeventfd* traces | Dr. David Alan Gilbert | 1 | -0/+3 |
2019-01-11 | qemu/queue.h: leave head structs anonymous unless necessary | Paolo Bonzini | 1 | -2/+2 |
2018-10-19 | target-i386 : add coalesced_pio API | Peng Hao | 1 | -3/+53 |
2018-08-23 | KVM: cleanup unnecessary #ifdef KVM_CAP_... | Paolo Bonzini | 1 | -2/+0 |
2018-08-17 | kvm: Use inhibit to prevent ballooning without synchronous mmu | Alex Williamson | 1 | -0/+4 |
2018-06-28 | kvm: Delete the slot if and only if the KVM_MEM_READONLY flag is changed | Shannon Zhao | 1 | -9/+8 |
2018-03-13 | kvm: introduce memory encryption APIs | Brijesh Singh | 1 | -0/+14 |
2018-03-13 | kvm: add memory encryption context | Brijesh Singh | 1 | -0/+25 |
2018-02-05 | kvm: Add kvm_set_user_memory tracepoint | Alexey Kardashevskiy | 1 | -1/+5 |
2018-01-24 | Revert "virtio: postpone the execution of event_notifier_cleanup function" | Michael S. Tsirkin | 1 | -4/+0 |
2018-01-18 | virtio: postpone the execution of event_notifier_cleanup function | Gal Hammer | 1 | -0/+4 |
2017-10-18 | kvm: simplify kvm_align_section() | David Hildenbrand | 1 | -12/+6 |
2017-10-18 | kvm: region_add and region_del is not called on updates | David Hildenbrand | 1 | -7/+1 |