1. 8b4a3df Fix popcnt in long mode by malc · 12 years ago
  2. 6fd2a02 cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic by Peter Maydell · 12 years ago
  3. a9321a4 x86: Implement SMEP and SMAP by H. Peter Anvin · 12 years ago
  4. 4a19e50 i386: -cpu help: remove reference to specific CPUID leaves/registers by Eduardo Habkost · 13 years ago
  5. 3b671a4 i386: cpu: eliminate duplicate feature names by Eduardo Habkost · 13 years ago
  6. 60032ac i386: cpu: replace EXT2_FEATURE_MASK with CPUID_EXT2_AMD_ALIASES by Eduardo Habkost · 13 years ago
  7. 8fad4b4 i386: kvm: use a #define for the set of alias feature bits by Eduardo Habkost · 13 years ago
  8. b1f4679 i386: kvm: bit 10 of CPUID[8000_0001].EDX is reserved by Eduardo Habkost · 13 years ago
  9. fdefe51 Emit debug_insn for CPU_LOG_TB_OP_OPT as well. by Richard Henderson · 12 years ago
  10. 3988475 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 12 years ago
  11. 2e84849 target-i386: Allow tsc-frequency to be larger then 2.147G by Don Slutz · 12 years ago
  12. 473955e target-i386: Drop unused setscalar() macro by Andreas Färber · 13 years ago
  13. c04321b target-i386: Kill cpudef config section support by Eduardo Habkost · 13 years ago
  14. bc3e129 target-i386: x86_cpudef_setup() coding style change by Eduardo Habkost · 13 years ago
  15. 3eca464 target-i386: Move CPU models from cpus-x86_64.conf to C by Eduardo Habkost · 13 years ago
  16. a75b081 target-i386: Add missing CPUID_* constants by Eduardo Habkost · 13 years ago
  17. e916cbf Drop cpu_list_id macro by Peter Maydell · 13 years ago
  18. 6cdf885 target-i386: Fold -cpu ?cpuid, ?model output into -cpu help, drop ?dump by Peter Maydell · 13 years ago
  19. b139bd3 kvm: i386: Add services required for PCI device assignment by Jan Kiszka · 13 years ago
  20. b834b50 w32: Fix broken build by Stefan Weil · 13 years ago
  21. bc9a839 kvm: get/set PV EOI MSR by Michael S. Tsirkin · 13 years ago
  22. ef8621b target-i386: disable pv eoi to fix migration across QEMU versions by Anthony Liguori · 13 years ago
  23. 5c73b75 target-i386/translate.c: mov to/from crN/drN: ignore mod bits by Matthew Ogilvie · 13 years ago
  24. 76b64a7 win32: provide separate macros for weak decls and definitions by Anthony Liguori · 13 years ago
  25. 92fc4b5 x86: switch to AREG0 free mode by Blue Swirl · 13 years ago
  26. 2999a0b x86: avoid AREG0 in segmentation helpers by Blue Swirl · 13 years ago
  27. 4a7443b x86: avoid AREG0 for misc helpers by Blue Swirl · 13 years ago
  28. 329e607 x86: use wrappers for memory access helpers by Blue Swirl · 13 years ago
  29. 608badf x86: avoid AREG0 for SMM helpers by Blue Swirl · 13 years ago
  30. 052e80d x86: avoid AREG0 for SVM helpers by Blue Swirl · 13 years ago
  31. 7923057 x86: avoid AREG0 for integer helpers by Blue Swirl · 13 years ago
  32. f0967a1 x86: avoid AREG0 for condition code helpers by Blue Swirl · 13 years ago
  33. d3eb5ea x86: avoid AREG0 for FPU helpers by Blue Swirl · 13 years ago
  34. 633decd Merge remote-tracking branch 'qmp/queue/qmp' into staging by Anthony Liguori · 13 years ago
  35. e396612 target-i386: add implementation of query-cpu-definitions (v2) by Anthony Liguori · 13 years ago
  36. d517872 Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 13 years ago
  37. d3da41e Merge branch 'x86cpu_qom_tcg_v2' of git://github.com/imammedo/qemu by Blue Swirl · 13 years ago
  38. f3e1bed kvm: Decouple 'GSI routing' from 'kernel irqchip' by Peter Maydell · 13 years ago
  39. 614e41b kvm: Decouple 'MSI routing via irqfds' from 'kernel irqchip' by Peter Maydell · 13 years ago
  40. cc7e0dd kvm: Decouple 'irqfds usable' from 'kernel irqchip' by Peter Maydell · 13 years ago
  41. 1d31f66 kvm: Move kvm_allows_irq0_override() to target-i386, fix return type by Peter Maydell · 13 years ago
  42. 65dee38 target-i386: move cpu_reset and reset callback to cpu.c by Igor Mammedov · 13 years ago
  43. dd67328 target-i386: move cpu halted decision into x86_cpu_reset by Igor Mammedov · 13 years ago
  44. 7162ab2 x86: Fixed incorrect segment base address addition in 64-bits mode by Vitaly Chipounov · 13 years ago
  45. 434acb8 Recognize PCID feature by Mao, Junjie · 13 years ago
  46. 09f06a6 Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 13 years ago
  47. 5d62c43 apic: Defer interrupt updates to VCPU thread by Jan Kiszka · 13 years ago
  48. bedc2ac target-i386: make it clearer that op table accesses don't overrun by Peter Maydell · 13 years ago
  49. 96d7073 target-i386: Remove confusing X86_64_DEF macro by Peter Maydell · 13 years ago
  50. a87dacc target-i386: Remove unused macros by Peter Maydell · 13 years ago
  51. 11f8cdb target-i386: Fix compilation with --enable-debug by Stefan Weil · 13 years ago
  52. a75b3e0 kvm: expose tsc deadline timer feature to guest by Liu, Jinsong · 13 years ago
  53. bfee754 kvm_pv_eoi: add flag support by Michael S. Tsirkin · 13 years ago
  54. 9cc85c2 x86: rename op_helper.c to seg_helper.c by Blue Swirl · 13 years ago
  55. 1077499 x86: split off memory access helpers by Blue Swirl · 13 years ago
  56. f7b2429 x86: split off misc helpers by Blue Swirl · 13 years ago
  57. ab109e5 x86: split off SMM helpers by Blue Swirl · 13 years ago
  58. 6bada5e x86: split off SVM helpers by Blue Swirl · 13 years ago
  59. d758207 x86: split off integer helpers by Blue Swirl · 13 years ago
  60. 5918fff x86: split off condition code helpers by Blue Swirl · 13 years ago
  61. 997ff0d x86: prepare eflags helpers for general use by Blue Swirl · 13 years ago
  62. 38de4c4 x86: split condition code and shift templates by Blue Swirl · 13 years ago
  63. a04759f x86: fix coding style in helper_template.h by Blue Swirl · 13 years ago
  64. c4baa05 x86: improve SSE table type safety by Blue Swirl · 13 years ago
  65. f299f43 x86: split off FPU helpers by Blue Swirl · 13 years ago
  66. e01d9d3 x86: fix coding style in ops_sse.h by Blue Swirl · 13 years ago
  67. 9dd69d6 x86: avoid an extern declaration by Blue Swirl · 13 years ago
  68. 599b9a5 x86: split off exception handlers by Blue Swirl · 13 years ago
  69. 77b2bc2 x86: avoid AREG0 for exceptions by Blue Swirl · 13 years ago
  70. 20054ef x86: prepare op_helper.c for splitting by Blue Swirl · 13 years ago
  71. d65e981 target-i386: move tcg initialization into x86_cpu_initfn() by Igor Mammedov · 13 years ago
  72. 130a038 target-i386: drop usage of prev_debug_excp_handler by Igor Mammedov · 13 years ago
  73. 09faecf target-i386: Use QEMU instead of Qemu by Stefan Weil · 13 years ago
  74. 71547a3 qemu-log: use LOG_UNIMP for some target CPU cases by Blue Swirl · 13 years ago
  75. 93bfef4 Allow machines to configure the QEMU_VERSION that's exposed via hardware by Crístian Viana · 13 years ago
  76. fc0608a Fix some more license versions (GPL2+ instead of GPL2) by Stefan Weil · 13 years ago
  77. fa02988 target-i386: Use uint32 visitor for [x]level properties by Andreas Färber · 13 years ago
  78. fbe37ef build: move other target-*/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  79. 5f86146 dump: remove dumping stuff from cpu-all.h by Paolo Bonzini · 13 years ago
  80. 4720bd0 dump: change cpu_get_note_size to return ssize_t by Paolo Bonzini · 13 years ago
  81. 9cdc8df build: move libobj-y variable to nested Makefile.objs by Paolo Bonzini · 13 years ago
  82. 5e8861a build: move obj-TARGET-y variables to nested Makefile.objs by Paolo Bonzini · 13 years ago
  83. 3494170 Merge remote-tracking branch 'qmp/queue/qmp' into staging by Anthony Liguori · 13 years ago
  84. b7e516c Kill off cpu_state_reset() by Andreas Färber · 13 years ago
  85. b47ed99 target-i386: Let cpu_x86_init() return X86CPU by Andreas Färber · 13 years ago
  86. 232fc23 target-i386: Pass X86CPU to do_cpu_{init,sipi}() by Andreas Färber · 13 years ago
  87. 0038ffb target-i386: Add API to get note's size by Wen Congyang · 13 years ago
  88. 25ae9c1 target-i386: add API to get dump info by Wen Congyang · 13 years ago
  89. 90166b7 target-i386: Add API to write cpu status to core file by Wen Congyang · 13 years ago
  90. 9fecbed target-i386: Add API to write elf notes to core file by Wen Congyang · 13 years ago
  91. 31a2207 Add API to check whether paging mode is enabled by Wen Congyang · 13 years ago
  92. fae001f implement cpu_get_memory_mapping() by Wen Congyang · 13 years ago
  93. 1352672 Expose CPUID leaf 7 only for -cpu host by Eduardo Habkost · 13 years ago
  94. 7a05995 target-i386: Defer MCE init by Andreas Färber · 13 years ago
  95. 89e4896 target-i386: Introduce "tsc-frequency" property for X86CPU by Andreas Färber · 13 years ago
  96. d480e1a target-i386: Prepare "vendor" property for X86CPU by Andreas Färber · 13 years ago
  97. 16b93aa target-i386: Introduce "xlevel" property for X86CPU by Andreas Färber · 13 years ago
  98. 8e1898b target-i386: Introduce "level" property for X86CPU by Andreas Färber · 13 years ago
  99. 63e886e target-i386: Add property getter for CPU model-id by Andreas Färber · 13 years ago
  100. 35112e4 target-i386: Add property getter for CPU stepping by Andreas Färber · 13 years ago