1. a443bc3 target-i386: Add missing 'static' and 'const' attributes by Stefan Weil · 11 years ago
  2. ff4700b cpu: Move watchpoint fields from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  3. 48a5f3b kvm: add support for hyper-v timers by Vadim Rozenfeld · 11 years ago
  4. 5ef6898 kvm: make hyperv vapic assist page migratable by Vadim Rozenfeld · 11 years ago
  5. 1c90ef2 kvm: make hyperv hypercall and guest os id MSRs migratable. by Vadim Rozenfeld · 11 years ago
  6. 7bc3d71 kvm: make availability of Hyper-V enlightenments dependent on KVM_CAP_HYPERV by Paolo Bonzini · 11 years ago
  7. 234cc64 KVM: fix coexistence of KVM and Hyper-V leaves by Paolo Bonzini · 11 years ago
  8. 0169c51 Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 11 years ago
  9. 439d19f kvm: always update the MPX model specific register by Paolo Bonzini · 11 years ago
  10. 02e5148 target-i386: Move apic_state field from CPUX86State to X86CPU by Chen Fan · 11 years ago
  11. 6bdf863 kvm: x86: Separately write feature control MSR on reset by Jan Kiszka · 11 years ago
  12. 0522604 target-i386: clear guest TSC on reset by Fernando Luis Vázquez Cao · 11 years ago
  13. f86746c target-i386: do not special case TSC writeback by Fernando Luis Vázquez Cao · 11 years ago
  14. 79e9ebe target-i386: Intel MPX by Liu Jinsong · 11 years ago
  15. ef4cbe1 kvm: Fix uninitialized cpuid_data by Stefan Weil · 11 years ago
  16. 0fd53fe KVM: x86: fix typo in KVM_GET_XCRS by Paolo Bonzini · 11 years ago
  17. b5d54bd Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5 by Anthony Liguori · 12 years ago
  18. 7477cd3 kvm: i386: fix LAPIC TSC deadline timer save/restore by Marcelo Tosatti · 12 years ago
  19. df67696 kvm: x86: fix setting IA32_FEATURE_CONTROL with nested VMX disabled by Liu Jinsong · 12 years ago
  20. 92067bf target-i386: Move hyperv_* static globals to X86CPU by Igor Mammedov · 12 years ago
  21. 0d89436 kvm: migrate vPMU state by Paolo Bonzini · 12 years ago
  22. 38e478e kvm: Change prototype of kvm_update_guest_debug() by Stefan Weil · 12 years ago
  23. 0779cae Initialize IA32_FEATURE_CONTROL MSR in reset and migration by Arthur Chunqi Li · 12 years ago
  24. f17ec44 exec: Change cpu_memory_rw_debug() argument to CPUState by Andreas Färber · 12 years ago
  25. ed2803d cpu: Move singlestep_enabled field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  26. 51455c5 Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging by Anthony Liguori · 12 years ago
  27. 182735e cpu: Make first_cpu and next_cpu CPUState by Andreas Färber · 12 years ago
  28. 36ad0e9 Fix -machine options accel, kernel_irqchip, kvm_shadow_mem by Markus Armbruster · 12 years ago
  29. 1b5ec23 memory: return MemoryRegion from qemu_ram_addr_from_host by Paolo Bonzini · 12 years ago
  30. cb446ec kvm: Change cpu_synchronize_state() argument to CPUState by Andreas Färber · 12 years ago
  31. dd1750d kvm: Change kvm_cpu_synchronize_state() argument to CPUState by Andreas Färber · 12 years ago
  32. 0514ef2 target-i386: Replace cpuid_*features fields with a feature word array by Eduardo Habkost · 12 years ago
  33. fc7a504 target-i386/kvm.c: Code formatting changes by Eduardo Habkost · 12 years ago
  34. 917367a target-i386: kvm: save/restore steal time MSR by Marcelo Tosatti · 12 years ago
  35. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  36. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  37. fcd7d00 cpu: Move exit_request field to CPUState by Andreas Färber · 12 years ago
  38. 0893d46 Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 12 years ago
  39. f8bb056 target-i386: kvm: prevent buffer overflow if -cpu foo, [x]level is too big by Igor Mammedov · 12 years ago
  40. 83b17af target-i386: kvm: Set vcpu_id to APIC ID instead of CPU index by Eduardo Habkost · 12 years ago
  41. b164e48 kvm: Create kvm_arch_vcpu_id() function by Eduardo Habkost · 12 years ago
  42. 34daffa Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 12 years ago
  43. 501a7ce Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu by Andreas Färber · 12 years ago
  44. f7575c96 cpu: Move kvm_run into CPUState by Andreas Färber · 12 years ago
  45. a60f24b cpu: Move kvm_state field into CPUState by Andreas Färber · 12 years ago
  46. 1bc2265 kvm: Pass CPUState to kvm_vcpu_ioctl() by Andreas Färber · 12 years ago
  47. 20d695a kvm: Pass CPUState to kvm_arch_* by Andreas Färber · 12 years ago
  48. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  49. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  50. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  51. 077805f janitor: do not rely on indirect inclusions of or from qemu-char.h by Paolo Bonzini · 12 years ago
  52. a2cb15b pci: update all users to look in pci/ by Michael S. Tsirkin · 12 years ago
  53. f28558d target-i386: Enabling IA32_TSC_ADJUST for QEMU KVM guest VMs by Will Auld · 12 years ago
  54. 4840552 kvm: avoid using cpu_single_env by Blue Swirl · 13 years ago
  55. 4355299 Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 12 years ago
  56. 839b563 target-i386: Pass X86CPU to kvm_handle_halt() by Andreas Färber · 13 years ago
  57. 23d02d9 target-i386: Pass X86CPU to kvm_get_mp_state() by Andreas Färber · 13 years ago
  58. 8c5cf3b target-i386: Pass X86CPU to cpu_x86_inject_mce() by Andreas Färber · 13 years ago
  59. bee615d target-i386: Pass X86CPU to kvm_mce_inject() by Andreas Färber · 13 years ago
  60. bc74b7d i386: kvm: filter CPUID feature words earlier, on cpu.c by Eduardo Habkost · 12 years ago
  61. c9da838 i386: kvm: mask cpuid_ext4_features bits earlier by Eduardo Habkost · 12 years ago
  62. ea85c9e i386: kvm: mask cpuid_kvm_features earlier by Eduardo Habkost · 12 years ago
  63. 41e5e76 i386: kvm: x2apic is not supported without in-kernel irqchip by Eduardo Habkost · 12 years ago
  64. ac67ee2 i386: kvm: set CPUID_EXT_TSC_DEADLINE_TIMER on kvm_arch_get_supported_cpuid() by Eduardo Habkost · 12 years ago
  65. 84bd945 i386: kvm: set CPUID_EXT_HYPERVISOR on kvm_arch_get_supported_cpuid() by Eduardo Habkost · 12 years ago
  66. c2acb02 i386: kvm: kvm_arch_get_supported_cpuid: replace if+switch with single 'if' by Eduardo Habkost · 12 years ago
  67. dd87f8a i386: kvm: extract try_get_cpuid() loop to get_supported_cpuid() function by Eduardo Habkost · 12 years ago
  68. 4fb73f1 i386: kvm: extract CPUID entry lookup to cpuid_find_entry() function by Eduardo Habkost · 12 years ago
  69. 829ae2f i386: kvm: extract register switch to cpuid_entry_get_reg() function by Eduardo Habkost · 12 years ago
  70. 47111e2 i386: kvm: kvm_arch_get_supported_cpuid: use 'entry' variable by Eduardo Habkost · 12 years ago
  71. 8c723b7 i386: kvm: kvm_arch_get_supported_cpuid: clean up has_kvm_features check by Eduardo Habkost · 12 years ago
  72. 7b46e5c i386: kvm: kvm_arch_get_supported_cpuid: move R_EDX hack outside of for loop by Eduardo Habkost · 12 years ago
  73. 2fa4534 cpus: Pass CPUState to cpu_is_stopped() by Andreas Färber · 13 years ago
  74. 60e8257 cpus: Pass CPUState to qemu_cpu_is_self() by Andreas Färber · 13 years ago
  75. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  76. 8fad4b4 i386: kvm: use a #define for the set of alias feature bits by Eduardo Habkost · 13 years ago
  77. b1f4679 i386: kvm: bit 10 of CPUID[8000_0001].EDX is reserved by Eduardo Habkost · 13 years ago
  78. b139bd3 kvm: i386: Add services required for PCI device assignment by Jan Kiszka · 13 years ago
  79. bc9a839 kvm: get/set PV EOI MSR by Michael S. Tsirkin · 13 years ago
  80. f3e1bed kvm: Decouple 'GSI routing' from 'kernel irqchip' by Peter Maydell · 13 years ago
  81. 614e41b kvm: Decouple 'MSI routing via irqfds' from 'kernel irqchip' by Peter Maydell · 13 years ago
  82. cc7e0dd kvm: Decouple 'irqfds usable' from 'kernel irqchip' by Peter Maydell · 13 years ago
  83. 1d31f66 kvm: Move kvm_allows_irq0_override() to target-i386, fix return type by Peter Maydell · 13 years ago
  84. dd67328 target-i386: move cpu halted decision into x86_cpu_reset by Igor Mammedov · 13 years ago
  85. 5d62c43 apic: Defer interrupt updates to VCPU thread by Jan Kiszka · 13 years ago
  86. a75b3e0 kvm: expose tsc deadline timer feature to guest by Liu, Jinsong · 13 years ago
  87. 232fc23 target-i386: Pass X86CPU to do_cpu_{init,sipi}() by Andreas Färber · 13 years ago
  88. 317ac62 target-i386: Don't overuse CPUState by Andreas Färber · 13 years ago
  89. 7e68075 kvm: fill in padding to help valgrind by Michael S. Tsirkin · 13 years ago
  90. d362e75 target-i386: Add infrastructure for reporting TPR MMIO accesses by Jan Kiszka · 13 years ago
  91. d1f8663 kvm: Synchronize cpu state in kvm_arch_stop_on_emulation_error() by Gleb Natapov · 13 years ago
  92. 3d4b264 kvm: Implement kvm_irqchip_in_kernel like kvm_enabled by Jan Kiszka · 13 years ago
  93. 39d6960 kvm: Allow to set shadow MMU size by Jan Kiszka · 13 years ago
  94. 680c1c6 kvm: x86: Add user space part for in-kernel APIC by Jan Kiszka · 13 years ago
  95. 84b058d kvm: Introduce core services for in-kernel irqchip support by Jan Kiszka · 13 years ago
  96. eab7013 hyper-v: initialize Hyper-V CPUID leaves. by Vadim Rozenfeld · 13 years ago
  97. f3c6a16 Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into staging by Anthony Liguori · 13 years ago
  98. cce4751 kvm: x86: Drop redundant apic base and tpr update from kvm_get_sregs by Jan Kiszka · 13 years ago
  99. fabacc0 kvm: x86: Avoid runtime allocation of xsave buffer by Jan Kiszka · 13 years ago
  100. 6b42494 kvm: x86: Use symbols for all xsave field by Jan Kiszka · 13 years ago