1. 48a5f3b kvm: add support for hyper-v timers by Vadim Rozenfeld · 11 years ago
  2. 5ef6898 kvm: make hyperv vapic assist page migratable by Vadim Rozenfeld · 11 years ago
  3. 1c90ef2 kvm: make hyperv hypercall and guest os id MSRs migratable. by Vadim Rozenfeld · 11 years ago
  4. 0169c51 Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 11 years ago
  5. 02e5148 target-i386: Move apic_state field from CPUX86State to X86CPU by Chen Fan · 11 years ago
  6. 79e9ebe target-i386: Intel MPX by Liu Jinsong · 11 years ago
  7. c74f41b x86: fix migration from pre-version 12 by Paolo Bonzini · 11 years ago
  8. b5d54bd Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5 by Anthony Liguori · 11 years ago
  9. 92067bf target-i386: Move hyperv_* static globals to X86CPU by Igor Mammedov · 12 years ago
  10. 0d89436 kvm: migrate vPMU state by Paolo Bonzini · 11 years ago
  11. e4a09c9 target-i386: remove tabs from target-i386/cpu.h by Paolo Bonzini · 11 years ago
  12. 0779cae Initialize IA32_FEATURE_CONTROL MSR in reset and migration by Arthur Chunqi Li · 11 years ago
  13. bdf7ae5 cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb() by Andreas Färber · 11 years ago
  14. 518e9d7 target-i386: Change do_smm_enter() argument to X86CPU by Andreas Färber · 11 years ago
  15. 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 11 years ago
  16. 80cf2c8 target-i386/helper: remove DF macro by liguang · 12 years ago
  17. a78d0ea target-i386/helper: remove EIP macro by liguang · 12 years ago
  18. cf75c59 target-i386/helper: remove EDI macro by liguang · 12 years ago
  19. 78c3c6d target-i386/helper: remove ESI macro by liguang · 12 years ago
  20. 08b3ded target-i386/helper: remove ESP macro by liguang · 12 years ago
  21. c12dddd target-i386/helper: remove EBP macro by liguang · 12 years ago
  22. 00f5e6f target-i386/helper: remove EDX macro by liguang · 12 years ago
  23. a416561 target-i386/helper: remove ECX macro by liguang · 12 years ago
  24. 70b5136 target-i386/helper: remove EBX macro by liguang · 12 years ago
  25. 4b34e3a target-i386/helper: remove EAX macro by liguang · 12 years ago
  26. 0668af5 target-i386: Introduce generic CPUID feature compat function by Eduardo Habkost · 12 years ago
  27. 0514ef2 target-i386: Replace cpuid_*features fields with a feature word array by Eduardo Habkost · 12 years ago
  28. 90e4b0c target-i386: Group together level, xlevel, xlevel2 fields by Eduardo Habkost · 12 years ago
  29. 62fc403 target-i386: Attach ICC bus to CPU on its creation by Igor Mammedov · 12 years ago
  30. baaeda0 target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZE by Igor Mammedov · 12 years ago
  31. 917367a target-i386: kvm: save/restore steal time MSR by Marcelo Tosatti · 12 years ago
  32. 7f83324 target-i386: Split out CPU creation and features parsing by Igor Mammedov · 12 years ago
  33. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  34. dab8623 extract/unify the constant 0xfee00000 as APIC_DEFAULT_ADDRESS by Laszlo Ersek · 12 years ago
  35. 4d8b3c6 strip some whitespace by Laszlo Ersek · 12 years ago
  36. 97a8ea5 cpu: Replace do_interrupt() by CPUClass::do_interrupt method by Andreas Färber · 12 years ago
  37. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  38. f56e3a1 target-i386: Update VMStateDescription to X86CPU by Andreas Färber · 12 years ago
  39. 436ff2d target-i386: Add CC_OP_CLR by Richard Henderson · 12 years ago
  40. cd7f97c target-i386: Implement ADX extension by Richard Henderson · 12 years ago
  41. bc4b43d target-i386: Implement BLSR, BLSMSK, BLSI by Richard Henderson · 12 years ago
  42. 988c3eb target-i386: Use CC_SRC2 for ADC and SBB by Richard Henderson · 12 years ago
  43. fee7188 target-i386: Name the cc_op enumeration by Richard Henderson · 12 years ago
  44. f5847c9 target-i386: compute eflags outside rcl/rcr helper by Paolo Bonzini · 12 years ago
  45. 5c3c6a6 target-i386: Move cpu_x86_init() by Andreas Färber · 12 years ago
  46. cc36a7a target-i386: Pass X86CPU to cpu_x86_set_a20() by Andreas Färber · 12 years ago
  47. 11acfdd target-i386: Remove vendor_override field from CPUX86State by Igor Mammedov · 12 years ago
  48. 99b88a1 target-i386: Replace uint32_t vendor fields by vendor string in x86_def_t by Igor Mammedov · 12 years ago
  49. 8932cfd pc: Generate APIC IDs according to CPU topology by Eduardo Habkost · 12 years ago
  50. cb41bad target-i386: Introduce x86_cpu_apic_id_from_index() function by Eduardo Habkost · 12 years ago
  51. 2969475 pc: Reverse pc_init_pci() compatibility logic by Eduardo Habkost · 12 years ago
  52. e175bce target-i386: Use switch in check_hw_breakpoints() by liguang · 12 years ago
  53. 5902564 target-i386: Introduce hw_{local,global}_breakpoint_enabled() by liguang · 12 years ago
  54. 428065c target-i386: Define DR7 bit field constants by liguang · 12 years ago
  55. 5ef5787 target-i386/cpu: Introduce FeatureWord typedefs by Eduardo Habkost · 12 years ago
  56. 8b4bedd target-i386: check/enforce: Fix CPUID leaf numbers on error messages by Eduardo Habkost · 12 years ago
  57. 34daffa Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 12 years ago
  58. 6b4c305 fpu: move public header file to include/fpu by Paolo Bonzini · 12 years ago
  59. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  60. f28558d target-i386: Enabling IA32_TSC_ADJUST for QEMU KVM guest VMs by Will Auld · 12 years ago
  61. 9df694e target-i386: Use define for cpuid vendor string size by Igor Mammedov · 12 years ago
  62. c8acc38 target-i386/cpu: Name new CPUID bits by Andre Przywara · 12 years ago
  63. 8c5cf3b target-i386: Pass X86CPU to cpu_x86_inject_mce() by Andreas Färber · 13 years ago
  64. 3993c6b cpus: Pass CPUState to [qemu_]cpu_has_work() by Andreas Färber · 13 years ago
  65. e9f9d6b target-i386: Pass X86CPU to cpu_x86_load_seg_cache_sipi() by Andreas Färber · 13 years ago
  66. dc59944 qemu: enable PV EOI for qemu 1.3 by Michael S. Tsirkin · 12 years ago
  67. 6fd2a02 cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic by Peter Maydell · 12 years ago
  68. a9321a4 x86: Implement SMEP and SMAP by H. Peter Anvin · 12 years ago
  69. 8fad4b4 i386: kvm: use a #define for the set of alias feature bits by Eduardo Habkost · 12 years ago
  70. a75b081 target-i386: Add missing CPUID_* constants by Eduardo Habkost · 12 years ago
  71. e916cbf Drop cpu_list_id macro by Peter Maydell · 12 years ago
  72. bc9a839 kvm: get/set PV EOI MSR by Michael S. Tsirkin · 12 years ago
  73. d3da41e Merge branch 'x86cpu_qom_tcg_v2' of git://github.com/imammedo/qemu by Blue Swirl · 12 years ago
  74. 5d62c43 apic: Defer interrupt updates to VCPU thread by Jan Kiszka · 12 years ago
  75. a75b3e0 kvm: expose tsc deadline timer feature to guest by Liu, Jinsong · 12 years ago
  76. 6bada5e x86: split off SVM helpers by Blue Swirl · 13 years ago
  77. 5918fff x86: split off condition code helpers by Blue Swirl · 13 years ago
  78. 599b9a5 x86: split off exception handlers by Blue Swirl · 13 years ago
  79. 77b2bc2 x86: avoid AREG0 for exceptions by Blue Swirl · 13 years ago
  80. d65e981 target-i386: move tcg initialization into x86_cpu_initfn() by Igor Mammedov · 13 years ago
  81. b47ed99 target-i386: Let cpu_x86_init() return X86CPU by Andreas Färber · 13 years ago
  82. 232fc23 target-i386: Pass X86CPU to do_cpu_{init,sipi}() by Andreas Färber · 13 years ago
  83. 1352672 Expose CPUID leaf 7 only for -cpu host by Eduardo Habkost · 13 years ago
  84. 61dcd77 target-i386: Pass X86CPU to cpu_x86_register() by Andreas Färber · 13 years ago
  85. 5fd2087 target-i386: QOM'ify CPU by Andreas Färber · 13 years ago
  86. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  87. 317ac62 target-i386: Don't overuse CPUState by Andreas Färber · 13 years ago
  88. 3f2cbf0 target-i386: Mask NX bit from cpu_get_phys_page_debug result by Jan Kiszka · 13 years ago
  89. d362e75 target-i386: Add infrastructure for reporting TPR MMIO accesses by Jan Kiszka · 13 years ago
  90. fabacc0 kvm: x86: Avoid runtime allocation of xsave buffer by Jan Kiszka · 13 years ago
  91. 21e87c4 i386: wire up MSR_IA32_MISC_ENABLE by Avi Kivity · 13 years ago
  92. aa82ba5 kvm: support TSC deadline MSR with subsection by Liu, Jinsong · 13 years ago
  93. 38d2c27 Revert "kvm: support TSC deadline MSR" by Marcelo Tosatti · 13 years ago
  94. bfc2455 kvm: support TSC deadline MSR by Liu, Jinsong · 13 years ago
  95. 782ea2c target-i386: Remove data type CCTable by Stefan Weil · 13 years ago
  96. 986563b Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 13 years ago
  97. 97b348e Remove unused is_softmmu parameter from cpu_handle_mmu_fault by Blue Swirl · 13 years ago
  98. b862d1f qemu-x86: Add tsc_freq option to -cpu by Joerg Roedel · 13 years ago
  99. 3e45717 exec.h cleanup by Blue Swirl · 13 years ago
  100. f081c76 Move cpu_has_work and cpu_pc_from_tb to cpu.h by Blue Swirl · 14 years ago