index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
accel
/
kvm
Age
Commit message (
Expand
)
Author
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