1. 133fe77 Merge remote branch 'luiz/queue/qmp' into qmpq by Edgar E. Iglesias · 11 years ago
  2. 4cddc7f Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging by Anthony Liguori · 11 years ago
  3. 074dcc2 Merge remote-tracking branch 'rth/ldst-i386-2' into staging by Anthony Liguori · 11 years ago
  4. 7826163 target-i386: Tidy ljmp by Richard Henderson · 11 years ago
  5. 74bdfbd target-i386: Rename gen_op_jmp_T0 to gen_op_jmp_v by Richard Henderson · 11 years ago
  6. 830a19a target-i386: Tidy some size computation by Richard Henderson · 11 years ago
  7. 33b7891 target-i386: Remove gen_op_mov_reg_A0 by Richard Henderson · 11 years ago
  8. c56bacc target-i386: Remove gen_op_mov_TN_reg by Richard Henderson · 11 years ago
  9. fd5185e target-i386: Remove gen_op_addl_T0_T1 by Richard Henderson · 11 years ago
  10. 68773f8 target-i386: Remove gen_op_mov_reg_T1 by Richard Henderson · 11 years ago
  11. 480a762 target-i386: Remove gen_op_mov_reg_T0 by Richard Henderson · 11 years ago
  12. fac0aff target-i386: Tidy cpu_regs initialization by Richard Henderson · 11 years ago
  13. 8e31d23 target_i386: Clean up gen_pop_T0 by Richard Henderson · 11 years ago
  14. 432baff target-i386: Combine gen_push_T* into gen_push_v by Richard Henderson · 11 years ago
  15. 7effd62 target-i386: Tidy addr16 code in gen_lea_modrm by Richard Henderson · 11 years ago
  16. ab4e4ae target-i386: Change dflag to TCGMemOp by Richard Henderson · 11 years ago
  17. 6f17675 target-i386: Change gen_op_mov_reg_A0 size parameter to TCGMemOp by Richard Henderson · 11 years ago
  18. 1d71ddb target-i386: Change aflag to TCGMemOp by Richard Henderson · 11 years ago
  19. c92aa1a target-i386: Change gen_op_j*z_ecx size parameter to TCGMemOp by Richard Henderson · 11 years ago
  20. d3f4bbe target-i386: Change gen_op_add_reg_* size parameter to TCGMemOp by Richard Henderson · 11 years ago
  21. d67dc9e target-i386: Use TCGMemOp for 'ot' variables by Richard Henderson · 11 years ago
  22. a7e5c7d target-i386: Remove gen_op_andl_A0_ffff by Richard Henderson · 11 years ago
  23. 2b98a7d target-i386: Remove gen_op_movl_T0_T1 by Richard Henderson · 11 years ago
  24. f0706f0 target-i386: Remove gen_op_andl_T0_im by Richard Henderson · 11 years ago
  25. 40b9023 target-i386: Remove gen_op_andl_T0_ffff by Richard Henderson · 11 years ago
  26. cc0bce8 target-i386: Remove gen_movtl_T*_im by Richard Henderson · 11 years ago
  27. 3250cff target-i386: Remove gen_op_mov*_A0_im by Richard Henderson · 11 years ago
  28. 0ae657b target-i386: Remove gen_op_movl_T0_im* by Richard Henderson · 11 years ago
  29. 1b90d56 target-i386: Remove gen_op_movl_T0_im* by Richard Henderson · 11 years ago
  30. 97212c8 target-i386: Remove gen_op_movl_T0_0 by Richard Henderson · 11 years ago
  31. a7fbcbe target-i386: Tidy extend + move by Richard Henderson · 11 years ago
  32. d5601ad target-i386: Tidy extend + store by Richard Henderson · 11 years ago
  33. 80b0201 target-i386: Tidy load + truncate by Richard Henderson · 11 years ago
  34. 24b9c00 target-i386: Tidy gen_op_mov_TN_reg+tcg_gen_trunc_tl_i32 by Richard Henderson · 11 years ago
  35. 3655a19 target-i386: Use MO_BE for movbe by Richard Henderson · 11 years ago
  36. 4eeb393 target-i386: Remove unused arguments to gen_lea_modrm by Richard Henderson · 11 years ago
  37. 4b1fe06 target-i386: Tidy movsl by Richard Henderson · 11 years ago
  38. c8fbc47 target-i386: Tidy mov[sz][bw] by Richard Henderson · 11 years ago
  39. ee3138d target-i386: Fix typo in gen_push_T1 by Richard Henderson · 11 years ago
  40. b5afc10 target-i386: Remove gen_op_st_T1_A0 by Richard Henderson · 11 years ago
  41. fd8ca9f target-i386: Remove gen_op_st_T0_A0 by Richard Henderson · 11 years ago
  42. d4faa3e target-i386: Introduce gen_op_st_rm_T0_A0 by Richard Henderson · 11 years ago
  43. dc732b7 target-i386: Remove gen_op_lds_T0_A0 by Richard Henderson · 11 years ago
  44. 0f712e1 target-i386: Remove gen_op_ld_T1_A0 by Richard Henderson · 11 years ago
  45. cc1a80d target-i386: Remove gen_op_ldu_T0_A0 by Richard Henderson · 11 years ago
  46. 909be18 target-i386: Remove gen_op_ld_T0_A0 by Richard Henderson · 11 years ago
  47. 4ba9938 target-i386: Replace OT_* constants with MO_* constants by Richard Henderson · 11 years ago
  48. 3523e4b target-i386: Use new tcg_gen_qemu_st_* helpers by Richard Henderson · 11 years ago
  49. 3c5f411 target-i386: Use new tcg_gen_qemu_ld_* helpers by Richard Henderson · 11 years ago
  50. 5c42a7c target-i386: Stop encoding DisasContext.mem_index by Richard Henderson · 11 years ago
  51. 323d187 target-i386: Push DisasContext into load/store helpers by Richard Henderson · 11 years ago
  52. 00b8105 target-i386: Remove assert_no_error usage by Peter Crosthwaite · 11 years ago
  53. d024d20 target-i386: Cleanup 'foo=val' feature handling by Igor Mammedov · 12 years ago
  54. 258f5ab target-i386: Cleanup 'foo' feature handling by Igor Mammedov · 12 years ago
  55. 912ffc4 target-i386: Convert 'check' and 'enforce' to static properties by Igor Mammedov · 12 years ago
  56. c8f0f88 target-i386: Convert 'hv_spinlocks' to static property by Igor Mammedov · 12 years ago
  57. 0f46685 target-i386: Convert 'hv_vapic' to static property by Igor Mammedov · 13 years ago
  58. 8931450 target-i386: Convert 'hv_relaxed' to static property by Igor Mammedov · 13 years ago
  59. 02e5148 target-i386: Move apic_state field from CPUX86State to X86CPU by Chen Fan · 11 years ago
  60. 33dfdb5 x86: only allow real mode to access 32bit without LMA by Alexander Graf · 11 years ago
  61. 0c0cb6a Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 11 years ago
  62. 33f373d target-i386: fix cpuid leaf 0x0d by Liu Jinsong · 11 years ago
  63. d916ada Merge remote-tracking branch 'bonzini/tags/for-anthony' into staging by Anthony Liguori · 11 years ago
  64. b5fc314 target-i386: yield to another VCPU on PAUSE by Paolo Bonzini · 11 years ago
  65. 2140cfa target-i386: Fix build by providing stub kvm_arch_get_supported_cpuid() by Peter Maydell · 11 years ago
  66. 7865eec target-i386: Fix addr32 prefix in gen_lea_modrm by Richard Henderson · 11 years ago
  67. 76c2975 target-i386: do not override nr_cores for -cpu host by Paolo Bonzini · 11 years ago
  68. 81f3053 target-i386: yield to another VCPU on PAUSE by Paolo Bonzini · 11 years ago
  69. ef4cbe1 kvm: Fix uninitialized cpuid_data by Stefan Weil · 11 years ago
  70. 0fd53fe KVM: x86: fix typo in KVM_GET_XCRS by Paolo Bonzini · 11 years ago
  71. fc8ead7 Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 11 years ago
  72. 1cb9b64 Merge remote-tracking branch 'bonzini/configure' into staging by Anthony Liguori · 11 years ago
  73. cf01ba9 Makefile.target: CONFIG_NO_* variables removed by Ákos Kovács · 11 years ago
  74. ab1eb72 Merge remote-tracking branch 'rth/tcg-pull' into staging by Anthony Liguori · 11 years ago
  75. 39c153b Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging by Anthony Liguori · 11 years ago
  76. 5cd8f62 tcg: Move helper registration into tcg_context_init by Richard Henderson · 11 years ago
  77. 51fb256 cpu: Drop cpu_model_str from CPU_COMMON by Andreas Färber · 12 years ago
  78. 00fdef6 target-i386: Fix compiler warning (integer constant is too large) by Stefan Weil · 11 years ago
  79. 2560f19 x86: cpuid: reconstruct leaf 0Dh data by Paolo Bonzini · 11 years ago
  80. c74f41b x86: fix migration from pre-version 12 by Paolo Bonzini · 11 years ago
  81. f8e6a11 target-i386: Set model=6 on qemu64 & qemu32 CPU models by Eduardo Habkost · 11 years ago
  82. 2e6ae66 Merge remote-tracking branch 'mjt/trivial-patches' into staging by Anthony Liguori · 11 years ago
  83. 3e4be9c Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 11 years ago
  84. 469936a target-i386: Fix segment cache dump by Tobias Markus · 12 years ago
  85. f010bc6 target-i386: add feature kvm_pv_unhalt by Andrew Jones · 11 years ago
  86. 787aaf5 target-i386: forward CPUID cache leaves when -cpu host is used by Benoît Canet · 12 years ago
  87. 0e50357 fix steal time MSR vmsd callback to proper opaque type by Marcelo Tosatti · 12 years ago
  88. 97577fd cpu: Move cpu state syncs up into cpu_dump_state() by James Hogan · 12 years ago
  89. bff9328 target-i386: Only provide CMOV and friends if feature bit set by Peter Maydell · 12 years ago
  90. f2f8560 target-i386: fix disassembly with PAE=1, PG=0 by Paolo Bonzini · 12 years ago
  91. 5e891bf target-i386: Use #defines instead of magic numbers for CPUID cache info by Eduardo Habkost · 12 years ago
  92. bdc4464 cpu: Use QTAILQ for CPU list by Andreas Färber · 12 years ago
  93. 8cfd049 tcg: Change tcg_gen_exit_tb argument to uintptr_t by Richard Henderson · 12 years ago
  94. b5d54bd Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5 by Anthony Liguori · 12 years ago
  95. 7477cd3 kvm: i386: fix LAPIC TSC deadline timer save/restore by Marcelo Tosatti · 12 years ago
  96. df67696 kvm: x86: fix setting IA32_FEATURE_CONTROL with nested VMX disabled by Liu Jinsong · 12 years ago
  97. 4a44d85 Convert stderr message calling error_get_pretty() to error_report() by Seiji Aguchi · 12 years ago
  98. 92067bf target-i386: Move hyperv_* static globals to X86CPU by Igor Mammedov · 12 years ago
  99. 0d89436 kvm: migrate vPMU state by Paolo Bonzini · 12 years ago
  100. e4a09c9 target-i386: remove tabs from target-i386/cpu.h by Paolo Bonzini · 12 years ago