1. dd67328 target-i386: move cpu halted decision into x86_cpu_reset by Igor Mammedov · 13 years ago
  2. 7162ab2 x86: Fixed incorrect segment base address addition in 64-bits mode by Vitaly Chipounov · 13 years ago
  3. 434acb8 Recognize PCID feature by Mao, Junjie · 13 years ago
  4. 09f06a6 Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 13 years ago
  5. 5d62c43 apic: Defer interrupt updates to VCPU thread by Jan Kiszka · 13 years ago
  6. bedc2ac target-i386: make it clearer that op table accesses don't overrun by Peter Maydell · 13 years ago
  7. 96d7073 target-i386: Remove confusing X86_64_DEF macro by Peter Maydell · 13 years ago
  8. a87dacc target-i386: Remove unused macros by Peter Maydell · 13 years ago
  9. 11f8cdb target-i386: Fix compilation with --enable-debug by Stefan Weil · 13 years ago
  10. a75b3e0 kvm: expose tsc deadline timer feature to guest by Liu, Jinsong · 13 years ago
  11. bfee754 kvm_pv_eoi: add flag support by Michael S. Tsirkin · 13 years ago
  12. 9cc85c2 x86: rename op_helper.c to seg_helper.c by Blue Swirl · 13 years ago
  13. 1077499 x86: split off memory access helpers by Blue Swirl · 13 years ago
  14. f7b2429 x86: split off misc helpers by Blue Swirl · 13 years ago
  15. ab109e5 x86: split off SMM helpers by Blue Swirl · 13 years ago
  16. 6bada5e x86: split off SVM helpers by Blue Swirl · 13 years ago
  17. d758207 x86: split off integer helpers by Blue Swirl · 13 years ago
  18. 5918fff x86: split off condition code helpers by Blue Swirl · 13 years ago
  19. 997ff0d x86: prepare eflags helpers for general use by Blue Swirl · 13 years ago
  20. 38de4c4 x86: split condition code and shift templates by Blue Swirl · 13 years ago
  21. a04759f x86: fix coding style in helper_template.h by Blue Swirl · 13 years ago
  22. c4baa05 x86: improve SSE table type safety by Blue Swirl · 13 years ago
  23. f299f43 x86: split off FPU helpers by Blue Swirl · 13 years ago
  24. e01d9d3 x86: fix coding style in ops_sse.h by Blue Swirl · 13 years ago
  25. 9dd69d6 x86: avoid an extern declaration by Blue Swirl · 13 years ago
  26. 599b9a5 x86: split off exception handlers by Blue Swirl · 13 years ago
  27. 77b2bc2 x86: avoid AREG0 for exceptions by Blue Swirl · 13 years ago
  28. 20054ef x86: prepare op_helper.c for splitting by Blue Swirl · 13 years ago
  29. 09faecf target-i386: Use QEMU instead of Qemu by Stefan Weil · 13 years ago
  30. 71547a3 qemu-log: use LOG_UNIMP for some target CPU cases by Blue Swirl · 13 years ago
  31. 93bfef4 Allow machines to configure the QEMU_VERSION that's exposed via hardware by Crístian Viana · 13 years ago
  32. fc0608a Fix some more license versions (GPL2+ instead of GPL2) by Stefan Weil · 13 years ago
  33. fa02988 target-i386: Use uint32 visitor for [x]level properties by Andreas Färber · 13 years ago
  34. fbe37ef build: move other target-*/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  35. 5f86146 dump: remove dumping stuff from cpu-all.h by Paolo Bonzini · 13 years ago
  36. 4720bd0 dump: change cpu_get_note_size to return ssize_t by Paolo Bonzini · 13 years ago
  37. 9cdc8df build: move libobj-y variable to nested Makefile.objs by Paolo Bonzini · 13 years ago
  38. 5e8861a build: move obj-TARGET-y variables to nested Makefile.objs by Paolo Bonzini · 13 years ago
  39. 3494170 Merge remote-tracking branch 'qmp/queue/qmp' into staging by Anthony Liguori · 13 years ago
  40. b7e516c Kill off cpu_state_reset() by Andreas Färber · 13 years ago
  41. b47ed99 target-i386: Let cpu_x86_init() return X86CPU by Andreas Färber · 13 years ago
  42. 232fc23 target-i386: Pass X86CPU to do_cpu_{init,sipi}() by Andreas Färber · 13 years ago
  43. 0038ffb target-i386: Add API to get note's size by Wen Congyang · 13 years ago
  44. 25ae9c1 target-i386: add API to get dump info by Wen Congyang · 13 years ago
  45. 90166b7 target-i386: Add API to write cpu status to core file by Wen Congyang · 13 years ago
  46. 9fecbed target-i386: Add API to write elf notes to core file by Wen Congyang · 13 years ago
  47. 31a2207 Add API to check whether paging mode is enabled by Wen Congyang · 13 years ago
  48. fae001f implement cpu_get_memory_mapping() by Wen Congyang · 13 years ago
  49. 1352672 Expose CPUID leaf 7 only for -cpu host by Eduardo Habkost · 13 years ago
  50. 7a05995 target-i386: Defer MCE init by Andreas Färber · 13 years ago
  51. 89e4896 target-i386: Introduce "tsc-frequency" property for X86CPU by Andreas Färber · 13 years ago
  52. d480e1a target-i386: Prepare "vendor" property for X86CPU by Andreas Färber · 13 years ago
  53. 16b93aa target-i386: Introduce "xlevel" property for X86CPU by Andreas Färber · 13 years ago
  54. 8e1898b target-i386: Introduce "level" property for X86CPU by Andreas Färber · 13 years ago
  55. 63e886e target-i386: Add property getter for CPU model-id by Andreas Färber · 13 years ago
  56. 35112e4 target-i386: Add property getter for CPU stepping by Andreas Färber · 13 years ago
  57. 67e30c8 target-i386: Add property getter for CPU model by Andreas Färber · 13 years ago
  58. 95b8519 target-i386: Add property getter for CPU family by Andreas Färber · 13 years ago
  59. 938d4c2 target-i386: Add "model-id" property to X86CPU by Andreas Färber · 13 years ago
  60. 036e222 target-i386: Add "stepping" property to X86CPU by Andreas Färber · 13 years ago
  61. c5291a4 target-i386: Add "model" property to X86CPU by Andreas Färber · 13 years ago
  62. 71ad61d target-i386: Add "family" property to X86CPU by Andreas Färber · 13 years ago
  63. a88a677 target-i386: Add range check for -cpu ,family=x by Andreas Färber · 13 years ago
  64. 61dcd77 target-i386: Pass X86CPU to cpu_x86_register() by Andreas Färber · 13 years ago
  65. d0a6acf target-i386: Fix x86_cpuid_set_model_id() by Andreas Färber · 13 years ago
  66. 2050396 Use uintptr_t for various op related functions by Blue Swirl · 13 years ago
  67. c1958ae target-i386: QOM'ify CPU reset by Andreas Färber · 13 years ago
  68. de02481 target-i386: QOM'ify CPU init by Andreas Färber · 13 years ago
  69. 5fd2087 target-i386: QOM'ify CPU by Andreas Färber · 13 years ago
  70. 30471bc target-i386: Rename cpuid.c by Andreas Färber · 13 years ago
  71. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  72. 317ac62 target-i386: Don't overuse CPUState by Andreas Färber · 13 years ago
  73. 1bba0dc Rename cpu_reset() to cpu_state_reset() by Andreas Färber · 13 years ago
  74. eaf3f09 add "tsc-deadline" flag name to feature_ecx table by Eduardo Habkost · 13 years ago
  75. 3f2cbf0 target-i386: Mask NX bit from cpu_get_phys_page_debug result by Jan Kiszka · 13 years ago
  76. 7e68075 kvm: fill in padding to help valgrind by Michael S. Tsirkin · 13 years ago
  77. 5a30d3f Merge branch 'upstream' of git://qemu.weilnetz.de/qemu by Blue Swirl · 13 years ago
  78. 5918ff6 Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 13 years ago
  79. 727d6bf target-i386: Clean includes by Stefan Weil · 13 years ago
  80. dcce667 target-i386: Introduce x86_cpuid_set_model_id() by Andreas Färber · 13 years ago
  81. 38c3dc4 target-i386: Introduce x86_cpuid_version_set_stepping() by Andreas Färber · 13 years ago
  82. b0704cb target-i386: Introduce x86_cpuid_version_set_model() by Andreas Färber · 13 years ago
  83. ed5e1ec target-i386: Introduce x86_cpuid_version_set_family() by Andreas Färber · 13 years ago
  84. 3ac8ebf cpu defs: use Intel flag names for Intel models (v2) by Eduardo Habkost · 13 years ago
  85. f370be3 cpu flags: aliases: pclmuldq|pclmulqdq and ffxsr|fxsr_opt by Eduardo Habkost · 13 years ago
  86. d362e75 target-i386: Add infrastructure for reporting TPR MMIO accesses by Jan Kiszka · 13 years ago
  87. d1f8663 kvm: Synchronize cpu state in kvm_arch_stop_on_emulation_error() by Gleb Natapov · 13 years ago
  88. 3d4b264 kvm: Implement kvm_irqchip_in_kernel like kvm_enabled by Jan Kiszka · 13 years ago
  89. 39d6960 kvm: Allow to set shadow MMU size by Jan Kiszka · 13 years ago
  90. 61eb1f3 hyperv: fix build on non-KVM hosts by Blue Swirl · 13 years ago
  91. 680c1c6 kvm: x86: Add user space part for in-kernel APIC by Jan Kiszka · 13 years ago
  92. 84b058d kvm: Introduce core services for in-kernel irqchip support by Jan Kiszka · 13 years ago
  93. eab7013 hyper-v: initialize Hyper-V CPUID leaves. by Vadim Rozenfeld · 13 years ago
  94. 28f52cc hyper-v: introduce Hyper-V support infrastructure. by Vadim Rozenfeld · 13 years ago
  95. 20f8bd4 target-i386: fix compilation with --enable-debug-tcg by Aurelien Jarno · 13 years ago
  96. 2355c16 target-i386: fix SSE rounding and flush to zero by Aurelien Jarno · 13 years ago
  97. 170d5b4 target-i386: fix dpps and dppd SSE2 instructions by Aurelien Jarno · 13 years ago
  98. adc7166 target-i386: fix round{pd,ps,sd,ss} SSE2 instructions by Aurelien Jarno · 13 years ago
  99. a4d1f14 target-i386: fix {min,max}{pd,ps,sd,ss} SSE2 instructions by Aurelien Jarno · 13 years ago
  100. f3c6a16 Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into staging by Anthony Liguori · 13 years ago