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