1. 767a554 kvm-all: Pass requester ID to MSI routing functions by Pavel Fedin · 8 years ago
  2. c2cd627 kvm-all: drop kvm_setup_guest_memory by Cao jin · 8 years ago
  3. 3f1fea0 kvm-irqchip: do explicit commit when update irq by Peter Xu · 9 years ago
  4. d1f6af6 kvm-irqchip: simplify kvm_irqchip_add_msi_route by Peter Xu · 9 years ago
  5. 4c055ab cpu: Reclaim vCPU objects by Gu Zheng · 9 years ago
  6. 741da0d hw: cannot include hw/hw.h from user emulation by Paolo Bonzini · 11 years ago
  7. d38ea87 all: Clean up includes by Peter Maydell · 9 years ago
  8. 3510822 KVM: add support for any length io eventfd by Jason Wang · 9 years ago
  9. 28143b4 kvm: Move x86-specific functions into target-i386/kvm.c by Thomas Huth · 9 years ago
  10. dc9f06c kvm: Pass PCI device pointer to MSI routing functions by Pavel Fedin · 9 years ago
  11. 879904e kvm: some fixes to kvm_resamplefds_allowed by Eric Auger · 10 years ago
  12. 1c9b71a kvm: rename kvm_irqchip_[add,remove]_irqfd_notifier with gsi suffix by Eric Auger · 10 years ago
  13. b886559 pc: kvm: check if KVM has free memory slots to avoid abort() by Igor Mammedov · 10 years ago
  14. 782c3f2 accel: Move KVM accel registration to kvm-all.c by Eduardo Habkost · 10 years ago
  15. 69e03ae Add kvm_eventfds_enabled function by Nikolay Nikolaev · 11 years ago
  16. d426d9f s390x/virtio-ccw: wire up irq routing and irqfds by Cornelia Huck · 12 years ago
  17. f1e2987 machine: Replace QEMUMachine by MachineClass in accelerator configuration by Marcel Apfelbaum · 11 years ago
  18. 602a392 Revert "KVM: Split QEMUMachine typedef into separate header" by Andreas Färber · 11 years ago
  19. 135a129 kvm: Add a new machine option kvm-type by Aneesh Kumar K.V · 11 years ago
  20. 9c06a1f KVM: Split QEMUMachine typedef into separate header by Alexander Graf · 11 years ago
  21. 76fe21d kvm irqfd: support direct msimessage to irq translation by Alexey Kardashevskiy · 11 years ago
  22. b5d54bd Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5 by Anthony Liguori · 11 years ago
  23. 821c808 kvm-stub: fix compilation by Paolo Bonzini · 11 years ago
  24. 38e478e kvm: Change prototype of kvm_update_guest_debug() by Stefan Weil · 12 years ago
  25. 6227881 kvm: Change kvm_{insert,remove}_breakpoint() argument to CPUState by Andreas Färber · 12 years ago
  26. 1d5791f kvm: Change kvm_remove_all_breakpoints() argument to CPUState by Andreas Färber · 12 years ago
  27. 80b7cd7 kvm: Free current_cpu identifier by Andreas Färber · 12 years ago
  28. 7b77459 KVM: Export kvm_init_irq_routing by Alexander Graf · 12 years ago
  29. 1458c36 kvm: Change kvm_cpu_exec() argument to CPUState by Andreas Färber · 12 years ago
  30. 491d6e8 kvm: Change kvm_set_signal_mask() argument to CPUState by Andreas Färber · 12 years ago
  31. dd1750d kvm: Change kvm_cpu_synchronize_state() argument to CPUState by Andreas Färber · 12 years ago
  32. df9c8b7 kvm: add kvm_readonly_mem_enabled by Jordan Justen · 12 years ago
  33. 13eed94 cpu: Call cpu_synchronize_post_init() from DeviceClass::realize() by Igor Mammedov · 12 years ago
  34. c4cfef5 cpu: Make kvm-stub.o available outside softmmu by Igor Mammedov · 12 years ago
  35. 5dff24b Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 12 years ago
  36. 3f24a58 cpu: Pass CPUState to *cpu_synchronize_post*() by Igor Mammedov · 12 years ago
  37. 0bc3cd6 include: avoid useless includes of exec/ headers by Paolo Bonzini · 12 years ago
  38. 500ffd4 kvm: remove unused APIs by Michael S. Tsirkin · 12 years ago
  39. 290adf3 kvm: Pass CPUState to kvm_on_sigbus_vcpu() by Andreas Färber · 12 years ago
  40. 504134d kvm: Pass CPUState to kvm_init_vcpu() by Andreas Färber · 12 years ago
  41. 078bbb5 kvm: add stub for update msi route by Michael S. Tsirkin · 12 years ago
  42. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  43. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  44. a2cb15b pci: update all users to look in pci/ by Michael S. Tsirkin · 12 years ago
  45. 95d2994 memory: manage coalesced mmio via a MemoryListener by Avi Kivity · 12 years ago
  46. b131c74 kvm: Clean up irqfd API by Jan Kiszka · 12 years ago
  47. f3e1bed kvm: Decouple 'GSI routing' from 'kernel irqchip' by Peter Maydell · 13 years ago
  48. 614e41b kvm: Decouple 'MSI routing via irqfds' from 'kernel irqchip' by Peter Maydell · 13 years ago
  49. cc7e0dd kvm: Decouple 'irqfds usable' from 'kernel irqchip' by Peter Maydell · 13 years ago
  50. 1d31f66 kvm: Move kvm_allows_irq0_override() to target-i386, fix return type by Peter Maydell · 13 years ago
  51. 7ae26bd kvm: Decouple 'async interrupt delivery' from 'kernel irqchip' by Peter Maydell · 13 years ago
  52. 15b2bd1 virtio: move common irqfd handling out of virtio-pci by Paolo Bonzini · 13 years ago
  53. bbf3b80 kvm: Enable use of kvm_irqchip_in_kernel in hwlib code by Jan Kiszka · 13 years ago
  54. 39853bb kvm: Introduce kvm_irqchip_add/remove_irqfd by Jan Kiszka · 13 years ago
  55. 1e2aa8b kvm: Publicize kvm_irqchip_release_virq by Jan Kiszka · 13 years ago
  56. 92b4e48 kvm: Introduce kvm_irqchip_add_msi_route by Jan Kiszka · 13 years ago
  57. c73b009 kvm: Drop unused kvm_pit_in_kernel by Jan Kiszka · 13 years ago
  58. 4b8f1c8 kvm: allow arbitrarily sized mmio ioeventfd by Michael S. Tsirkin · 13 years ago
  59. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  60. 8a7c739 kvm: Add kvm_has_pit_state2 helper by Jan Kiszka · 13 years ago
  61. 3d4b264 kvm: Implement kvm_irqchip_in_kernel like kvm_enabled by Jan Kiszka · 13 years ago
  62. 9b5b76d kvm: x86: Establish IRQ0 override control by Jan Kiszka · 13 years ago
  63. 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
  64. 4bef75b kvm: Clean up stubs by Jan Kiszka · 14 years ago
  65. a08784d Remove unused sysemu.h include directives by Blue Swirl · 14 years ago
  66. e5896b1 Introduce log_start/log_stop in CPUPhysMemoryClient by Anthony PERARD · 14 years ago
  67. a1b87fe kvm: Provide sigbus services arch-independently by Jan Kiszka · 14 years ago
  68. cad1e28 kvm: Drop smp_cpus argument from init functions by Jan Kiszka · 14 years ago
  69. d2f2b8a kvm: test for ioeventfd support on old kernels by Stefan Hajnoczi · 14 years ago
  70. c0532a7 MCE: Relay UCR MCE to guest by Marcelo Tosatti · 14 years ago
  71. 1fd7401 Add kvm_set_ioeventfd_mmio_long definition for non-KVM systems by Cam Macdonell · 14 years ago
  72. a88790a remove exec-all.h inclusion from cpu.h by Paolo Bonzini · 15 years ago
  73. 98c8573 provide a stub version of kvm-all.c if !CONFIG_KVM by Paolo Bonzini · 15 years ago