Sign in
qemu
/
qemu
/
2cdfe53c5f502415932de552c0c7dad369954d4c
/
kvm-all.c
a24b910
kvm: Enable in-kernel irqchip support by default
by Jan Kiszka
· 13 years ago
4a3adeb
kvm: Add support for direct MSI injections
by Jan Kiszka
· 13 years ago
04fa27f
kvm: Introduce basic MSI support for in-kernel irqchips
by Jan Kiszka
· 13 years ago
4e2e4e6
kvm: Refactor KVMState::max_gsi to gsi_count
by Jan Kiszka
· 13 years ago
3145fcb
kvm: Fix dirty tracking with large kernel page size
by David Gibson
· 13 years ago
bc8c678
kvm: set gsi_bits and max_gsi correctly
by Jason Baron
· 13 years ago
c73b009
kvm: Drop unused kvm_pit_in_kernel
by Jan Kiszka
· 13 years ago
4b8f1c8
kvm: allow arbitrarily sized mmio ioeventfd
by Michael S. Tsirkin
· 13 years ago
92e4b51
kvm: Comparison with ioctl number macros needs to be unsigned
by David Gibson
· 13 years ago
9349b4f
Rename CPUState -> CPUArchState
by Andreas Färber
· 13 years ago
dac6b1b
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
by Anthony Liguori
· 13 years ago
93148aa
Spelling fixes in comments (it's -> its)
by Stefan Weil
· 13 years ago
7e68075
kvm: fill in padding to help valgrind
by Michael S. Tsirkin
· 13 years ago
8a7c739
kvm: Add kvm_has_pit_state2 helper
by Jan Kiszka
· 13 years ago
88e6c60
Merge remote-tracking branch 'qemu-kvm/memory/urgent' into staging
by Anthony Liguori
· 13 years ago
14655e4
Merge remote-tracking branch 'qemu-kvm/memory/core' into staging
by Anthony Liguori
· 13 years ago
8f6f962
kvm: fix unaligned slots
by Avi Kivity
· 13 years ago
50c1e14
memory: support stateless memory listeners
by Avi Kivity
· 13 years ago
7376e58
memory: allow MemoryListeners to observe a specific address space
by Avi Kivity
· 13 years ago
80a1ea3
memory: move ioeventfd ops to MemoryListener
by Avi Kivity
· 13 years ago
72e22d2
memory: switch memory listeners to a QTAILQ
by Avi Kivity
· 13 years ago
e479c20
kvm: Set cpu_single_env only once
by Jan Kiszka
· 13 years ago
3d4b264
kvm: Implement kvm_irqchip_in_kernel like kvm_enabled
by Jan Kiszka
· 13 years ago
a9c5eb0
KVM: Fix compilation on non-x86
by Alexander Graf
· 13 years ago
fd4aa97
memory: change dirty setting APIs to take a size
by Blue Swirl
· 13 years ago
5b4448d
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
by Anthony Liguori
· 13 years ago
aa90fec
Fix dirty logging with 32-bit qemu & 64-bit guests
by Benjamin Herrenschmidt
· 13 years ago
9b5b76d
kvm: x86: Establish IRQ0 override control
by Jan Kiszka
· 13 years ago
84b058d
kvm: Introduce core services for in-kernel irqchip support
by Jan Kiszka
· 13 years ago
3fbffb6
kvm: flush the dirty log when unregistering a slot
by Avi Kivity
· 13 years ago
ffcde12
kvm: avoid cpu_get_physical_page_desc()
by Avi Kivity
· 13 years ago
a01672d
kvm: convert to MemoryListener API
by Avi Kivity
· 13 years ago
9f213ed
kvm: switch kvm slots to use host virtual address instead of ram_addr_t
by Avi Kivity
· 13 years ago
7b011fb
kvm: Print something before calling abort() if KVM_RUN fails
by Michael Ellerman
· 13 years ago
db9eae1
kvm_init didn't set return value after create vm failed
by Xu He Jie
· 13 years ago
1cae88b
kvm: avoid reentring kvm_flush_coalesced_mmio_buffer()
by Avi Kivity
· 13 years ago
0461d5a
RunState: Rename enum values as generated by the QAPI
by Luiz Capitulino
· 13 years ago
1dfb4dd
Replace the VMSTOP macros with a proper state type
by Luiz Capitulino
· 14 years ago
12d4536
main: force enabling of I/O thread
by Anthony Liguori
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
2a1ac12
kvm: Drop obsolete KVM_IOEVENTFD #ifdefs
by Jan Kiszka
· 14 years ago
ba4047c
kvm: Drop KVM_CAP build dependencies
by Jan Kiszka
· 14 years ago
1480b74
kvm: Drop useless zero-initializations
by Jan Kiszka
· 14 years ago
d4d6868
kvm: ppc: warn user on PAGE_SIZE mismatch
by Alexander Graf
· 14 years ago
5300f1a
Merge remote branch 'origin/master' into pci
by Michael S. Tsirkin
· 14 years ago
4a04371
kvm: use qemu_free consistently
by Paolo Bonzini
· 14 years ago
51b0c60
fix crash in migration, 32-bit userspace on 64-bit host
by Michael Tokarev
· 14 years ago
aa7f74d
kvm: Install specialized interrupt handler
by Jan Kiszka
· 14 years ago
25254bb
kvm: halve number of set memory calls for vga
by Michael S. Tsirkin
· 14 years ago
0fd542f
cpu: add set_memory flag to request dirty logging
by Michael S. Tsirkin
· 14 years ago
f257473
kvm: x86: Push kvm_arch_debug to kvm_arch_handle_exit
by Jan Kiszka
· 14 years ago
bb4ea39
kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changes
by Jan Kiszka
· 14 years ago
d73cd8f
kvm: Rework inner loop of kvm_cpu_exec
by Jan Kiszka
· 14 years ago
dc77d34
kvm: Reorder error handling of KVM_RUN
by Jan Kiszka
· 14 years ago
7cbb533
kvm: Keep KVM_RUN return value in separate variable
by Jan Kiszka
· 14 years ago
51e8fa6
kvm: Consider EXIT_DEBUG unknown without CAP_SET_GUEST_DEBUG
by Jan Kiszka
· 14 years ago
d841b6c
kvm: Mark VCPU state dirty on creation
by Jan Kiszka
· 14 years ago
9903686
kvm: Rename kvm_arch_process_irqchip_events to async_events
by Jan Kiszka
· 14 years ago
fbc1c7e
kvm: Fix build warning when KVM_CAP_SET_GUEST_DEBUG is lacking
by Jan Kiszka
· 14 years ago
6a7af8c
kvm: Make kvm_state globally available
by Jan Kiszka
· 14 years ago
e5896b1
Introduce log_start/log_stop in CPUPhysMemoryClient
by Anthony PERARD
· 14 years ago
8e045ac
kvm: Remove unneeded memory slot reservation
by Jan Kiszka
· 14 years ago
6792a57
kvm: Separate TCG from KVM cpu execution
by Jan Kiszka
· 14 years ago
e07bbac
Improve vm_stop reason declarations
by Jan Kiszka
· 14 years ago
cdea50e
kvm: Leave kvm_cpu_exec directly after KVM_EXIT_SHUTDOWN
by Jan Kiszka
· 14 years ago
b30e93e
kvm: Remove static return code of kvm_handle_io
by Jan Kiszka
· 14 years ago
9ccfac9
kvm: Unconditionally reenter kernel after IO exits
by Jan Kiszka
· 14 years ago
a1b87fe
kvm: Provide sigbus services arch-independently
by Jan Kiszka
· 14 years ago
748a680
kvm: Report proper error on GET_VCPU_MMAP_SIZE failures
by Jan Kiszka
· 14 years ago
b3a9836
Merge remote branch 'qemu-kvm/uq/master' into staging
by Anthony Liguori
· 14 years ago
d0dcac8
virtio-pci: Disable virtio-ioeventfd when !CONFIG_IOTHREAD
by Stefan Hajnoczi
· 14 years ago
b0c883b
kvm: Flush coalesced mmio buffer on IO window exits
by Jan Kiszka
· 14 years ago
94a8d39
kvm: Consolidate must-have capability checks
by Jan Kiszka
· 14 years ago
cad1e28
kvm: Drop smp_cpus argument from init functions
by Jan Kiszka
· 14 years ago
f5c848e
x86: Optionally dump code bytes on cpu_dump_state
by Jan Kiszka
· 14 years ago
bb44e0d
kvm: Improve reporting of fatal errors
by Jan Kiszka
· 14 years ago
73aaec4
kvm: Stop on all fatal exit reasons
by Jan Kiszka
· 14 years ago
a426e12
kvm: Fix coding style violations
by Jan Kiszka
· 14 years ago
14a0951
kvm: convert kvm_ioctl(KVM_CHECK_EXTENSION) to kvm_check_extension()
by Lai Jiangshan
· 14 years ago
d2f2b8a
kvm: test for ioeventfd support on old kernels
by Stefan Hajnoczi
· 14 years ago
b2e0a13
migration: stable ram block ordering
by Michael S. Tsirkin
· 14 years ago
983dfc3
Add RAM -> physical addr mapping in MCE simulation
by Huang Ying
· 14 years ago
e78815a
Introduce qemu_madvise()
by Andreas Färber
· 14 years ago
e945fb7
Merge remote branch 'qemu-kvm/uq/master' into staging
by Anthony Liguori
· 14 years ago
44f1a3d
Add function to assign ioeventfd to MMIO.
by Cam Macdonell
· 15 years ago
14542fe
kvm: remove guest triggerable abort()
by Gleb Natapov
· 15 years ago
70fedd7
kvm: Don't walk memory_size == 0 slots in kvm_client_migration_log
by Alex Williamson
· 15 years ago
3c638d0
Rework debug exception processing for gdb use
by Jan Kiszka
· 15 years ago
f1665b2
kvm: Enable XSAVE live migration support
by Sheng Yang
· 15 years ago
be41cbe
kvm: Switch kvm_update_guest_debug to run_on_cpu
by Jan Kiszka
· 15 years ago
4513d92
Do not stop VM if emulation failed in userspace.
by Gleb Natapov
· 15 years ago
0af691d
kvm: enable smp > 1
by Marcelo Tosatti
· 15 years ago
2705d56
kvm: synchronize state from cpu context
by Jan Kiszka
· 15 years ago
273faf1
kvm: set cpu_single_env around KVM_RUN ioctl
by Marcelo Tosatti
· 15 years ago
8369e01
kvm: port qemu-kvm's bitmap scanning
by Marcelo Tosatti
· 15 years ago
7c80eef
kvm: handle internal error
by Marcelo Tosatti
· 15 years ago
ff44f1a
KVM: x86: Add debug register saving and restoring
by Jan Kiszka
· 15 years ago
98c8573
provide a stub version of kvm-all.c if !CONFIG_KVM
by Paolo Bonzini
· 15 years ago
8c0d577
kvm: avoid collision with dprintf macro in stdio.h, spotted by clang
by Blue Swirl
· 15 years ago
0104dca
S390: Tell user why VM creation failed
by Alexander Graf
· 15 years ago
Next »