1. 9c04146 target-i386: remove superfluous TARGET_HAS_SMC macro by Emilio G. Cota · 10 years ago
  2. e1570d0 target-i386: Remove icc_bridge parameter from cpu_x86_create() by Eduardo Habkost · 10 years ago
  3. 8d86e34 Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-peter' into staging by Peter Maydell · 10 years ago
  4. 2994fd9 cpu: Make cpu_init() return QOM CPUState object by Eduardo Habkost · 10 years ago
  5. 54a4029 target-i386: Move APIC ID compatibility code to pc.c by Eduardo Habkost · 10 years ago
  6. 7e72a45 target-i386: Move CPUX86State::cpuid_apic_id to X86CPU::apic_id by Eduardo Habkost · 10 years ago
  7. 0856579 Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging" by Peter Maydell · 10 years ago
  8. 9e9d386 target-i386: Move CPUX86State.cpuid_apic_id to X86CPU.apic_id by Eduardo Habkost · 10 years ago
  9. 15258d4 target-i386: Eliminate cpu_init() function by Eduardo Habkost · 10 years ago
  10. 644dba2 target-i386: Rename cpu_x86_init() to cpu_x86_init_user() by Eduardo Habkost · 10 years ago
  11. b771147 target-i386: make xmm_regs 512-bit wide by Paolo Bonzini · 10 years ago
  12. ec53b45 exec.c: Drop TARGET_HAS_ICE define and checks by Peter Maydell · 10 years ago
  13. 5b9efc3 i386: do not cross the pages boundaries in replay mode by Pavel Dovgalyuk · 10 years ago
  14. 18cd2c1 target-i386: get/set/migrate XSAVES state by Wanpeng Li · 10 years ago
  15. 0bb0b2d target-i386: add feature flags for CPUID[EAX=0xd,ECX=1] by Paolo Bonzini · 10 years ago
  16. e6a33e4 target-i386: fix Coverity complaints about overflows by Paolo Bonzini · 10 years ago
  17. 75d373e target-i386: Disable SVM by default in KVM mode by Eduardo Habkost · 10 years ago
  18. 1cadaa9 target-i386: Rename KVM auto-feature-enable compat function by Eduardo Habkost · 10 years ago
  19. 9aecd6f target-i386: add Intel AVX-512 support by Chao Peng · 10 years ago
  20. 5bde140 target-i386: update fp status fix by Pavel Dovgalyuk · 10 years ago
  21. 86025ee cpu-exec: Make debug_excp_handler a QOM CPU method by Peter Maydell · 11 years ago
  22. d1ae67f x86: kvm: Add MTRR support for kvm_get|put_msrs() by Alex Williamson · 11 years ago
  23. d8b5c67 x86: Use common variable range MTRR counts by Alex Williamson · 11 years ago
  24. 303752a target-i386: Support "invariant tsc" flag by Marcelo Tosatti · 11 years ago
  25. 31e25e3 Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into staging by Peter Maydell · 11 years ago
  26. eaad03e target-i386: raise page fault for reserved bits in large pages by Paolo Bonzini · 11 years ago
  27. e8f6d00 target-i386: raise page fault for reserved physical address bits by Paolo Bonzini · 11 years ago
  28. f57584d target-i386: simplify SMAP handling in MMU_KSMAP_IDX by Paolo Bonzini · 11 years ago
  29. 8a201bd target-i386: fix kernel accesses with SMAP and CPL = 3 by Paolo Bonzini · 11 years ago
  30. 43773ed target-i386: rename KSMAP to KNOSMAP by Paolo Bonzini · 11 years ago
  31. 28fb26f target-i386: set CC_OP to CC_OP_EFLAGS in cpu_load_eflags by Paolo Bonzini · 11 years ago
  32. 7125c93 target-i386: get CPL from SS.DPL by Paolo Bonzini · 11 years ago
  33. 4a92a55 cpu: make CPU_INTERRUPT_RESET available on all targets by Paolo Bonzini · 12 years ago
  34. 43175fa target-i386: preserve FPU and MSR state on INIT by Paolo Bonzini · 12 years ago
  35. 05e7e81 target-i386: fix set of registers zeroed on reset by Paolo Bonzini · 11 years ago
  36. 7848c8d target-i386: the x86 CPL is stored in CS.selector - auto update hflags accordingly. by Kevin O'Connor · 11 years ago
  37. 2cd49cb target-i386: Avoid shifting left into sign bit by Peter Maydell · 11 years ago
  38. f0c3c50 cpu: Move breakpoints field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  39. ff4700b cpu: Move watchpoint fields from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  40. 7510454 cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook by Andreas Färber · 12 years ago
  41. 8fb4f82 target-i386: Introduce x86_cpu_compat_disable_kvm_features() by Eduardo Habkost · 11 years ago
  42. 8c2e1b0 cpu: Turn cpu_has_work() into a CPUClass hook by Andreas Färber · 12 years ago
  43. e00ef74 Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging by Peter Maydell · 11 years ago
  44. 4ab23a9 Define the architecture for compressed dump format by qiaonuohan · 11 years ago
  45. 4e47e39 target-i386: Fix SSE status flag corruption by Richard Henderson · 11 years ago
  46. 48a5f3b kvm: add support for hyper-v timers by Vadim Rozenfeld · 11 years ago
  47. 5ef6898 kvm: make hyperv vapic assist page migratable by Vadim Rozenfeld · 11 years ago
  48. 1c90ef2 kvm: make hyperv hypercall and guest os id MSRs migratable. by Vadim Rozenfeld · 11 years ago
  49. 0169c51 Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 11 years ago
  50. 02e5148 target-i386: Move apic_state field from CPUX86State to X86CPU by Chen Fan · 11 years ago
  51. 79e9ebe target-i386: Intel MPX by Liu Jinsong · 11 years ago
  52. c74f41b x86: fix migration from pre-version 12 by Paolo Bonzini · 12 years ago
  53. b5d54bd Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5 by Anthony Liguori · 12 years ago
  54. 92067bf target-i386: Move hyperv_* static globals to X86CPU by Igor Mammedov · 12 years ago
  55. 0d89436 kvm: migrate vPMU state by Paolo Bonzini · 12 years ago
  56. e4a09c9 target-i386: remove tabs from target-i386/cpu.h by Paolo Bonzini · 12 years ago
  57. 0779cae Initialize IA32_FEATURE_CONTROL MSR in reset and migration by Arthur Chunqi Li · 12 years ago
  58. bdf7ae5 cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb() by Andreas Färber · 12 years ago
  59. 518e9d7 target-i386: Change do_smm_enter() argument to X86CPU by Andreas Färber · 12 years ago
  60. 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 12 years ago
  61. 80cf2c8 target-i386/helper: remove DF macro by liguang · 12 years ago
  62. a78d0ea target-i386/helper: remove EIP macro by liguang · 12 years ago
  63. cf75c59 target-i386/helper: remove EDI macro by liguang · 12 years ago
  64. 78c3c6d target-i386/helper: remove ESI macro by liguang · 12 years ago
  65. 08b3ded target-i386/helper: remove ESP macro by liguang · 12 years ago
  66. c12dddd target-i386/helper: remove EBP macro by liguang · 12 years ago
  67. 00f5e6f target-i386/helper: remove EDX macro by liguang · 12 years ago
  68. a416561 target-i386/helper: remove ECX macro by liguang · 12 years ago
  69. 70b5136 target-i386/helper: remove EBX macro by liguang · 12 years ago
  70. 4b34e3a target-i386/helper: remove EAX macro by liguang · 12 years ago
  71. 0668af5 target-i386: Introduce generic CPUID feature compat function by Eduardo Habkost · 12 years ago
  72. 0514ef2 target-i386: Replace cpuid_*features fields with a feature word array by Eduardo Habkost · 12 years ago
  73. 90e4b0c target-i386: Group together level, xlevel, xlevel2 fields by Eduardo Habkost · 12 years ago
  74. 62fc403 target-i386: Attach ICC bus to CPU on its creation by Igor Mammedov · 12 years ago
  75. baaeda0 target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZE by Igor Mammedov · 12 years ago
  76. 917367a target-i386: kvm: save/restore steal time MSR by Marcelo Tosatti · 12 years ago
  77. 7f83324 target-i386: Split out CPU creation and features parsing by Igor Mammedov · 12 years ago
  78. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  79. dab8623 extract/unify the constant 0xfee00000 as APIC_DEFAULT_ADDRESS by Laszlo Ersek · 12 years ago
  80. 4d8b3c6 strip some whitespace by Laszlo Ersek · 12 years ago
  81. 97a8ea5 cpu: Replace do_interrupt() by CPUClass::do_interrupt method by Andreas Färber · 12 years ago
  82. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  83. f56e3a1 target-i386: Update VMStateDescription to X86CPU by Andreas Färber · 12 years ago
  84. 436ff2d target-i386: Add CC_OP_CLR by Richard Henderson · 12 years ago
  85. cd7f97c target-i386: Implement ADX extension by Richard Henderson · 12 years ago
  86. bc4b43d target-i386: Implement BLSR, BLSMSK, BLSI by Richard Henderson · 12 years ago
  87. 988c3eb target-i386: Use CC_SRC2 for ADC and SBB by Richard Henderson · 12 years ago
  88. fee7188 target-i386: Name the cc_op enumeration by Richard Henderson · 12 years ago
  89. f5847c9 target-i386: compute eflags outside rcl/rcr helper by Paolo Bonzini · 12 years ago
  90. 5c3c6a6 target-i386: Move cpu_x86_init() by Andreas Färber · 12 years ago
  91. cc36a7a target-i386: Pass X86CPU to cpu_x86_set_a20() by Andreas Färber · 12 years ago
  92. 11acfdd target-i386: Remove vendor_override field from CPUX86State by Igor Mammedov · 12 years ago
  93. 99b88a1 target-i386: Replace uint32_t vendor fields by vendor string in x86_def_t by Igor Mammedov · 12 years ago
  94. 8932cfd pc: Generate APIC IDs according to CPU topology by Eduardo Habkost · 12 years ago
  95. cb41bad target-i386: Introduce x86_cpu_apic_id_from_index() function by Eduardo Habkost · 12 years ago
  96. 2969475 pc: Reverse pc_init_pci() compatibility logic by Eduardo Habkost · 12 years ago
  97. e175bce target-i386: Use switch in check_hw_breakpoints() by liguang · 12 years ago
  98. 5902564 target-i386: Introduce hw_{local,global}_breakpoint_enabled() by liguang · 12 years ago
  99. 428065c target-i386: Define DR7 bit field constants by liguang · 12 years ago
  100. 5ef5787 target-i386/cpu: Introduce FeatureWord typedefs by Eduardo Habkost · 12 years ago