Age | Commit message (Expand) | Author |
2020-02-25 | Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEAD | Paolo Bonzini |
2020-02-25 | accel/kvm: Check ioctl(KVM_SET_USER_MEMORY_REGION) return value | Philippe Mathieu-Daudé |
2020-02-20 | Avoid address_space_rw() with a constant is_write argument | Peter Maydell |
2020-01-24 | accel: Replace current_machine->accelerator by current_accel() wrapper | Philippe Mathieu-Daudé |
2020-01-07 | accel/kvm: Make "kernel_irqchip" default on | Xiaoyao Li |
2019-12-17 | kvm: convert "-machine kernel_irqchip" to an accelerator property | Paolo Bonzini |
2019-12-17 | kvm: introduce kvm_kernel_irqchip_* functions | Paolo Bonzini |
2019-12-17 | kvm: convert "-machine kvm_shadow_mem" to an accelerator property | Paolo Bonzini |
2019-12-17 | kvm: Reallocate dirty_bmap when we change a slot | Dr. David Alan Gilbert |
2019-11-26 | kvm: Introduce KVM irqchip change notifier | David Gibson |
2019-10-26 | core: replace getpagesize() with qemu_real_host_page_size | Wei Yang |
2019-10-03 | accel/kvm: ensure ret always set | Alex Bennée |
2019-09-30 | kvm: split too big memory section on several memslots | Igor Mammedov |
2019-09-30 | kvm: clear dirty bitmaps from all overlapping memslots | Paolo Bonzini |
2019-09-30 | kvm: extract kvm_log_clear_one_slot | Paolo Bonzini |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Include sysemu/sysemu.h a lot less | Markus Armbruster |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster |
2019-07-19 | hmp: Print if memory section is registered with an accelerator | Alexey Kardashevskiy |
2019-07-15 | kvm: Support KVM_CLEAR_DIRTY_LOG | Peter Xu |
2019-07-15 | kvm: Introduce slots lock for memory listener | Peter Xu |
2019-07-15 | kvm: Persistent per kvmslot dirty bitmap | Peter Xu |
2019-07-15 | kvm: Update comments for sync_dirty_bitmap | Peter Xu |
2019-07-05 | general: Replace global smp variables with smp machine properties | Like Xu |
2019-06-21 | target/i386: kvm: Add support for save and restore nested state | Liran Alon |
2019-06-21 | KVM: Introduce kvm_arch_destroy_vcpu() | Liran Alon |
2019-06-21 | kvm-all: Add/update fprintf's for kvm_*_ioeventfd_del | Yury Kotov |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-04-18 | qom/cpu: Simplify how CPUClass:cpu_dump_state() prints | Markus Armbruster |
2019-03-22 | trace-events: Consistently point to docs/devel/tracing.txt | Markus Armbruster |
2019-03-05 | hw/boards: Add a MachineState parameter to kvm_type callback | Eric Auger |
2019-02-14 | kvm: Add kvm_set_ioeventfd* traces | Dr. David Alan Gilbert |
2019-01-11 | qemu/queue.h: leave head structs anonymous unless necessary | Paolo Bonzini |
2018-10-19 | target-i386 : add coalesced_pio API | Peng Hao |
2018-08-23 | KVM: cleanup unnecessary #ifdef KVM_CAP_... | Paolo Bonzini |
2018-08-17 | kvm: Use inhibit to prevent ballooning without synchronous mmu | Alex Williamson |
2018-06-28 | kvm: Delete the slot if and only if the KVM_MEM_READONLY flag is changed | Shannon Zhao |
2018-03-13 | kvm: introduce memory encryption APIs | Brijesh Singh |
2018-03-13 | kvm: add memory encryption context | Brijesh Singh |
2018-02-05 | kvm: Add kvm_set_user_memory tracepoint | Alexey Kardashevskiy |
2018-01-24 | Revert "virtio: postpone the execution of event_notifier_cleanup function" | Michael S. Tsirkin |
2018-01-18 | virtio: postpone the execution of event_notifier_cleanup function | Gal Hammer |
2017-10-18 | kvm: simplify kvm_align_section() | David Hildenbrand |
2017-10-18 | kvm: region_add and region_del is not called on updates | David Hildenbrand |
2017-10-18 | kvm: fix error message when failing to unregister slot | David Hildenbrand |
2017-10-18 | kvm: tolerate non-existing slot for log_start/log_stop/log_sync | David Hildenbrand |
2017-10-18 | kvm: fix alignment of ram address | David Hildenbrand |
2017-10-02 | kvm: check KVM_CAP_NR_VCPUS with kvm_vm_check_extension() | Greg Kurz |
2017-10-02 | kvm: check KVM_CAP_SYNC_MMU with kvm_vm_check_extension() | Greg Kurz |