1. 0461d5a RunState: Rename enum values as generated by the QAPI by Luiz Capitulino · 13 years ago
  2. 1dfb4dd Replace the VMSTOP macros with a proper state type by Luiz Capitulino · 14 years ago
  3. 12d4536 main: force enabling of I/O thread by Anthony Liguori · 14 years ago
  4. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  5. 2a1ac12 kvm: Drop obsolete KVM_IOEVENTFD #ifdefs by Jan Kiszka · 14 years ago
  6. ba4047c kvm: Drop KVM_CAP build dependencies by Jan Kiszka · 14 years ago
  7. 1480b74 kvm: Drop useless zero-initializations by Jan Kiszka · 14 years ago
  8. d4d6868 kvm: ppc: warn user on PAGE_SIZE mismatch by Alexander Graf · 14 years ago
  9. 5300f1a Merge remote branch 'origin/master' into pci by Michael S. Tsirkin · 14 years ago
  10. 4a04371 kvm: use qemu_free consistently by Paolo Bonzini · 14 years ago
  11. 51b0c60 fix crash in migration, 32-bit userspace on 64-bit host by Michael Tokarev · 14 years ago
  12. aa7f74d kvm: Install specialized interrupt handler by Jan Kiszka · 14 years ago
  13. 25254bb kvm: halve number of set memory calls for vga by Michael S. Tsirkin · 14 years ago
  14. 0fd542f cpu: add set_memory flag to request dirty logging by Michael S. Tsirkin · 14 years ago
  15. f257473 kvm: x86: Push kvm_arch_debug to kvm_arch_handle_exit by Jan Kiszka · 14 years ago
  16. bb4ea39 kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changes by Jan Kiszka · 14 years ago
  17. d73cd8f kvm: Rework inner loop of kvm_cpu_exec by Jan Kiszka · 14 years ago
  18. dc77d34 kvm: Reorder error handling of KVM_RUN by Jan Kiszka · 14 years ago
  19. 7cbb533 kvm: Keep KVM_RUN return value in separate variable by Jan Kiszka · 14 years ago
  20. 51e8fa6 kvm: Consider EXIT_DEBUG unknown without CAP_SET_GUEST_DEBUG by Jan Kiszka · 14 years ago
  21. d841b6c kvm: Mark VCPU state dirty on creation by Jan Kiszka · 14 years ago
  22. 9903686 kvm: Rename kvm_arch_process_irqchip_events to async_events by Jan Kiszka · 14 years ago
  23. fbc1c7e kvm: Fix build warning when KVM_CAP_SET_GUEST_DEBUG is lacking by Jan Kiszka · 14 years ago
  24. 6a7af8c kvm: Make kvm_state globally available by Jan Kiszka · 14 years ago
  25. e5896b1 Introduce log_start/log_stop in CPUPhysMemoryClient by Anthony PERARD · 14 years ago
  26. 8e045ac kvm: Remove unneeded memory slot reservation by Jan Kiszka · 14 years ago
  27. 6792a57 kvm: Separate TCG from KVM cpu execution by Jan Kiszka · 14 years ago
  28. e07bbac Improve vm_stop reason declarations by Jan Kiszka · 14 years ago
  29. cdea50e kvm: Leave kvm_cpu_exec directly after KVM_EXIT_SHUTDOWN by Jan Kiszka · 14 years ago
  30. b30e93e kvm: Remove static return code of kvm_handle_io by Jan Kiszka · 14 years ago
  31. 9ccfac9 kvm: Unconditionally reenter kernel after IO exits by Jan Kiszka · 14 years ago
  32. a1b87fe kvm: Provide sigbus services arch-independently by Jan Kiszka · 14 years ago
  33. 748a680 kvm: Report proper error on GET_VCPU_MMAP_SIZE failures by Jan Kiszka · 14 years ago
  34. b3a9836 Merge remote branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 14 years ago
  35. d0dcac8 virtio-pci: Disable virtio-ioeventfd when !CONFIG_IOTHREAD by Stefan Hajnoczi · 14 years ago
  36. b0c883b kvm: Flush coalesced mmio buffer on IO window exits by Jan Kiszka · 14 years ago
  37. 94a8d39 kvm: Consolidate must-have capability checks by Jan Kiszka · 14 years ago
  38. cad1e28 kvm: Drop smp_cpus argument from init functions by Jan Kiszka · 14 years ago
  39. f5c848e x86: Optionally dump code bytes on cpu_dump_state by Jan Kiszka · 14 years ago
  40. bb44e0d kvm: Improve reporting of fatal errors by Jan Kiszka · 14 years ago
  41. 73aaec4 kvm: Stop on all fatal exit reasons by Jan Kiszka · 14 years ago
  42. a426e12 kvm: Fix coding style violations by Jan Kiszka · 14 years ago
  43. 14a0951 kvm: convert kvm_ioctl(KVM_CHECK_EXTENSION) to kvm_check_extension() by Lai Jiangshan · 14 years ago
  44. d2f2b8a kvm: test for ioeventfd support on old kernels by Stefan Hajnoczi · 14 years ago
  45. b2e0a13 migration: stable ram block ordering by Michael S. Tsirkin · 14 years ago
  46. 983dfc3 Add RAM -> physical addr mapping in MCE simulation by Huang Ying · 14 years ago
  47. e78815a Introduce qemu_madvise() by Andreas Färber · 14 years ago
  48. e945fb7 Merge remote branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 15 years ago
  49. 44f1a3d Add function to assign ioeventfd to MMIO. by Cam Macdonell · 15 years ago
  50. 14542fe kvm: remove guest triggerable abort() by Gleb Natapov · 15 years ago
  51. 70fedd7 kvm: Don't walk memory_size == 0 slots in kvm_client_migration_log by Alex Williamson · 15 years ago
  52. 3c638d0 Rework debug exception processing for gdb use by Jan Kiszka · 15 years ago
  53. f1665b2 kvm: Enable XSAVE live migration support by Sheng Yang · 15 years ago
  54. be41cbe kvm: Switch kvm_update_guest_debug to run_on_cpu by Jan Kiszka · 15 years ago
  55. 4513d92 Do not stop VM if emulation failed in userspace. by Gleb Natapov · 15 years ago
  56. 0af691d kvm: enable smp > 1 by Marcelo Tosatti · 15 years ago
  57. 2705d56 kvm: synchronize state from cpu context by Jan Kiszka · 15 years ago
  58. 273faf1 kvm: set cpu_single_env around KVM_RUN ioctl by Marcelo Tosatti · 15 years ago
  59. 8369e01 kvm: port qemu-kvm's bitmap scanning by Marcelo Tosatti · 15 years ago
  60. 7c80eef kvm: handle internal error by Marcelo Tosatti · 15 years ago
  61. ff44f1a KVM: x86: Add debug register saving and restoring by Jan Kiszka · 15 years ago
  62. 98c8573 provide a stub version of kvm-all.c if !CONFIG_KVM by Paolo Bonzini · 15 years ago
  63. 8c0d577 kvm: avoid collision with dprintf macro in stdio.h, spotted by clang by Blue Swirl · 15 years ago
  64. 0104dca S390: Tell user why VM creation failed by Alexander Graf · 15 years ago
  65. ca82180 kvm: add API to set ioeventfd by Michael S. Tsirkin · 15 years ago
  66. d745bef Move KVM and Xen global flags to vl.c by Blue Swirl · 15 years ago
  67. ea375f9 KVM: Rework VCPU state writeback API by Jan Kiszka · 15 years ago
  68. b0b1d69 KVM: Rework of guest debug state writing by Jan Kiszka · 15 years ago
  69. 8519947 kvm-all.c: define smp_wmb and use it for coalesced mmio by Marcelo Tosatti · 15 years ago
  70. 6312b92 kvm: remove pre-entry exit_request check with iothread enabled by Marcelo Tosatti · 15 years ago
  71. cc84de9 kvm: consume internal signal with sigtimedwait by Marcelo Tosatti · 15 years ago
  72. a2eebe8 kvm: reduce code duplication in config_iothread by Amit Shah · 15 years ago
  73. 7b8f3b7 kvm: move kvm to use memory notifiers by Michael S. Tsirkin · 15 years ago
  74. 46dbef6 kvm: move kvm_set_phys_mem around by Michael S. Tsirkin · 15 years ago
  75. 9ded274 KVM: Move and rename regs_modified by Jan Kiszka · 15 years ago
  76. 62a2744 kvm: Flush coalesced MMIO buffer periodly by Sheng Yang · 15 years ago
  77. a0fb002 kvm: x86: Add support for VCPU event states by Jan Kiszka · 15 years ago
  78. 40ff6d7 Don't leak file descriptors by Kevin Wolf · 15 years ago
  79. caa5af0 kvm: Add arch reset handler by Jan Kiszka · 15 years ago
  80. 9bdbe55 kvm: Move KVM mp_state accessors to i386-specific code by Hollis Blanchard · 15 years ago
  81. d549db5 unlock iothread mutex before running kvm ioctl by Glauber Costa · 15 years ago
  82. 828566b temporary fix for on_vcpu by Glauber Costa · 16 years ago
  83. b380772 kvm: Fix guest single-stepping by Jan Kiszka · 16 years ago
  84. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  85. 99a0949 Get rid of _t suffix by malc · 15 years ago
  86. afcea8c ioports: remove unused env parameter and compile only once by Blue Swirl · 15 years ago
  87. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 16 years ago
  88. 4c0960c kvm: Simplify cpu_synchronize_state() by Avi Kivity · 16 years ago
  89. 6e489f3 Revert "Fake dirty loggin when it's not there" by Anthony Liguori · 16 years ago
  90. fc5d642 Fix broken build by Luiz Capitulino · 16 years ago
  91. 96c1606 Use Little Endian for Dirty Log by Alexander Graf · 16 years ago
  92. 1c7936e Use 64bit pointer for dirty log by Alexander Graf · 16 years ago
  93. 6f725c1 provide tests for pit in kernel and irqchip in kernel by Glauber Costa · 16 years ago
  94. 452e475 introduce on_vcpu by Glauber Costa · 16 years ago
  95. bd83677 Fake dirty loggin when it's not there by Alexander Graf · 16 years ago
  96. b80a55e Fix warning in kvm-all.c by Alexander Graf · 16 years ago
  97. a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 16 years ago
  98. 8d2ba1f kvm: Rework VCPU synchronization by Jan Kiszka · 16 years ago
  99. 8c14c17 kvm: Fix IRQ injection into full queue by Jan Kiszka · 16 years ago
  100. 168ccc1 kvm: Improve upgrade notes when facing unsupported kernels by Jan Kiszka · 16 years ago