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
/
kvm-all.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
migration: Mark CPU states dirty before incoming migration/loadvm
David Gibson
2017-06-06
1
-0
/
+10
*
shutdown: Add source information to SHUTDOWN and RESET
Eric Blake
2017-05-23
1
-3
/
+3
*
qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.h
Paolo Bonzini
2017-03-14
1
-0
/
+1
*
KVM: use KVM_CAP_IMMEDIATE_EXIT
Paolo Bonzini
2017-03-03
1
-4
/
+42
*
kvm: use atomic_read/atomic_set to access cpu->exit_request
Paolo Bonzini
2017-03-03
1
-3
/
+3
*
KVM: move SIG_IPI handling to kvm-all.c
Paolo Bonzini
2017-03-03
1
-5
/
+55
*
KVM: do not use sigtimedwait to catch SIGBUS
Paolo Bonzini
2017-03-03
1
-1
/
+34
*
KVM: remove kvm_arch_on_sigbus
Paolo Bonzini
2017-03-03
1
-1
/
+8
*
report guest crash information in GUEST_PANICKED event
Anton Nefedov
2017-02-16
1
-1
/
+1
*
i386/cpu: add crash-information QOM property
Anton Nefedov
2017-02-16
1
-0
/
+1
*
trace: switch to modular code generation for sub-directories
Daniel P. Berrange
2017-01-31
1
-1
/
+1
*
*_run_on_cpu: introduce run_on_cpu_data type
Paolo Bonzini
2016-10-31
1
-9
/
+11
*
kvm-all: don't use stale dbg_data->cpu
Alex Bennée
2016-10-23
1
-3
/
+2
*
kvm-all: Pass requester ID to MSI routing functions
Pavel Fedin
2016-10-04
1
-0
/
+9
*
cpus: pass CPUState to run_on_cpu helpers
Alex Bennée
2016-09-27
1
-14
/
+7
*
kvm-all: drop kvm_setup_guest_memory
Cao jin
2016-09-13
1
-14
/
+1
*
error: Fix error_printf() calls lacking newlines
Markus Armbruster
2016-08-08
1
-1
/
+1
*
kvm-irqchip: only commit route when irqchip is used
Peter Xu
2016-08-03
1
-0
/
+8
*
kvm-all: add trace events for kvm irqchip ops
Peter Xu
2016-07-21
1
-0
/
+5
*
kvm-irqchip: do explicit commit when update irq
Peter Xu
2016-07-21
1
-2
/
+0
*
kvm-irqchip: x86: add msi route notify fn
Peter Xu
2016-07-21
1
-9
/
+1
*
kvm-irqchip: i386: add hook for add/remove virq
Peter Xu
2016-07-21
1
-0
/
+2
*
kvm-irqchip: simplify kvm_irqchip_add_msi_route
Peter Xu
2016-07-21
1
-2
/
+16
*
KVM: use KVM_CAP_MAX_VCPU_ID
Greg Kurz
2016-06-16
1
-1
/
+7
*
os-posix: include sys/mman.h
Paolo Bonzini
2016-06-16
1
-1
/
+0
*
kvm: API to obtain max supported mem slots
Bharata B Rao
2016-06-07
1
-0
/
+7
*
cpu: Reclaim vCPU objects
Gu Zheng
2016-05-30
1
-1
/
+56
*
PPC/KVM: early validation of vcpu id
Greg Kurz
2016-05-27
1
-0
/
+6
*
Fix some typos found by codespell
Stefan Weil
2016-05-18
1
-1
/
+1
*
kvm: add kvm_device_supported() helper function
Peter Xu
2016-03-30
1
-0
/
+15
*
kvm/irqchip: use bitmap utility for gsi tracking
Wei Yang
2016-03-07
1
-24
/
+10
*
memory: Drop MemoryRegion.ram_addr
Fam Zheng
2016-03-07
1
-1
/
+2
*
kvm-all: trace: strerror fixup
Andrew Jones
2016-02-09
1
-2
/
+2
*
all: Clean up includes
Peter Maydell
2016-02-04
1
-2
/
+1
*
error: Clean up errors with embedded newlines (again)
Markus Armbruster
2016-01-13
1
-3
/
+3
*
kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIP
Paolo Bonzini
2015-12-17
1
-2
/
+8
*
kvm: Hyper-V SynIC irq routing support
Andrey Smetanin
2015-12-17
1
-0
/
+33
*
memory: emulate ioeventfd
Pavel Fedin
2015-12-17
1
-2
/
+4
*
kvm-all: PAGE_SIZE should be real host page size
Andrew Jones
2015-12-17
1
-2
/
+4
*
KVM: add support for any length io eventfd
Jason Wang
2015-11-12
1
-0
/
+4
*
Move page_size_init earlier
Dr. David Alan Gilbert
2015-11-10
1
-1
/
+0
*
Revert "Introduce cpu_clean_all_dirty"
Liang Li
2015-11-05
1
-5
/
+0
*
kvm: Move x86-specific functions into target-i386/kvm.c
Thomas Huth
2015-10-19
1
-29
/
+0
*
kvm: Pass PCI device pointer to MSI routing functions
Pavel Fedin
2015-10-19
1
-4
/
+5
*
kvm: Make KVM_CAP_SIGNAL_MSI globally available
Pavel Fedin
2015-10-19
1
-5
/
+5
*
kvm-all: Align to qemu_real_host_page_size in kvm_set_phys_mem
Alexey Kardashevskiy
2015-10-12
1
-4
/
+4
*
intc/gic: Extract some reusable vGIC code
Pavel Fedin
2015-09-24
1
-0
/
+34
*
kvm: Add kvm system event crash handler
Andrey Smetanin
2015-09-16
1
-0
/
+6
*
s390x/kvm: make setting of in-kernel irq routes more efficient
Jens Freimann
2015-09-07
1
-1
/
+0
*
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150706.0' i...
Peter Maydell
2015-07-07
1
-3
/
+37
|
\
[next]