aboutsummaryrefslogtreecommitdiff
path: root/kvm-stub.c
AgeCommit message (Expand)Author
2014-05-20s390x/virtio-ccw: wire up irq routing and irqfdsCornelia Huck
2014-05-05machine: Replace QEMUMachine by MachineClass in accelerator configurationMarcel Apfelbaum
2014-03-13Revert "KVM: Split QEMUMachine typedef into separate header"Andreas Färber
2014-03-05kvm: Add a new machine option kvm-typeAneesh Kumar K.V
2014-03-05KVM: Split QEMUMachine typedef into separate headerAlexander Graf
2013-09-20kvm irqfd: support direct msimessage to irq translationAlexey Kardashevskiy
2013-08-29Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5Anthony Liguori
2013-08-28kvm-stub: fix compilationPaolo Bonzini
2013-07-26kvm: Change prototype of kvm_update_guest_debug()Stefan Weil
2013-07-23kvm: Change kvm_{insert,remove}_breakpoint() argument to CPUStateAndreas Färber
2013-07-09kvm: Change kvm_remove_all_breakpoints() argument to CPUStateAndreas Färber
2013-07-09kvm: Free current_cpu identifierAndreas Färber
2013-07-01KVM: Export kvm_init_irq_routingAlexander Graf
2013-06-28kvm: Change kvm_cpu_exec() argument to CPUStateAndreas Färber
2013-06-28kvm: Change kvm_set_signal_mask() argument to CPUStateAndreas Färber
2013-06-28kvm: Change kvm_cpu_synchronize_state() argument to CPUStateAndreas Färber
2013-05-29kvm: add kvm_readonly_mem_enabledJordan Justen
2013-05-01cpu: Call cpu_synchronize_post_init() from DeviceClass::realize()Igor Mammedov
2013-05-01cpu: Make kvm-stub.o available outside softmmuIgor Mammedov
2013-04-19Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-04-16cpu: Pass CPUState to *cpu_synchronize_post*()Igor Mammedov
2013-04-15include: avoid useless includes of exec/ headersPaolo Bonzini
2013-04-14kvm: remove unused APIsMichael S. Tsirkin
2013-01-28kvm: Pass CPUState to kvm_on_sigbus_vcpu()Andreas Färber
2013-01-15kvm: Pass CPUState to kvm_init_vcpu()Andreas Färber
2013-01-07kvm: add stub for update msi routeMichael S. Tsirkin
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin
2012-10-22memory: manage coalesced mmio via a MemoryListenerAvi Kivity
2012-09-09kvm: Clean up irqfd APIJan Kiszka
2012-08-09kvm: Decouple 'GSI routing' from 'kernel irqchip'Peter Maydell
2012-08-09kvm: Decouple 'MSI routing via irqfds' from 'kernel irqchip'Peter Maydell
2012-08-09kvm: Decouple 'irqfds usable' from 'kernel irqchip'Peter Maydell
2012-08-09kvm: Move kvm_allows_irq0_override() to target-i386, fix return typePeter Maydell
2012-08-09kvm: Decouple 'async interrupt delivery' from 'kernel irqchip'Peter Maydell
2012-07-12virtio: move common irqfd handling out of virtio-pciPaolo Bonzini
2012-05-21kvm: Enable use of kvm_irqchip_in_kernel in hwlib codeJan Kiszka
2012-05-21kvm: Introduce kvm_irqchip_add/remove_irqfdJan Kiszka
2012-05-21kvm: Publicize kvm_irqchip_release_virqJan Kiszka
2012-05-21kvm: Introduce kvm_irqchip_add_msi_routeJan Kiszka
2012-04-12kvm: Drop unused kvm_pit_in_kernelJan Kiszka
2012-04-12kvm: allow arbitrarily sized mmio ioeventfdMichael S. Tsirkin
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-07kvm: Add kvm_has_pit_state2 helperJan Kiszka
2012-02-08kvm: Implement kvm_irqchip_in_kernel like kvm_enabledJan Kiszka
2012-01-19kvm: x86: Establish IRQ0 override controlJan Kiszka
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-06-20kvm: Clean up stubsJan Kiszka
2011-04-15Remove unused sysemu.h include directivesBlue Swirl