Sign in
qemu
/
qemu
/
c3d6b96ebba18d016be26ffa475feea0d81801a2
/
kvm-all.c
c3affe5
cpu: Pass CPUState to cpu_interrupt()
by Andreas Färber
· 12 years ago
259186a
cpu: Move halted and interrupt_request fields to CPUState
by Andreas Färber
· 12 years ago
fcd7d00
cpu: Move exit_request field to CPUState
by Andreas Färber
· 12 years ago
290adf3
kvm: Pass CPUState to kvm_on_sigbus_vcpu()
by Andreas Färber
· 12 years ago
b164e48
kvm: Create kvm_arch_vcpu_id() function
by Eduardo Habkost
· 12 years ago
dabe314
kvm: add stub for kvm_irqchip_update_msi_route
by Michael S. Tsirkin
· 12 years ago
504134d
kvm: Pass CPUState to kvm_init_vcpu()
by Andreas Färber
· 12 years ago
55e5c28
cpu: Move cpu_index field to CPUState
by Andreas Färber
· 12 years ago
501a7ce
Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu
by Andreas Färber
· 12 years ago
f7575c96
cpu: Move kvm_run into CPUState
by Andreas Färber
· 12 years ago
a60f24b
cpu: Move kvm_state field into CPUState
by Andreas Färber
· 12 years ago
1bc2265
kvm: Pass CPUState to kvm_vcpu_ioctl()
by Andreas Färber
· 12 years ago
20d695a
kvm: Pass CPUState to kvm_arch_*
by Andreas Färber
· 12 years ago
8737c51
cpu: Move kvm_fd into CPUState
by Andreas Färber
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
1dd3a74
kvm: do not flush after deleting gsi
by Michael S. Tsirkin
· 12 years ago
a2cb15b
pci: update all users to look in pci/
by Michael S. Tsirkin
· 12 years ago
752ced0
kvm: fix incorrect length in a loop over kvm dirty pages map
by Alexey Kardashevskiy
· 12 years ago
78021d6
kvm: Actually remove software breakpoints from list on cleanup
by Jan Kiszka
· 12 years ago
f100f0b
cpus: Pass CPUState to run_on_cpu()
by Andreas Färber
· 13 years ago
c08d742
cpus: Pass CPUState to qemu_cpu_kick()
by Andreas Färber
· 13 years ago
60e8257
cpus: Pass CPUState to qemu_cpu_is_self()
by Andreas Färber
· 13 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
f6790af
memory: use AddressSpace for MemoryListener filtering
by Avi Kivity
· 12 years ago
95d2994
memory: manage coalesced mmio via a MemoryListener
by Avi Kivity
· 12 years ago
ad1ff3d
kvm: drop no-op MemoryListener callbacks
by Avi Kivity
· 12 years ago
d22b096
kvm: use separate MemoryListeners for memory and I/O
by Avi Kivity
· 12 years ago
509e9c4
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
by Anthony Liguori
· 12 years ago
6d1cc32
kvm: Fix warning from static code analysis
by Stefan Weil
· 13 years ago
e333cd6
kvm: Rename irqchip_inject_ioctl to irq_set_ioctl
by Jan Kiszka
· 13 years ago
683d4b5
kvm: Stop flushing coalesced MMIO on vmexit
by Jan Kiszka
· 13 years ago
8732fbd
kvm-all.c: Move init of irqchip_inject_ioctl out of kvm_irqchip_create()
by Peter Maydell
· 13 years ago
3ab7384
kvm: Introduce kvm_has_intx_set_mask
by Jan Kiszka
· 13 years ago
cc57407
kvm: Introduce kvm_irqchip_update_msi_route
by Jan Kiszka
· 13 years ago
b131c74
kvm: Clean up irqfd API
by Jan Kiszka
· 13 years ago
62fe833
qemu: Use valgrind annotations to mark kvm guest memory as defined
by Christian Borntraeger
· 13 years ago
f3e1bed
kvm: Decouple 'GSI routing' from 'kernel irqchip'
by Peter Maydell
· 13 years ago
614e41b
kvm: Decouple 'MSI routing via irqfds' from 'kernel irqchip'
by Peter Maydell
· 13 years ago
cc7e0dd
kvm: Decouple 'irqfds usable' from 'kernel irqchip'
by Peter Maydell
· 13 years ago
1d31f66
kvm: Move kvm_allows_irq0_override() to target-i386, fix return type
by Peter Maydell
· 13 years ago
3889c3f
kvm: Rename kvm_irqchip_set_irq() to kvm_set_irq()
by Peter Maydell
· 13 years ago
7ae26bd
kvm: Decouple 'async interrupt delivery' from 'kernel irqchip'
by Peter Maydell
· 13 years ago
3ed444e
kvm: Check if smp_cpus exceeds max cpus supported by kvm
by Dunrong Huang
· 13 years ago
09f06a6
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
by Anthony Liguori
· 13 years ago
15b2bd1
virtio: move common irqfd handling out of virtio-pci
by Paolo Bonzini
· 13 years ago
753d5e1
memory: pass EventNotifier, not eventfd
by Paolo Bonzini
· 13 years ago
fdec991
s390: autodetect map private
by Christian Borntraeger
· 13 years ago
df41067
kvm: Don't abort on kvm_irqchip_add_msi_route()
by Alex Williamson
· 13 years ago
ebd063d
kvm: add missing include files
by Paolo Bonzini
· 13 years ago
d3d3bef
kvm: Fix build for non-CAP_IRQ_ROUTING targets
by Jan Kiszka
· 13 years ago
39853bb
kvm: Introduce kvm_irqchip_add/remove_irqfd
by Jan Kiszka
· 13 years ago
e7b2030
kvm: Make kvm_irqchip_commit_routes an internal service
by Jan Kiszka
· 13 years ago
1e2aa8b
kvm: Publicize kvm_irqchip_release_virq
by Jan Kiszka
· 13 years ago
92b4e48
kvm: Introduce kvm_irqchip_add_msi_route
by Jan Kiszka
· 13 years ago
1df186d
kvm: Rename kvm_irqchip_add_route to kvm_irqchip_add_irq_route
by Jan Kiszka
· 13 years ago
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
· 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
Next »