1. 14e6fe1 *_run_on_cpu: introduce run_on_cpu_data type by Paolo Bonzini · 8 years ago
  2. 3c0ed2a kvm-all: don't use stale dbg_data->cpu by Alex Bennée · 8 years ago
  3. 767a554 kvm-all: Pass requester ID to MSI routing functions by Pavel Fedin · 8 years ago
  4. e0eeb4a cpus: pass CPUState to run_on_cpu helpers by Alex Bennée · 9 years ago
  5. c2cd627 kvm-all: drop kvm_setup_guest_memory by Cao jin · 8 years ago
  6. 7ea7d36 error: Fix error_printf() calls lacking newlines by Markus Armbruster · 9 years ago
  7. 7005f7f kvm-irqchip: only commit route when irqchip is used by Peter Xu · 9 years ago
  8. 54a6c11 kvm-all: add trace events for kvm irqchip ops by Peter Xu · 9 years ago
  9. 3f1fea0 kvm-irqchip: do explicit commit when update irq by Peter Xu · 9 years ago
  10. e1d4fb2 kvm-irqchip: x86: add msi route notify fn by Peter Xu · 9 years ago
  11. 38d8749 kvm-irqchip: i386: add hook for add/remove virq by Peter Xu · 9 years ago
  12. d1f6af6 kvm-irqchip: simplify kvm_irqchip_add_msi_route by Peter Xu · 9 years ago
  13. f31e326 KVM: use KVM_CAP_MAX_VCPU_ID by Greg Kurz · 9 years ago
  14. 02d0e09 os-posix: include sys/mman.h by Paolo Bonzini · 9 years ago
  15. 44f2e6c kvm: API to obtain max supported mem slots by Bharata B Rao · 9 years ago
  16. 4c055ab cpu: Reclaim vCPU objects by Gu Zheng · 9 years ago
  17. 41264b3 PPC/KVM: early validation of vcpu id by Greg Kurz · 9 years ago
  18. cb8d4c8 Fix some typos found by codespell by Stefan Weil · 9 years ago
  19. 29039ac kvm: add kvm_device_supported() helper function by Peter Xu · 9 years ago
  20. 8269fb7 kvm/irqchip: use bitmap utility for gsi tracking by Wei Yang · 9 years ago
  21. 8e41fb6 memory: Drop MemoryRegion.ram_addr by Fam Zheng · 9 years ago
  22. 844a3d3 kvm-all: trace: strerror fixup by Andrew Jones · 9 years ago
  23. d38ea87 all: Clean up includes by Peter Maydell · 9 years ago
  24. 433672b error: Clean up errors with embedded newlines (again) by Markus Armbruster · 9 years ago
  25. 15eafc2 kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIP by Paolo Bonzini · 9 years ago
  26. 977a8d9 kvm: Hyper-V SynIC irq routing support by Andrey Smetanin · 9 years ago
  27. 8c56c1a memory: emulate ioeventfd by Pavel Fedin · 9 years ago
  28. bc92e4e kvm-all: PAGE_SIZE should be real host page size by Andrew Jones · 9 years ago
  29. 3510822 KVM: add support for any length io eventfd by Jason Wang · 9 years ago
  30. 87f50ca Move page_size_init earlier by Dr. David Alan Gilbert · 9 years ago
  31. 6388acc Revert "Introduce cpu_clean_all_dirty" by Liang Li · 9 years ago
  32. 28143b4 kvm: Move x86-specific functions into target-i386/kvm.c by Thomas Huth · 9 years ago
  33. dc9f06c kvm: Pass PCI device pointer to MSI routing functions by Pavel Fedin · 9 years ago
  34. 50bf31b kvm: Make KVM_CAP_SIGNAL_MSI globally available by Pavel Fedin · 9 years ago
  35. b232c78 kvm-all: Align to qemu_real_host_page_size in kvm_set_phys_mem by Alexey Kardashevskiy · 9 years ago
  36. 4b3cfe7 intc/gic: Extract some reusable vGIC code by Pavel Fedin · 9 years ago
  37. 7c207b9 kvm: Add kvm system event crash handler by Andrey Smetanin · 10 years ago
  38. c0194a0 s390x/kvm: make setting of in-kernel irq routes more efficient by Jens Freimann · 10 years ago
  39. 1452673 Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150706.0' into staging by Peter Maydell · 10 years ago
  40. 197e352 kvm-all.c: add qemu_irq/gsi hash table and utility routines by Eric Auger · 10 years ago
  41. 1c9b71a kvm: rename kvm_irqchip_[add,remove]_irqfd_notifier with gsi suffix by Eric Auger · 10 years ago
  42. 8db4936 kvm-all: kvm_irqchip_create is not expected to fail by Paolo Bonzini · 10 years ago
  43. 38bfe69 kvm-all: add support for multiple address spaces by Paolo Bonzini · 10 years ago
  44. 7bbda04 kvm-all: make KVM's memory listener more generic by Paolo Bonzini · 10 years ago
  45. 8571ed3 kvm-all: move internal types to kvm_int.h by Paolo Bonzini · 10 years ago
  46. 714f78c kvm-all: remove useless typedef by Paolo Bonzini · 10 years ago
  47. d6ff5cb kvm-all: put kvm_mem_flags to more work by Andrew Jones · 10 years ago
  48. de7ea88 kvm: Switch to unlocked MMIO by Paolo Bonzini · 10 years ago
  49. 80b7d2e kvm: Switch to unlocked PIO by Jan Kiszka · 10 years ago
  50. 4b8523e kvm: First step to push iothread lock out of inner run loop by Jan Kiszka · 10 years ago
  51. bdf0263 Fix irq route entries exceeding KVM_MAX_IRQ_ROUTES by 马文霜 · 10 years ago
  52. 1bfbac4 kvm: remove special handling of DIRTY_MEMORY_MIGRATION in the dirty log mask by Paolo Bonzini · 10 years ago
  53. ea8cb1a kvm: accept non-mapped memory in kvm_dirty_pages_log_change by Paolo Bonzini · 10 years ago
  54. b2dfd71 memory: prepare for multiple bits in the dirty log mask by Paolo Bonzini · 10 years ago
  55. 2d1a35b memory: differentiate memory_region_is_logging and memory_region_get_dirty_log_mask by Paolo Bonzini · 10 years ago
  56. dae02ba ppc: add helpful message when KVM fails to start VCPU by Laurent Vivier · 10 years ago
  57. 1850b6b kvm: introduce kvm_arch_msi_data_to_gsi by Eric Auger · 10 years ago
  58. 4c66375 kvm: add support for memory transaction attributes by Paolo Bonzini · 10 years ago
  59. 03a96b8 kvm: Silence warning from valgrind by Thomas Huth · 10 years ago
  60. 2c80e99 kvm: better advice for failed s390x startup by Cornelia Huck · 10 years ago
  61. bd2a888 Convert ffs() != 0 callers to ctz32() by Stefan Hajnoczi · 10 years ago
  62. 5c9eb02 exec.c: Make address_space_rw take transaction attributes by Peter Maydell · 10 years ago
  63. 4cc856f kvm-all: Sync dirty-bitmap from kvm before kvm destroy the corresponding dirty_bitmap by zhanghailiang · 10 years ago
  64. b680c5b kvm: fix ioeventfd endianness on bi-endian architectures by Greg Kurz · 10 years ago
  65. d0a073a kvm: encapsulate HAS_DEVICE for vm attrs by Dominik Dingel · 10 years ago
  66. b16565b kvm: add machine state to kvm_arch_init by Marcel Apfelbaum · 10 years ago
  67. 446f16a machine: query kernel-irqchip property by Marcel Apfelbaum · 10 years ago
  68. 8c1ac47 fix GCC 5.0.0 logical-not-parentheses warnings by Radim Krčmář · 10 years ago
  69. 9834fe0 kvm: g_malloc() can't fail, bury dead error handling by Markus Armbruster · 10 years ago
  70. 9e03a04 kvm: extend kvm_irqchip_add_msi_route to work on s390 by Frank Blaschka · 10 years ago
  71. e9af2fe coverity/s390x: avoid false positive in kvm_irqchip_add_adapter_route by Christian Borntraeger · 10 years ago
  72. d229b98 valgrind: avoid false positives in KVM_GET_DIRTY_LOG ioctl by Christian Borntraeger · 10 years ago
  73. f41389a KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checks by Eric Auger · 10 years ago
  74. b886559 pc: kvm: check if KVM has free memory slots to avoid abort() by Igor Mammedov · 10 years ago
  75. f2a6403 kvm: Fix memory slot page alignment logic by Alexander Graf · 10 years ago
  76. 9d1c35d kvm fix compilation with GCC 4.3.4 by Paolo Bonzini · 10 years ago
  77. fc02086 kvm: Make KVMState be the TYPE_KVM_ACCEL instance struct by Eduardo Habkost · 10 years ago
  78. f6a1ef6 accel: Pass MachineState object to accel init functions by Eduardo Habkost · 10 years ago
  79. 0d15da8 accel: Rename 'init' method to 'init_machine' by Eduardo Habkost · 10 years ago
  80. 782c3f2 accel: Move KVM accel registration to kvm-all.c by Eduardo Habkost · 10 years ago
  81. 541be92 kvm/valgrind: don't mark memory as initialized by Christian Borntraeger · 10 years ago
  82. de9d61e Introduce cpu_clean_all_dirty by Marcelo Tosatti · 11 years ago
  83. 2b31cd4 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  84. a85e130 kvm: do not abort if KVM_RUN fails by Paolo Bonzini · 11 years ago
  85. 7d0a07f KVM: Add helper to run KVM_CHECK_EXTENSION on vm fd by Alexander Graf · 11 years ago
  86. c8e2085 kvm: run cpu state synchronization on target vcpu thread by David Hildenbrand · 11 years ago
  87. dc54e25 kvm-all: Use 'tmpcpu' instead of 'cpu' in sub-looping to avoid 'cpu' be NULL by Chen Gang · 11 years ago
  88. d70a319 Merge remote-tracking branch 'remotes/kvm/uq/master' into staging by Peter Maydell · 11 years ago
  89. 0a99aae Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 11 years ago
  90. 9904044 kvm: Handle exit reason KVM_EXIT_SYSTEM_EVENT by Pranavkumar Sawargaonkar · 11 years ago
  91. 69e03ae Add kvm_eventfds_enabled function by Nikolay Nikolaev · 11 years ago
  92. aed6efb kvm: Allow arch to set sigmask length by James Hogan · 11 years ago
  93. 0000841 KVM: Fix GSI number space limit by Alexander Graf · 11 years ago
  94. 9f0355b Merge remote-tracking branch 'remotes/kvm/uq/master' into staging by Peter Maydell · 11 years ago
  95. 0e1dac6 kvm: Ensure negative return value on kvm_init() error handling path by Eduardo Habkost · 11 years ago
  96. d426d9f s390x/virtio-ccw: wire up irq routing and irqfds by Cornelia Huck · 12 years ago
  97. 50a2c6e kvm: reset state from the CPU's reset method by Paolo Bonzini · 12 years ago
  98. ada4135 kvm: make one_reg helpers available for everyone by Cornelia Huck · 11 years ago
  99. f1e2987 machine: Replace QEMUMachine by MachineClass in accelerator configuration by Marcel Apfelbaum · 11 years ago
  100. 50212d6 Revert "fix return check for KVM_GET_DIRTY_LOG ioctl" by Michael Tokarev · 11 years ago