index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
accel
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
accel: Replace current_machine->accelerator by current_accel() wrapper
Philippe Mathieu-Daudé
2020-01-24
1
-2
/
+2
*
accel/kvm: Make "kernel_irqchip" default on
Xiaoyao Li
2020-01-07
1
-6
/
+13
*
kvm: convert "-machine kernel_irqchip" to an accelerator property
Paolo Bonzini
2019-12-17
1
-5
/
+54
*
kvm: introduce kvm_kernel_irqchip_* functions
Paolo Bonzini
2019-12-17
1
-4
/
+19
*
kvm: convert "-machine kvm_shadow_mem" to an accelerator property
Paolo Bonzini
2019-12-17
1
-0
/
+43
*
kvm: Reallocate dirty_bmap when we change a slot
Dr. David Alan Gilbert
2019-12-17
1
-15
/
+29
*
kvm: Introduce KVM irqchip change notifier
David Gibson
2019-11-26
1
-0
/
+18
*
core: replace getpagesize() with qemu_real_host_page_size
Wei Yang
2019-10-26
1
-3
/
+3
*
accel/kvm: ensure ret always set
Alex Bennée
2019-10-03
1
-3
/
+3
*
kvm: split too big memory section on several memslots
Igor Mammedov
2019-09-30
1
-44
/
+80
*
kvm: clear dirty bitmaps from all overlapping memslots
Paolo Bonzini
2019-09-30
1
-14
/
+22
*
kvm: extract kvm_log_clear_one_slot
Paolo Bonzini
2019-09-30
1
-46
/
+57
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include sysemu/sysemu.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
hmp: Print if memory section is registered with an accelerator
Alexey Kardashevskiy
2019-07-19
1
-0
/
+38
*
kvm: Support KVM_CLEAR_DIRTY_LOG
Peter Xu
2019-07-15
2
-0
/
+183
*
kvm: Introduce slots lock for memory listener
Peter Xu
2019-07-15
1
-12
/
+46
*
kvm: Persistent per kvmslot dirty bitmap
Peter Xu
2019-07-15
1
-3
/
+7
*
kvm: Update comments for sync_dirty_bitmap
Peter Xu
2019-07-15
1
-6
/
+6
*
general: Replace global smp variables with smp machine properties
Like Xu
2019-07-05
1
-2
/
+2
*
target/i386: kvm: Add support for save and restore nested state
Liran Alon
2019-06-21
1
-0
/
+8
*
KVM: Introduce kvm_arch_destroy_vcpu()
Liran Alon
2019-06-21
1
-0
/
+5
*
kvm-all: Add/update fprintf's for kvm_*_ioeventfd_del
Yury Kotov
2019-06-21
1
-4
/
+8
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-1
/
+0
*
qom/cpu: Simplify how CPUClass:cpu_dump_state() prints
Markus Armbruster
2019-04-18
1
-2
/
+2
*
trace-events: Consistently point to docs/devel/tracing.txt
Markus Armbruster
2019-03-22
1
-1
/
+1
*
hw/boards: Add a MachineState parameter to kvm_type callback
Eric Auger
2019-03-05
1
-1
/
+1
*
kvm: Add kvm_set_ioeventfd* traces
Dr. David Alan Gilbert
2019-02-14
2
-0
/
+5
*
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
2019-01-11
1
-2
/
+2
*
target-i386 : add coalesced_pio API
Peng Hao
2018-10-19
1
-3
/
+53
*
KVM: cleanup unnecessary #ifdef KVM_CAP_...
Paolo Bonzini
2018-08-23
1
-2
/
+0
*
kvm: Use inhibit to prevent ballooning without synchronous mmu
Alex Williamson
2018-08-17
1
-0
/
+4
*
kvm: Delete the slot if and only if the KVM_MEM_READONLY flag is changed
Shannon Zhao
2018-06-28
1
-9
/
+8
*
kvm: introduce memory encryption APIs
Brijesh Singh
2018-03-13
2
-0
/
+19
*
kvm: add memory encryption context
Brijesh Singh
2018-03-13
3
-1
/
+48
*
kvm: Add kvm_set_user_memory tracepoint
Alexey Kardashevskiy
2018-02-05
2
-1
/
+6
*
Revert "virtio: postpone the execution of event_notifier_cleanup function"
Michael S. Tsirkin
2018-01-24
1
-4
/
+0
*
virtio: postpone the execution of event_notifier_cleanup function
Gal Hammer
2018-01-18
1
-0
/
+4
*
kvm: simplify kvm_align_section()
David Hildenbrand
2017-10-18
1
-12
/
+6
*
kvm: region_add and region_del is not called on updates
David Hildenbrand
2017-10-18
1
-7
/
+1
*
kvm: fix error message when failing to unregister slot
David Hildenbrand
2017-10-18
1
-1
/
+1
*
kvm: tolerate non-existing slot for log_start/log_stop/log_sync
David Hildenbrand
2017-10-18
1
-4
/
+4
*
kvm: fix alignment of ram address
David Hildenbrand
2017-10-18
1
-1
/
+2
*
kvm: check KVM_CAP_NR_VCPUS with kvm_vm_check_extension()
Greg Kurz
2017-10-02
1
-21
/
+22
*
kvm: check KVM_CAP_SYNC_MMU with kvm_vm_check_extension()
Greg Kurz
2017-10-02
1
-3
/
+5
*
kvm: drop wrong assertion creating problems with pflash
David Hildenbrand
2017-09-21
1
-1
/
+0
*
Convert multi-line fprintf() to warn_report()
Alistair Francis
2017-09-19
1
-4
/
+3
*
kvm: kvm_log_sync() is only called with known memory sections
David Hildenbrand
2017-09-19
1
-49
/
+12
[next]