index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kvm-all.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu
Andreas Färber
2012-12-23
1
-13
/
+11
|
\
|
*
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
1
-2
/
+2
|
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-5
/
+5
|
*
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
1
-3
/
+3
|
*
kvm: do not flush after deleting gsi
Michael S. Tsirkin
2012-12-17
1
-2
/
+0
|
*
pci: update all users to look in pci/
Michael S. Tsirkin
2012-12-17
1
-1
/
+1
*
|
cpu: Move kvm_run into CPUState
Andreas Färber
2012-12-19
1
-4
/
+4
*
|
cpu: Move kvm_state field into CPUState
Andreas Färber
2012-12-19
1
-14
/
+14
*
|
kvm: Pass CPUState to kvm_vcpu_ioctl()
Andreas Färber
2012-12-19
1
-7
/
+7
*
|
kvm: Pass CPUState to kvm_arch_*
Andreas Färber
2012-12-19
1
-31
/
+44
*
|
cpu: Move kvm_fd into CPUState
Andreas Färber
2012-12-19
1
-3
/
+5
|
/
*
kvm: fix incorrect length in a loop over kvm dirty pages map
Alexey Kardashevskiy
2012-11-26
1
-1
/
+1
*
kvm: Actually remove software breakpoints from list on cleanup
Jan Kiszka
2012-11-14
1
-0
/
+2
*
cpus: Pass CPUState to run_on_cpu()
Andreas Färber
2012-10-31
1
-2
/
+5
*
cpus: Pass CPUState to qemu_cpu_kick()
Andreas Färber
2012-10-31
1
-1
/
+1
*
cpus: Pass CPUState to qemu_cpu_is_self()
Andreas Färber
2012-10-31
1
-1
/
+3
*
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-23
1
-14
/
+14
*
memory: use AddressSpace for MemoryListener filtering
Avi Kivity
2012-10-22
1
-2
/
+2
*
memory: manage coalesced mmio via a MemoryListener
Avi Kivity
2012-10-22
1
-10
/
+10
*
kvm: drop no-op MemoryListener callbacks
Avi Kivity
2012-10-15
1
-30
/
+0
*
kvm: use separate MemoryListeners for memory and I/O
Avi Kivity
2012-10-15
1
-39
/
+44
*
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2012-09-17
1
-7
/
+5
|
\
|
*
kvm: Fix warning from static code analysis
Stefan Weil
2012-09-14
1
-7
/
+5
*
|
kvm: Rename irqchip_inject_ioctl to irq_set_ioctl
Jan Kiszka
2012-09-11
1
-5
/
+5
*
|
kvm: Stop flushing coalesced MMIO on vmexit
Jan Kiszka
2012-09-11
1
-2
/
+0
*
|
kvm-all.c: Move init of irqchip_inject_ioctl out of kvm_irqchip_create()
Peter Maydell
2012-09-11
1
-4
/
+5
|
/
*
kvm: Introduce kvm_has_intx_set_mask
Jan Kiszka
2012-09-10
1
-0
/
+8
*
kvm: Introduce kvm_irqchip_update_msi_route
Jan Kiszka
2012-09-10
1
-0
/
+42
*
kvm: Clean up irqfd API
Jan Kiszka
2012-09-09
1
-14
/
+4
*
qemu: Use valgrind annotations to mark kvm guest memory as defined
Christian Borntraeger
2012-09-09
1
-0
/
+7
*
kvm: Decouple 'GSI routing' from 'kernel irqchip'
Peter Maydell
2012-08-09
1
-1
/
+2
*
kvm: Decouple 'MSI routing via irqfds' from 'kernel irqchip'
Peter Maydell
2012-08-09
1
-0
/
+1
*
kvm: Decouple 'irqfds usable' from 'kernel irqchip'
Peter Maydell
2012-08-09
1
-1
/
+2
*
kvm: Move kvm_allows_irq0_override() to target-i386, fix return type
Peter Maydell
2012-08-09
1
-5
/
+0
*
kvm: Rename kvm_irqchip_set_irq() to kvm_set_irq()
Peter Maydell
2012-08-09
1
-3
/
+3
*
kvm: Decouple 'async interrupt delivery' from 'kernel irqchip'
Peter Maydell
2012-08-09
1
-1
/
+6
*
kvm: Check if smp_cpus exceeds max cpus supported by kvm
Dunrong Huang
2012-08-09
1
-0
/
+29
*
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2012-07-18
1
-7
/
+24
|
\
|
*
virtio: move common irqfd handling out of virtio-pci
Paolo Bonzini
2012-07-12
1
-0
/
+10
|
*
memory: pass EventNotifier, not eventfd
Paolo Bonzini
2012-07-12
1
-6
/
+13
|
*
kvm: Don't abort on kvm_irqchip_add_msi_route()
Alex Williamson
2012-06-29
1
-1
/
+1
*
|
s390: autodetect map private
Christian Borntraeger
2012-07-10
1
-0
/
+13
|
/
*
kvm: add missing include files
Paolo Bonzini
2012-06-15
1
-0
/
+2
*
kvm: Fix build for non-CAP_IRQ_ROUTING targets
Jan Kiszka
2012-06-06
1
-5
/
+11
*
kvm: Introduce kvm_irqchip_add/remove_irqfd
Jan Kiszka
2012-05-21
1
-0
/
+30
*
kvm: Make kvm_irqchip_commit_routes an internal service
Jan Kiszka
2012-05-21
1
-12
/
+14
*
kvm: Publicize kvm_irqchip_release_virq
Jan Kiszka
2012-05-21
1
-1
/
+1
*
kvm: Introduce kvm_irqchip_add_msi_route
Jan Kiszka
2012-05-21
1
-0
/
+31
*
kvm: Rename kvm_irqchip_add_route to kvm_irqchip_add_irq_route
Jan Kiszka
2012-05-21
1
-1
/
+1
*
kvm: Enable in-kernel irqchip support by default
Jan Kiszka
2012-05-16
1
-1
/
+1
[next]