1. 46232aa cpu/apic: drop icc bus/bridge by Chen Fan · 10 years ago
  2. 8d42d2d apic: move APIC's MMIO region mapping into APIC by Chen Fan · 10 years ago
  3. 2188cc5 Correctly re-init EFER state during INIT IPI by Bill Paul · 10 years ago
  4. becb666 target-i386: add ABM to Haswell* and Broadwell* CPU models by Paolo Bonzini · 10 years ago
  5. c9b8f6b target-i386: get/put MSR_TSC_AUX across reset and migration by Amit Shah · 10 years ago
  6. dd941cd target-i386: Make check_hw_breakpoints static by Richard Henderson · 10 years ago
  7. ba4b5c6 target-i386: Move breakpoint related functions to new file by Richard Henderson · 10 years ago
  8. 5114e84 target-i386: Convert kvm_default_*features to property/value pairs by Eduardo Habkost · 10 years ago
  9. a4fc321 i386: interrupt poll processing by Pavel Dovgalyuk · 10 years ago
  10. 6220e90 i386: partial revert of interrupt poll fix by Pavel Dovgalyuk · 10 years ago
  11. a5e8788 i386: Rename ELF_MACHINE to be x86 specific by Peter Crosthwaite · 10 years ago
  12. 6bde8fd hmp: implemented io apic dump state for TCG by Pavel Butsykin · 10 years ago
  13. d665d69 hmp: added io apic dump state by Pavel Butsykin · 10 years ago
  14. 1f871d4 hmp: added local apic dump state by Pavel Butsykin · 10 years ago
  15. 4677bb4 utils: rename strtosz to use qemu prefix by Marc-André Lureau · 10 years ago
  16. 1c9f03b Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  17. bf95728 monitor: remove target-specific code from monitor.c by Pavel Butsykin · 10 years ago
  18. f2a53c9 i386/kvm: Hyper-v crash msrs set/get'ers and migration by Andrey Smetanin · 10 years ago
  19. 73aa529 target-i386: move asm-x86/hyperv.h to standard-headers by Paolo Bonzini · 10 years ago
  20. 4054cde target-i386: exception handling for other helper functions by Pavel Dovgalyuk · 10 years ago
  21. 100ec09 target-i386: exception handling for seg_helper functions by Pavel Dovgalyuk · 10 years ago
  22. 2afbdf8 target-i386: exception handling for memory helpers by Pavel Dovgalyuk · 10 years ago
  23. cc33c5d target-i386: exception handling for div instructions by Pavel Dovgalyuk · 10 years ago
  24. 6cad09d target-i386: exception handling for FPU instructions by Pavel Dovgalyuk · 10 years ago
  25. 9198009 target-i386: introduce new raise_exception functions by Pavel Dovgalyuk · 10 years ago
  26. a2aa09e Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  27. 97ed5cc tlb: Add "ifetch" argument to cpu_mmu_index() by Benjamin Herrenschmidt · 10 years ago
  28. 1618d2a maint: remove unused include for signal.h by Daniel P. Berrange · 10 years ago
  29. 677ef62 replace spinlock by QemuMutex. by KONRAD Frederic · 10 years ago
  30. e8963e5 target-i386: Remove x86_cpu_compat_set_features() by Eduardo Habkost · 10 years ago
  31. 178846b target-i386/FPU: a misprint in helper_fistll_ST0 by Dmitry Poletaev · 10 years ago
  32. 3046bb5 target-i386: emulate CPUID level of real hardware by Radim Krčmář · 10 years ago
  33. d461a44 target-i386: Don't strdup() alias property name by Eduardo Habkost · 10 years ago
  34. ea3e984 cpu-exec: Purge all uses of ENV_GET_CPU() by Peter Crosthwaite · 10 years ago
  35. 4bad9e3 cpu: Change cpu_exec_init() arg to cpu, not env by Peter Crosthwaite · 10 years ago
  36. bbd77c1 translate-all: Change tb_flush() env argument to cpu by Peter Crosthwaite · 10 years ago
  37. 5a790cc cpu: Add Error argument to cpu_exec_init() by Bharata B Rao · 10 years ago
  38. acf7b7f Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  39. 06ef227 target-i386: avoid overflow in the tsc-frequency property by Paolo Bonzini · 10 years ago
  40. 28b8e4d i386: Introduce ARAT CPU feature by Jan Kiszka · 10 years ago
  41. 6f2945c crypto: move built-in AES implementation into crypto/ by Daniel P. Berrange · 10 years ago
  42. 355023f pc: add SMM property by Paolo Bonzini · 10 years ago
  43. 6410848 target-i386: register a separate KVM address space including SMRAM regions by Paolo Bonzini · 10 years ago
  44. fc12d72 target-i386: add support for SMBASE MSR and SMIs by Paolo Bonzini · 10 years ago
  45. 4b8523e kvm: First step to push iothread lock out of inner run loop by Jan Kiszka · 10 years ago
  46. cc7a8ea Include qapi/qmp/qerror.h exactly where needed by Markus Armbruster · 10 years ago
  47. d49b683 qerror: Move #include out of qerror.h by Markus Armbruster · 10 years ago
  48. c6bd8c7 qerror: Clean up QERR_ macros to expand into a single string by Markus Armbruster · 10 years ago
  49. d49190c disas: Remove uses of CPU env by Peter Crosthwaite · 10 years ago
  50. 5cd8cad migration: Use normal VMStateDescriptions for Subsections by Juan Quintela · 11 years ago
  51. f809c60 target-i386: use memory API to implement SMRAM by Paolo Bonzini · 10 years ago
  52. 2001d0c target-i386: create a separate AddressSpace for each CPU by Paolo Bonzini · 10 years ago
  53. a9bad65 target-i386: wake up processors that receive an SMI by Paolo Bonzini · 10 years ago
  54. b4854f1 target-i386: set G=1 in SMM big real mode selectors by Paolo Bonzini · 10 years ago
  55. 9982f74 target-i386: mask NMIs on entry to SMM by Paolo Bonzini · 10 years ago
  56. 3f7d846 target-i386: Use correct memory attributes for ioport accesses by Paolo Bonzini · 10 years ago
  57. b216aa6 target-i386: Use correct memory attributes for memory accesses by Paolo Bonzini · 10 years ago
  58. f794aa4 target-i386: introduce cpu_get_mem_attrs by Paolo Bonzini · 10 years ago
  59. 6fa6b31 Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging by Peter Maydell · 10 years ago
  60. 38e5c11 target-i386: Register QOM properties for feature flags by Eduardo Habkost · 10 years ago
  61. 458cf46 target-i386: Fix signedness of MSR_IA32_APICBASE_BASE by Eduardo Habkost · 10 years ago
  62. 1850b6b kvm: introduce kvm_arch_msi_data_to_gsi by Eric Auger · 10 years ago
  63. 4c66375 kvm: add support for memory transaction attributes by Paolo Bonzini · 10 years ago
  64. 84cbd63 Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging by Peter Maydell · 10 years ago
  65. 726a8ff target-i386: Remove AMD feature flag aliases from CPU model table by Eduardo Habkost · 10 years ago
  66. 01431f3 target-i386: X86CPU::xlevel2 QOM property by Eduardo Habkost · 10 years ago
  67. b9472b7 target-i386: Make "level" and "xlevel" properties static by Eduardo Habkost · 10 years ago
  68. 42874d3 Switch non-CPU callers from ld/st*_phys to address_space_ld/st* by Peter Maydell · 10 years ago
  69. 9c04146 target-i386: remove superfluous TARGET_HAS_SMC macro by Emilio G. Cota · 10 years ago
  70. 9cb11fd target-i386: clear bsp bit when designating bsp by Nadav Amit · 10 years ago
  71. cbea0c2 target-i386: save 64-bit CR3 in 64-bit SMM state save area by Paolo Bonzini · 10 years ago
  72. a356850 target-i386: Haswell-noTSX and Broadwell-noTSX by Eduardo Habkost · 10 years ago
  73. 1ee9159 Revert "target-i386: Disable HLE and RTM on Haswell & Broadwell" by Eduardo Habkost · 10 years ago
  74. e1570d0 target-i386: Remove icc_bridge parameter from cpu_x86_create() by Eduardo Habkost · 10 years ago
  75. 42a268c tcg: Change translator-side labels to a pointer by Richard Henderson · 10 years ago
  76. a195fdd Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
  77. 4689b77 machine: query kvm-shadow-mem machine property by Marcel Apfelbaum · 10 years ago
  78. b16565b kvm: add machine state to kvm_arch_init by Marcel Apfelbaum · 10 years ago
  79. 8d86e34 Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-peter' into staging by Peter Maydell · 10 years ago
  80. 4841237 Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging by Peter Maydell · 10 years ago
  81. 2994fd9 cpu: Make cpu_init() return QOM CPUState object by Eduardo Habkost · 10 years ago
  82. 6e8e265 target-i386: Clean up misuse of qdev_init() in realize method by Markus Armbruster · 10 years ago
  83. ac57622 x86: fix SS selector in SYSRET by Bill Paul · 10 years ago
  84. 9886e83 target-i386: Require APIC ID to be explicitly set before CPU realize by Eduardo Habkost · 10 years ago
  85. 54a4029 target-i386: Move APIC ID compatibility code to pc.c by Eduardo Habkost · 10 years ago
  86. 7e72a45 target-i386: Move CPUX86State::cpuid_apic_id to X86CPU::apic_id by Eduardo Habkost · 10 years ago
  87. 0f4b210 target-i386: Remove unused APIC ID default code by Eduardo Habkost · 10 years ago
  88. 5eb2f7a target-i386: Eliminate unnecessary get_cpuid_vendor() function by Eduardo Habkost · 10 years ago
  89. 8c3329e target-i386: Simplify listflags() function by Eduardo Habkost · 10 years ago
  90. 869b764 target-i386: Move topology.h to include/hw/i386 by Eduardo Habkost · 10 years ago
  91. 0856579 Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging" by Peter Maydell · 10 years ago
  92. b8a173b Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging by Peter Maydell · 10 years ago
  93. de13197 target-i386: Move APIC ID compatibility code to pc.c by Eduardo Habkost · 10 years ago
  94. e1356dd target-i386: Require APIC ID to be explicitly set before CPU realize by Eduardo Habkost · 10 years ago
  95. 9c235e8 target-i386: Set APIC ID using cpu_index on CONFIG_USER by Eduardo Habkost · 10 years ago
  96. 9e9d386 target-i386: Move CPUX86State.cpuid_apic_id to X86CPU.apic_id by Eduardo Habkost · 10 years ago
  97. 18b0e4e target-i386: Simplify error handling on cpu_x86_init_user() by Eduardo Habkost · 10 years ago
  98. 15258d4 target-i386: Eliminate cpu_init() function by Eduardo Habkost · 10 years ago
  99. 644dba2 target-i386: Rename cpu_x86_init() to cpu_x86_init_user() by Eduardo Habkost · 10 years ago
  100. 8a3f75b target-i386: Move topology.h to include/hw/i386 by Eduardo Habkost · 10 years ago