index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
accel
/
kvm
Age
Commit message (
Expand
)
Author
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
2017-09-21
kvm: drop wrong assertion creating problems with pflash
David Hildenbrand
2017-09-19
Convert multi-line fprintf() to warn_report()
Alistair Francis
2017-09-19
kvm: kvm_log_sync() is only called with known memory sections
David Hildenbrand
2017-09-19
kvm: kvm_log_start/stop are only called with known sections
David Hildenbrand
2017-09-19
kvm: we never have overlapping slots in kvm_set_phys_mem()
David Hildenbrand
2017-09-19
kvm: use start + size for memory ranges
David Hildenbrand
2017-09-19
kvm: factor out alignment of memory section
David Hildenbrand
2017-09-19
kvm: require JOIN_MEMORY_REGIONS_WORKS
David Hildenbrand
2017-08-30
kvm: remove hard dependency on pci
Cornelia Huck
2017-07-11
ARM: KVM: Enable in-kernel timers with user space gic
Alexander Graf
2017-07-04
cpu: move interrupt handling out of translate-common.c
Paolo Bonzini
2017-07-04
vcpu_dirty: share the same field in CPUState for all accelerators
Sergio Andres Gomez Del Real
2017-06-15
accel: move kvm related accelerator files into accel/
Yang Zhong