index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kvm-stub.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-30
cpu: Reclaim vCPU objects
Gu Zheng
1
-0
/
+5
2016-05-19
hw: cannot include hw/hw.h from user emulation
Paolo Bonzini
1
-1
/
+0
2016-02-04
all: Clean up includes
Peter Maydell
1
-0
/
+1
2015-11-12
KVM: add support for any length io eventfd
Jason Wang
1
-0
/
+1
2015-10-19
kvm: Move x86-specific functions into target-i386/kvm.c
Thomas Huth
1
-5
/
+0
2015-10-19
kvm: Pass PCI device pointer to MSI routing functions
Pavel Fedin
1
-2
/
+3
2015-07-06
kvm: some fixes to kvm_resamplefds_allowed
Eric Auger
1
-0
/
+1
2015-07-06
kvm: rename kvm_irqchip_[add,remove]_irqfd_notifier with gsi suffix
Eric Auger
1
-3
/
+4
2014-11-23
pc: kvm: check if KVM has free memory slots to avoid abort()
Igor Mammedov
1
-0
/
+5
2014-10-04
accel: Move KVM accel registration to kvm-all.c
Eduardo Habkost
1
-5
/
+0
2014-06-19
Add kvm_eventfds_enabled function
Nikolay Nikolaev
1
-0
/
+1
2014-05-20
s390x/virtio-ccw: wire up irq routing and irqfds
Cornelia Huck
1
-0
/
+5
2014-05-05
machine: Replace QEMUMachine by MachineClass in accelerator configuration
Marcel Apfelbaum
1
-1
/
+1
2014-03-13
Revert "KVM: Split QEMUMachine typedef into separate header"
Andreas Färber
1
-1
/
+0
2014-03-05
kvm: Add a new machine option kvm-type
Aneesh Kumar K.V
1
-1
/
+1
2014-03-05
KVM: Split QEMUMachine typedef into separate header
Alexander Graf
1
-0
/
+1
2013-09-20
kvm irqfd: support direct msimessage to irq translation
Alexey Kardashevskiy
1
-0
/
+1
2013-08-29
Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5
Anthony Liguori
1
-1
/
+2
2013-08-28
kvm-stub: fix compilation
Paolo Bonzini
1
-1
/
+2
2013-07-26
kvm: Change prototype of kvm_update_guest_debug()
Stefan Weil
1
-1
/
+1
2013-07-23
kvm: Change kvm_{insert,remove}_breakpoint() argument to CPUState
Andreas Färber
1
-2
/
+2
2013-07-09
kvm: Change kvm_remove_all_breakpoints() argument to CPUState
Andreas Färber
1
-1
/
+1
2013-07-09
kvm: Free current_cpu identifier
Andreas Färber
1
-3
/
+3
2013-07-01
KVM: Export kvm_init_irq_routing
Alexander Graf
1
-0
/
+4
2013-06-28
kvm: Change kvm_cpu_exec() argument to CPUState
Andreas Färber
1
-2
/
+2
2013-06-28
kvm: Change kvm_set_signal_mask() argument to CPUState
Andreas Färber
1
-1
/
+1
2013-06-28
kvm: Change kvm_cpu_synchronize_state() argument to CPUState
Andreas Färber
1
-1
/
+1
2013-05-29
kvm: add kvm_readonly_mem_enabled
Jordan Justen
1
-0
/
+1
2013-05-01
cpu: Call cpu_synchronize_post_init() from DeviceClass::realize()
Igor Mammedov
1
-0
/
+1
2013-05-01
cpu: Make kvm-stub.o available outside softmmu
Igor Mammedov
1
-1
/
+6
2013-04-19
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
1
-10
/
+0
2013-04-16
cpu: Pass CPUState to *cpu_synchronize_post*()
Igor Mammedov
1
-2
/
+2
2013-04-15
include: avoid useless includes of exec/ headers
Paolo Bonzini
1
-1
/
+0
2013-04-14
kvm: remove unused APIs
Michael S. Tsirkin
1
-10
/
+0
2013-01-28
kvm: Pass CPUState to kvm_on_sigbus_vcpu()
Andreas Färber
1
-1
/
+1
2013-01-15
kvm: Pass CPUState to kvm_init_vcpu()
Andreas Färber
1
-1
/
+1
2013-01-07
kvm: add stub for update msi route
Michael S. Tsirkin
1
-0
/
+5
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
1
-1
/
+1
2012-12-17
pci: update all users to look in pci/
Michael S. Tsirkin
1
-1
/
+1
2012-10-22
memory: manage coalesced mmio via a MemoryListener
Avi Kivity
1
-10
/
+0
2012-09-09
kvm: Clean up irqfd API
Jan Kiszka
1
-12
/
+2
2012-08-09
kvm: Decouple 'GSI routing' from 'kernel irqchip'
Peter Maydell
1
-0
/
+1
2012-08-09
kvm: Decouple 'MSI routing via irqfds' from 'kernel irqchip'
Peter Maydell
1
-0
/
+1
2012-08-09
kvm: Decouple 'irqfds usable' from 'kernel irqchip'
Peter Maydell
1
-0
/
+1
2012-08-09
kvm: Move kvm_allows_irq0_override() to target-i386, fix return type
Peter Maydell
1
-5
/
+0
2012-08-09
kvm: Decouple 'async interrupt delivery' from 'kernel irqchip'
Peter Maydell
1
-0
/
+1
2012-07-12
virtio: move common irqfd handling out of virtio-pci
Paolo Bonzini
1
-0
/
+10
2012-05-21
kvm: Enable use of kvm_irqchip_in_kernel in hwlib code
Jan Kiszka
1
-0
/
+1
2012-05-21
kvm: Introduce kvm_irqchip_add/remove_irqfd
Jan Kiszka
1
-0
/
+10
[next]