Sign in
qemu-android
/
qemu-android
/
793a137a41ad4125011c7022cf16a1baa40a5ab6
/
kvm-all.c
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
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 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
· 15 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
ca82180
kvm: add API to set ioeventfd
by Michael S. Tsirkin
· 15 years ago
d745bef
Move KVM and Xen global flags to vl.c
by Blue Swirl
· 15 years ago
ea375f9
KVM: Rework VCPU state writeback API
by Jan Kiszka
· 15 years ago
b0b1d69
KVM: Rework of guest debug state writing
by Jan Kiszka
· 15 years ago
8519947
kvm-all.c: define smp_wmb and use it for coalesced mmio
by Marcelo Tosatti
· 15 years ago
6312b92
kvm: remove pre-entry exit_request check with iothread enabled
by Marcelo Tosatti
· 15 years ago
cc84de9
kvm: consume internal signal with sigtimedwait
by Marcelo Tosatti
· 15 years ago
a2eebe8
kvm: reduce code duplication in config_iothread
by Amit Shah
· 15 years ago
7b8f3b7
kvm: move kvm to use memory notifiers
by Michael S. Tsirkin
· 15 years ago
46dbef6
kvm: move kvm_set_phys_mem around
by Michael S. Tsirkin
· 15 years ago
9ded274
KVM: Move and rename regs_modified
by Jan Kiszka
· 15 years ago
62a2744
kvm: Flush coalesced MMIO buffer periodly
by Sheng Yang
· 15 years ago
a0fb002
kvm: x86: Add support for VCPU event states
by Jan Kiszka
· 15 years ago
40ff6d7
Don't leak file descriptors
by Kevin Wolf
· 15 years ago
caa5af0
kvm: Add arch reset handler
by Jan Kiszka
· 15 years ago
9bdbe55
kvm: Move KVM mp_state accessors to i386-specific code
by Hollis Blanchard
· 15 years ago
d549db5
unlock iothread mutex before running kvm ioctl
by Glauber Costa
· 15 years ago
828566b
temporary fix for on_vcpu
by Glauber Costa
· 16 years ago
b380772
kvm: Fix guest single-stepping
by Jan Kiszka
· 16 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
afcea8c
ioports: remove unused env parameter and compile only once
by Blue Swirl
· 15 years ago
72cf2d4
Fix sys-queue.h conflict for good
by Blue Swirl
· 16 years ago
4c0960c
kvm: Simplify cpu_synchronize_state()
by Avi Kivity
· 16 years ago
6e489f3
Revert "Fake dirty loggin when it's not there"
by Anthony Liguori
· 16 years ago
fc5d642
Fix broken build
by Luiz Capitulino
· 16 years ago
96c1606
Use Little Endian for Dirty Log
by Alexander Graf
· 16 years ago
1c7936e
Use 64bit pointer for dirty log
by Alexander Graf
· 16 years ago
6f725c1
provide tests for pit in kernel and irqchip in kernel
by Glauber Costa
· 16 years ago
452e475
introduce on_vcpu
by Glauber Costa
· 16 years ago
bd83677
Fake dirty loggin when it's not there
by Alexander Graf
· 16 years ago
b80a55e
Fix warning in kvm-all.c
by Alexander Graf
· 16 years ago
a08d436
Revert "Introduce reset notifier order"
by Jan Kiszka
· 16 years ago
8d2ba1f
kvm: Rework VCPU synchronization
by Jan Kiszka
· 16 years ago
8c14c17
kvm: Fix IRQ injection into full queue
by Jan Kiszka
· 16 years ago
168ccc1
kvm: Improve upgrade notes when facing unsupported kernels
by Jan Kiszka
· 16 years ago
Next »