1. 9ba3cf5 kvm-all: exit in case max vcpus exceeded by Marcelo Tosatti · 11 years ago
  2. 9fbee91 Merge remote-tracking branch 'remotes/kvm/uq/master' into staging by Peter Maydell · 11 years ago
  3. 0a6a7cc kvm: Common device control API functions by Christoffer Dall · 11 years ago
  4. d6032e0 kvm: Introduce kvm_arch_irqchip_create by Christoffer Dall · 11 years ago
  5. 521f438 KVM: Use return value for error print by Alexander Graf · 11 years ago
  6. bc1c721 Merge remote-tracking branch 'remotes/kvm/uq/master' into staging by Peter Maydell · 11 years ago
  7. 977c7b6 kvm: print suberror on all internal errors by Radim Krčmář · 11 years ago
  8. 850bbe1 Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-20140128.0' into staging by Peter Maydell · 11 years ago
  9. 0169c51 Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 11 years ago
  10. 47c16ed kvm: initialize qemu_host_page_size by Alexey Kardashevskiy · 11 years ago
  11. 584f2be KVM: fix addr type for KVM_IOEVENTFD by Alexey Kardashevskiy · 11 years ago
  12. 94ccff1 KVM: Retry KVM_CREATE_VM on EINTR by thomas knych · 11 years ago
  13. 5ff7fb7 memory: move bitmap synchronization to its own function by Juan Quintela · 11 years ago
  14. c9dd46f kvm: refactor start address calculation by Juan Quintela · 11 years ago
  15. 747afd5 kvm: use directly cpu_physical_memory_* api for tracking dirty pages by Juan Quintela · 11 years ago
  16. fb541ca kvm: Query KVM for available memory slots by Alex Williamson · 11 years ago
  17. 3e4be9c Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 11 years ago
  18. 76fe21d kvm irqfd: support direct msimessage to irq translation by Alexey Kardashevskiy · 11 years ago
  19. 670436c kvm: warn if num cpus is greater than num recommended by Andrew Jones · 11 years ago
  20. 9113803 exec: Simplify the guest physical memory allocation hook by Markus Armbruster · 11 years ago
  21. bdc4464 cpu: Use QTAILQ for CPU list by Andreas Färber · 12 years ago
  22. b5d54bd Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5 by Anthony Liguori · 11 years ago
  23. 7dc5252 kvm-all.c: max_cpus should not exceed KVM vcpu limit by Marcelo Tosatti · 11 years ago
  24. 354678c kvm: Simplify kvm_handle_io by Jan Kiszka · 11 years ago
  25. ca916d3 kvm: add KVM_IRQFD_FLAG_RESAMPLE support by Vincenzo Maffione · 11 years ago
  26. 38e478e kvm: Change prototype of kvm_update_guest_debug() by Stefan Weil · 11 years ago
  27. 6227881 kvm: Change kvm_{insert,remove}_breakpoint() argument to CPUState by Andreas Färber · 12 years ago
  28. ed2803d cpu: Move singlestep_enabled field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  29. 51455c5 Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging by Anthony Liguori · 11 years ago
  30. 182735e cpu: Make first_cpu and next_cpu CPUState by Andreas Färber · 12 years ago
  31. 1d5791f kvm: Change kvm_remove_all_breakpoints() argument to CPUState by Andreas Färber · 12 years ago
  32. 80b7cd7 kvm: Free current_cpu identifier by Andreas Färber · 12 years ago
  33. 36ad0e9 Fix -machine options accel, kernel_irqchip, kvm_shadow_mem by Markus Armbruster · 12 years ago
  34. c3ab4c9 Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging by Anthony Liguori · 12 years ago
  35. dfde4e6 memory: add ref/unref calls by Paolo Bonzini · 12 years ago
  36. 40509f7 kvm: skip system call when msi route is unchanged by Michael S. Tsirkin · 12 years ago
  37. 0fbc207 kvm: zero-initialize KVM_SET_GSI_ROUTING input by Michael S. Tsirkin · 12 years ago
  38. fa4ba92 kvm: add detail error message when fail to add ioeventfd by Amos Kong · 12 years ago
  39. cb925cf KVM: PIC: Only commit irq routing when necessary by Alexander Graf · 12 years ago
  40. d07cc1f KVM: MSI: Swap payload to native endianness by Alexander Graf · 12 years ago
  41. 7b77459 KVM: Export kvm_init_irq_routing by Alexander Graf · 12 years ago
  42. 215e79c KVM: Don't assume that mpstate exists with in-kernel PIC always by Alexander Graf · 12 years ago
  43. 1458c36 kvm: Change kvm_cpu_exec() argument to CPUState by Andreas Färber · 12 years ago
  44. 5326ab5 kvm: Change kvm_handle_internal_error() argument to CPUState by Andreas Färber · 12 years ago
  45. 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
  46. 491d6e8 kvm: Change kvm_set_signal_mask() argument to CPUState by Andreas Färber · 12 years ago
  47. dd1750d kvm: Change kvm_cpu_synchronize_state() argument to CPUState by Andreas Färber · 12 years ago
  48. 052e87b memory: make section size a 128-bit integer by Paolo Bonzini · 12 years ago
  49. 651eb0f fix double free the memslot in kvm_set_phys_mem by Xiao Guangrong · 12 years ago
  50. 235e898 kvm: support using KVM_MEM_READONLY flag for regions by Jordan Justen · 12 years ago
  51. df9c8b7 kvm: add kvm_readonly_mem_enabled by Jordan Justen · 12 years ago
  52. 6eebf95 osdep, kvm: rename low-level RAM allocation functions by Paolo Bonzini · 12 years ago
  53. b76ac80 kvm-all: add kvm_run_exit tracepoint by Kazuya Saito · 12 years ago
  54. 9c77572 kvm-all: add kvm_ioctl, kvm_vm_ioctl, kvm_vcpu_ioctl tracepoints by Kazuya Saito · 12 years ago
  55. 13eed94 cpu: Call cpu_synchronize_post_init() from DeviceClass::realize() by Igor Mammedov · 12 years ago
  56. 5dff24b Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 12 years ago
  57. 3f24a58 cpu: Pass CPUState to *cpu_synchronize_post*() by Igor Mammedov · 12 years ago
  58. 41cb62c kvm: support non datamatch ioeventfd by Michael S. Tsirkin · 12 years ago
  59. 44c3f8f kvm: support any size for pio eventfd by Michael S. Tsirkin · 12 years ago
  60. 500ffd4 kvm: remove unused APIs by Michael S. Tsirkin · 12 years ago
  61. c3affe5 cpu: Pass CPUState to cpu_interrupt() by Andreas Färber · 12 years ago
  62. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  63. fcd7d00 cpu: Move exit_request field to CPUState by Andreas Färber · 12 years ago
  64. 290adf3 kvm: Pass CPUState to kvm_on_sigbus_vcpu() by Andreas Färber · 12 years ago
  65. b164e48 kvm: Create kvm_arch_vcpu_id() function by Eduardo Habkost · 12 years ago
  66. dabe314 kvm: add stub for kvm_irqchip_update_msi_route by Michael S. Tsirkin · 12 years ago
  67. 504134d kvm: Pass CPUState to kvm_init_vcpu() by Andreas Färber · 12 years ago
  68. 55e5c28 cpu: Move cpu_index field to CPUState by Andreas Färber · 12 years ago
  69. 501a7ce Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu by Andreas Färber · 12 years ago
  70. f7575c9 cpu: Move kvm_run into CPUState by Andreas Färber · 12 years ago
  71. a60f24b cpu: Move kvm_state field into CPUState by Andreas Färber · 12 years ago
  72. 1bc2265 kvm: Pass CPUState to kvm_vcpu_ioctl() by Andreas Färber · 12 years ago
  73. 20d695a kvm: Pass CPUState to kvm_arch_* by Andreas Färber · 12 years ago
  74. 8737c51 cpu: Move kvm_fd into CPUState by Andreas Färber · 12 years ago
  75. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  76. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  77. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  78. 1dd3a74 kvm: do not flush after deleting gsi by Michael S. Tsirkin · 12 years ago
  79. a2cb15b pci: update all users to look in pci/ by Michael S. Tsirkin · 12 years ago
  80. 752ced0 kvm: fix incorrect length in a loop over kvm dirty pages map by Alexey Kardashevskiy · 12 years ago
  81. 78021d6 kvm: Actually remove software breakpoints from list on cleanup by Jan Kiszka · 12 years ago
  82. f100f0b cpus: Pass CPUState to run_on_cpu() by Andreas Färber · 13 years ago
  83. c08d742 cpus: Pass CPUState to qemu_cpu_kick() by Andreas Färber · 13 years ago
  84. 60e8257 cpus: Pass CPUState to qemu_cpu_is_self() by Andreas Färber · 13 years ago
  85. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  86. f6790af memory: use AddressSpace for MemoryListener filtering by Avi Kivity · 12 years ago
  87. 95d2994 memory: manage coalesced mmio via a MemoryListener by Avi Kivity · 12 years ago
  88. ad1ff3d kvm: drop no-op MemoryListener callbacks by Avi Kivity · 12 years ago
  89. d22b096 kvm: use separate MemoryListeners for memory and I/O by Avi Kivity · 12 years ago
  90. 509e9c4 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 12 years ago
  91. 6d1cc32 kvm: Fix warning from static code analysis by Stefan Weil · 12 years ago
  92. e333cd6 kvm: Rename irqchip_inject_ioctl to irq_set_ioctl by Jan Kiszka · 12 years ago
  93. 683d4b5 kvm: Stop flushing coalesced MMIO on vmexit by Jan Kiszka · 12 years ago
  94. 8732fbd kvm-all.c: Move init of irqchip_inject_ioctl out of kvm_irqchip_create() by Peter Maydell · 12 years ago
  95. 3ab7384 kvm: Introduce kvm_has_intx_set_mask by Jan Kiszka · 12 years ago
  96. cc57407 kvm: Introduce kvm_irqchip_update_msi_route by Jan Kiszka · 12 years ago
  97. b131c74 kvm: Clean up irqfd API by Jan Kiszka · 12 years ago
  98. 62fe833 qemu: Use valgrind annotations to mark kvm guest memory as defined by Christian Borntraeger · 12 years ago
  99. f3e1bed kvm: Decouple 'GSI routing' from 'kernel irqchip' by Peter Maydell · 12 years ago
  100. 614e41b kvm: Decouple 'MSI routing via irqfds' from 'kernel irqchip' by Peter Maydell · 12 years ago