summaryrefslogtreecommitdiff
path: root/kvm-stub.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13Revert "KVM: Split QEMUMachine typedef into separate header"Andreas Färber1-1/+0
2014-03-05kvm: Add a new machine option kvm-typeAneesh Kumar K.V1-1/+1
2014-03-05KVM: Split QEMUMachine typedef into separate headerAlexander Graf1-0/+1
2013-09-20kvm irqfd: support direct msimessage to irq translationAlexey Kardashevskiy1-0/+1
2013-08-29Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5Anthony Liguori1-1/+2
2013-08-28kvm-stub: fix compilationPaolo Bonzini1-1/+2
2013-07-26kvm: Change prototype of kvm_update_guest_debug()Stefan Weil1-1/+1
2013-07-23kvm: Change kvm_{insert,remove}_breakpoint() argument to CPUStateAndreas Färber1-2/+2
2013-07-09kvm: Change kvm_remove_all_breakpoints() argument to CPUStateAndreas Färber1-1/+1
2013-07-09kvm: Free current_cpu identifierAndreas Färber1-3/+3
2013-07-01KVM: Export kvm_init_irq_routingAlexander Graf1-0/+4
2013-06-28kvm: Change kvm_cpu_exec() argument to CPUStateAndreas Färber1-2/+2
2013-06-28kvm: Change kvm_set_signal_mask() argument to CPUStateAndreas Färber1-1/+1
2013-06-28kvm: Change kvm_cpu_synchronize_state() argument to CPUStateAndreas Färber1-1/+1
2013-05-29kvm: add kvm_readonly_mem_enabledJordan Justen1-0/+1
2013-05-01cpu: Call cpu_synchronize_post_init() from DeviceClass::realize()Igor Mammedov1-0/+1
2013-05-01cpu: Make kvm-stub.o available outside softmmuIgor Mammedov1-1/+6
2013-04-19Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-10/+0
2013-04-16cpu: Pass CPUState to *cpu_synchronize_post*()Igor Mammedov1-2/+2
2013-04-15include: avoid useless includes of exec/ headersPaolo Bonzini1-1/+0
2013-04-14kvm: remove unused APIsMichael S. Tsirkin1-10/+0
2013-01-28kvm: Pass CPUState to kvm_on_sigbus_vcpu()Andreas Färber1-1/+1
2013-01-15kvm: Pass CPUState to kvm_init_vcpu()Andreas Färber1-1/+1
2013-01-07kvm: add stub for update msi routeMichael S. Tsirkin1-0/+5
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-1/+1
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin1-1/+1
2012-10-22memory: manage coalesced mmio via a MemoryListenerAvi Kivity1-10/+0
2012-09-09kvm: Clean up irqfd APIJan Kiszka1-12/+2
2012-08-09kvm: Decouple 'GSI routing' from 'kernel irqchip'Peter Maydell1-0/+1
2012-08-09kvm: Decouple 'MSI routing via irqfds' from 'kernel irqchip'Peter Maydell1-0/+1
2012-08-09kvm: Decouple 'irqfds usable' from 'kernel irqchip'Peter Maydell1-0/+1
2012-08-09kvm: Move kvm_allows_irq0_override() to target-i386, fix return typePeter Maydell1-5/+0
2012-08-09kvm: Decouple 'async interrupt delivery' from 'kernel irqchip'Peter Maydell1-0/+1
2012-07-12virtio: move common irqfd handling out of virtio-pciPaolo Bonzini1-0/+10
2012-05-21kvm: Enable use of kvm_irqchip_in_kernel in hwlib codeJan Kiszka1-0/+1
2012-05-21kvm: Introduce kvm_irqchip_add/remove_irqfdJan Kiszka1-0/+10
2012-05-21kvm: Publicize kvm_irqchip_release_virqJan Kiszka1-0/+4
2012-05-21kvm: Introduce kvm_irqchip_add_msi_routeJan Kiszka1-0/+8
2012-04-12kvm: Drop unused kvm_pit_in_kernelJan Kiszka1-6/+0
2012-04-12kvm: allow arbitrarily sized mmio ioeventfdMichael S. Tsirkin1-1/+1
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-11/+11
2012-03-07kvm: Add kvm_has_pit_state2 helperJan Kiszka1-0/+5
2012-02-08kvm: Implement kvm_irqchip_in_kernel like kvm_enabledJan Kiszka1-5/+0
2012-01-19kvm: x86: Establish IRQ0 override controlJan Kiszka1-0/+5
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+1
2011-06-20kvm: Clean up stubsJan Kiszka1-17/+1
2011-04-15Remove unused sysemu.h include directivesBlue Swirl1-1/+0
2011-02-14Introduce log_start/log_stop in CPUPhysMemoryClientAnthony PERARD1-10/+0
2011-02-14kvm: Provide sigbus services arch-independentlyJan Kiszka1-0/+5