1. e945fb7 Merge remote branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 15 years ago
  2. 44f1a3d Add function to assign ioeventfd to MMIO. by Cam Macdonell · 15 years ago
  3. 14542fe kvm: remove guest triggerable abort() by Gleb Natapov · 15 years ago
  4. 70fedd7 kvm: Don't walk memory_size == 0 slots in kvm_client_migration_log by Alex Williamson · 15 years ago
  5. 3c638d0 Rework debug exception processing for gdb use by Jan Kiszka · 15 years ago
  6. f1665b2 kvm: Enable XSAVE live migration support by Sheng Yang · 15 years ago
  7. be41cbe kvm: Switch kvm_update_guest_debug to run_on_cpu by Jan Kiszka · 15 years ago
  8. 4513d92 Do not stop VM if emulation failed in userspace. by Gleb Natapov · 15 years ago
  9. 0af691d kvm: enable smp > 1 by Marcelo Tosatti · 15 years ago
  10. 2705d56 kvm: synchronize state from cpu context by Jan Kiszka · 15 years ago
  11. 273faf1 kvm: set cpu_single_env around KVM_RUN ioctl by Marcelo Tosatti · 15 years ago
  12. 8369e01 kvm: port qemu-kvm's bitmap scanning by Marcelo Tosatti · 15 years ago
  13. 7c80eef kvm: handle internal error by Marcelo Tosatti · 15 years ago
  14. ff44f1a KVM: x86: Add debug register saving and restoring by Jan Kiszka · 15 years ago
  15. 98c8573 provide a stub version of kvm-all.c if !CONFIG_KVM by Paolo Bonzini · 15 years ago
  16. 8c0d577 kvm: avoid collision with dprintf macro in stdio.h, spotted by clang by Blue Swirl · 15 years ago
  17. 0104dca S390: Tell user why VM creation failed by Alexander Graf · 15 years ago
  18. ca82180 kvm: add API to set ioeventfd by Michael S. Tsirkin · 15 years ago
  19. d745bef Move KVM and Xen global flags to vl.c by Blue Swirl · 15 years ago
  20. ea375f9 KVM: Rework VCPU state writeback API by Jan Kiszka · 15 years ago
  21. b0b1d69 KVM: Rework of guest debug state writing by Jan Kiszka · 15 years ago
  22. 8519947 kvm-all.c: define smp_wmb and use it for coalesced mmio by Marcelo Tosatti · 15 years ago
  23. 6312b92 kvm: remove pre-entry exit_request check with iothread enabled by Marcelo Tosatti · 15 years ago
  24. cc84de9 kvm: consume internal signal with sigtimedwait by Marcelo Tosatti · 15 years ago
  25. a2eebe8 kvm: reduce code duplication in config_iothread by Amit Shah · 15 years ago
  26. 7b8f3b7 kvm: move kvm to use memory notifiers by Michael S. Tsirkin · 15 years ago
  27. 46dbef6 kvm: move kvm_set_phys_mem around by Michael S. Tsirkin · 15 years ago
  28. 9ded274 KVM: Move and rename regs_modified by Jan Kiszka · 15 years ago
  29. 62a2744 kvm: Flush coalesced MMIO buffer periodly by Sheng Yang · 15 years ago
  30. a0fb002 kvm: x86: Add support for VCPU event states by Jan Kiszka · 15 years ago
  31. 40ff6d7 Don't leak file descriptors by Kevin Wolf · 15 years ago
  32. caa5af0 kvm: Add arch reset handler by Jan Kiszka · 15 years ago
  33. 9bdbe55 kvm: Move KVM mp_state accessors to i386-specific code by Hollis Blanchard · 15 years ago
  34. d549db5 unlock iothread mutex before running kvm ioctl by Glauber Costa · 15 years ago
  35. 828566b temporary fix for on_vcpu by Glauber Costa · 16 years ago
  36. b380772 kvm: Fix guest single-stepping by Jan Kiszka · 16 years ago
  37. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 16 years ago
  38. 99a0949 Get rid of _t suffix by malc · 16 years ago
  39. afcea8c ioports: remove unused env parameter and compile only once by Blue Swirl · 16 years ago
  40. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 16 years ago
  41. 4c0960c kvm: Simplify cpu_synchronize_state() by Avi Kivity · 16 years ago
  42. 6e489f3 Revert "Fake dirty loggin when it's not there" by Anthony Liguori · 16 years ago
  43. fc5d642 Fix broken build by Luiz Capitulino · 16 years ago
  44. 96c1606 Use Little Endian for Dirty Log by Alexander Graf · 16 years ago
  45. 1c7936e Use 64bit pointer for dirty log by Alexander Graf · 16 years ago
  46. 6f725c1 provide tests for pit in kernel and irqchip in kernel by Glauber Costa · 16 years ago
  47. 452e475 introduce on_vcpu by Glauber Costa · 16 years ago
  48. bd83677 Fake dirty loggin when it's not there by Alexander Graf · 16 years ago
  49. b80a55e Fix warning in kvm-all.c by Alexander Graf · 16 years ago
  50. a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 16 years ago
  51. 8d2ba1f kvm: Rework VCPU synchronization by Jan Kiszka · 16 years ago
  52. 8c14c17 kvm: Fix IRQ injection into full queue by Jan Kiszka · 16 years ago
  53. 168ccc1 kvm: Improve upgrade notes when facing unsupported kernels by Jan Kiszka · 16 years ago
  54. f8d926e kvm: x86: Save/restore KVM-specific CPU states by Jan Kiszka · 16 years ago
  55. d33a181 kvm: Rework VCPU reset by Jan Kiszka · 16 years ago
  56. 151f774 kvm: Rework dirty bitmap synchronization by Jan Kiszka · 16 years ago
  57. 62518b8 kvm: Fix dirty log temporary buffer size by Jan Kiszka · 16 years ago
  58. 4495d6a kvm: Introduce kvm_set_migration_log by Jan Kiszka · 16 years ago
  59. e69917e kvm: Conditionally apply workaround for KVM slot handling bug by Jan Kiszka · 16 years ago
  60. 9f8fd69 kvm: add error message for when SMP is requested by Mark McLoughlin · 16 years ago
  61. ad7b8b3 Introduce kvm_check_extension to check if KVM extensions are supported by Anthony Liguori · 16 years ago
  62. 6f0437e kvm: Avoid COW if KVM MMU is asynchronous by Jan Kiszka · 16 years ago
  63. e6f4afe kvm: Relax aligment check of kvm_set_phys_mem by Jan Kiszka · 16 years ago
  64. 6152e2a kvm: improve handling of overlapping slots (Jan Kiszka) by aliguori · 16 years ago
  65. d3f8d37 kvm: Add sanity checks to slot management (Jan Kiszka) by aliguori · 16 years ago
  66. 494ada4 kvm: Cleanup unmap condition in kvm_set_phys_mem (Jan Kiszka) by aliguori · 16 years ago
  67. 5579c7f Remove code phys_ram_base uses. by pbrook · 16 years ago
  68. e22a25c Guest debugging support for KVM (Jan Kiszka) by aliguori · 16 years ago
  69. be214e6 Fix race condition on access to env->interrupt_request by aurel32 · 16 years ago
  70. 1eec614 toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  71. a9c1152 KVM: Silence unused s warning by aurel32 · 16 years ago
  72. f5d6f51 kvm: sync vcpu state during initialization (Hollis Blanchard) by aliguori · 16 years ago
  73. f65ed4c KVM: Coalesced MMIO support by aliguori · 16 years ago
  74. d85dc28 Disable KVM support if the kernel modules have broken memory slot handling by aliguori · 16 years ago
  75. bd32208 Add virtio-balloon support by aliguori · 16 years ago
  76. 5832d1f kvm: Introduce kvm logging interface (Glauber Costa) by aliguori · 16 years ago
  77. 34fc643 Make KVMSlot a real structure by aliguori · 16 years ago
  78. a3d6841 kvm: de-register mem region for MMIO (Glauber Costa) by aliguori · 16 years ago
  79. 62d60e8 Make KVM slot management more robust by aliguori · 16 years ago
  80. 984b518 Define kvm_ioctl in the same way as ioctl by aliguori · 16 years ago
  81. becfc39 KVM: simplify kvm_cpu_exec hook by aliguori · 16 years ago
  82. 0533044 Add missing files to KVM commit. by aliguori · 16 years ago