1. ef3cb5c Merge remote-tracking branch 'remotes/kvm/uq/master' into staging by Peter Maydell · 11 years ago
  2. 4a92a55 cpu: make CPU_INTERRUPT_RESET available on all targets by Paolo Bonzini · 12 years ago
  3. 43175fa target-i386: preserve FPU and MSR state on INIT by Paolo Bonzini · 12 years ago
  4. 05e7e81 target-i386: fix set of registers zeroed on reset by Paolo Bonzini · 11 years ago
  5. e0723c4 kvm: forward INIT signals coming from the chipset by Paolo Bonzini · 12 years ago
  6. 50a2c6e kvm: reset state from the CPU's reset method by Paolo Bonzini · 12 years ago
  7. 7848c8d target-i386: the x86 CPL is stored in CS.selector - auto update hflags accordingly. by Kevin O'Connor · 11 years ago
  8. fd46060 target-i386: set eflags prior to calling cpu_x86_load_seg_cache() in seg_helper.c by Kevin O'Connor · 11 years ago
  9. 010e639 target-i386: set eflags and cr0 prior to calling cpu_x86_load_seg_cache() in smm_helper.c by Kevin O'Connor · 11 years ago
  10. 3045202 target-i386: set eflags prior to calling svm_load_seg_cache() in svm_helper.c by Kevin O'Connor · 11 years ago
  11. 8e03c10 target-i386: Remove unused data from local array by Stefan Weil · 11 years ago
  12. dc1823c target-i386: Preserve the Z bit for bt/bts/btr/btc by Richard Henderson · 11 years ago
  13. 65cd906 qom: Clean up fragile use of error_is_set() in set() methods by Markus Armbruster · 11 years ago
  14. 466e6e9 target-i386: reorder fields in cpu/msr_hyperv_hypercall subsection by Paolo Bonzini · 11 years ago
  15. c8c14bc target-i386: x86_cpu_get_phys_page_debug(): support 1GB page translation by Luiz Capitulino · 11 years ago
  16. 2cd49cb target-i386: Avoid shifting left into sign bit by Peter Maydell · 11 years ago
  17. a443bc3 target-i386: Add missing 'static' and 'const' attributes by Stefan Weil · 11 years ago
  18. 0c591eb cputlb: Change tlb_set_page() argument to CPUState by Andreas Färber · 11 years ago
  19. 00c8cb0 cputlb: Change tlb_flush() argument to CPUState by Andreas Färber · 11 years ago
  20. 31b030d cputlb: Change tlb_flush_page() argument to CPUState by Andreas Färber · 11 years ago
  21. a47dddd exec: Change cpu_abort() argument to CPUState by Andreas Färber · 11 years ago
  22. 0ea8cb8 cpu-exec: Change cpu_resume_from_signal() argument to CPUState by Andreas Färber · 11 years ago
  23. b3310ab exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argument by Andreas Färber · 11 years ago
  24. 75a3403 exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument by Andreas Färber · 11 years ago
  25. 3f38f30 translate-all: Change cpu_restore_state() argument to CPUState by Andreas Färber · 11 years ago
  26. 5638d18 cpu-exec: Change cpu_loop_exit() argument to CPUState by Andreas Färber · 11 years ago
  27. d5a11fe exec: Change tlb_fill() argument to CPUState by Andreas Färber · 11 years ago
  28. f0c3c50 cpu: Move breakpoints field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  29. ff4700b cpu: Move watchpoint fields from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  30. 2710342 cpu: Move exception_index field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  31. 93afead cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  32. 7510454 cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook by Andreas Färber · 11 years ago
  33. 94a444b cpu: Introduce CPUClass::parse_features() hook by Andreas Färber · 11 years ago
  34. d940ee9 target-i386: X86CPU model subclasses by Eduardo Habkost · 11 years ago
  35. 500050d target-i386: Prepare CPUClass::class_by_name for X86CPU by Andreas Färber · 11 years ago
  36. ef02ef5 target-i386: Enable x2apic by default on KVM by Eduardo Habkost · 11 years ago
  37. 8fb4f82 target-i386: Introduce x86_cpu_compat_disable_kvm_features() by Eduardo Habkost · 11 years ago
  38. 5fcca9f target-i386: Make kvm_default_features an array by Eduardo Habkost · 11 years ago
  39. 74f54bc target-i386: Don't declare variables in the middle of blocks by Eduardo Habkost · 11 years ago
  40. 9576de7 target-i386: Rename x86_def_t to X86CPUDefinition by Eduardo Habkost · 11 years ago
  41. 285f025 target-i386: Call x86_cpu_load_def() earlier by Eduardo Habkost · 11 years ago
  42. c080e30 target-i386: Rename cpu_x86_register() to x86_cpu_load_def() by Eduardo Habkost · 11 years ago
  43. 8c2e1b0 cpu: Turn cpu_has_work() into a CPUClass hook by Andreas Färber · 11 years ago
  44. 19d6ca1 target-i386: Clean up ENV_GET_CPU() usage by Andreas Färber · 11 years ago
  45. 613c12e Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging by Peter Maydell · 11 years ago
  46. 2396187 Merge remote-tracking branch 'remotes/kvm/uq/master' into staging by Peter Maydell · 11 years ago
  47. 5d371f4 qapi script: do not add "_" for every capitalized char in enum by Wenchao Xia · 11 years ago
  48. b0f15a5 target-i386: bugfix of Intel MPX by Liu, Jinsong · 11 years ago
  49. e00ef74 Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging by Peter Maydell · 11 years ago
  50. 4ab23a9 Define the architecture for compressed dump format by qiaonuohan · 11 years ago
  51. cb48da7 target-i386: Fix ucomis and comis memory access by Richard Henderson · 11 years ago
  52. 4e47e39 target-i386: Fix SSE status flag corruption by Richard Henderson · 11 years ago
  53. d2fe51b target-i386: Fix CC_OP_CLR vs PF by Richard Henderson · 11 years ago
  54. 6d093a4 target-i386: Fix I/O bitmap checks for in/out by Kevin Wolf · 11 years ago
  55. db3be60 exec: Make stb_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  56. 5ce5944 exec: Make stw_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  57. 2198a12 exec: Make stl_phys_notdirty input an AddressSpace by Edgar E. Iglesias · 11 years ago
  58. ab1da85 exec: Make stl_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  59. f606604 exec: Make stq_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  60. 41701aa exec: Make lduw_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  61. 2c17449 exec: Make ldq/ldub_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  62. fdfba1a exec: Make ldl_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  63. 7c08db3 target-i386: Move KVM default-vendor hack to instance_init by Eduardo Habkost · 11 years ago
  64. 82beb53 target-i386: Don't change x86_def_t struct on cpu_x86_register() by Eduardo Habkost · 11 years ago
  65. c1f4122 target-i386: Eliminate CONFIG_KVM #ifdefs by Eduardo Habkost · 11 years ago
  66. 48a5f3b kvm: add support for hyper-v timers by Vadim Rozenfeld · 11 years ago
  67. 5ef6898 kvm: make hyperv vapic assist page migratable by Vadim Rozenfeld · 11 years ago
  68. 1c90ef2 kvm: make hyperv hypercall and guest os id MSRs migratable. by Vadim Rozenfeld · 11 years ago
  69. 7bc3d71 kvm: make availability of Hyper-V enlightenments dependent on KVM_CAP_HYPERV by Paolo Bonzini · 11 years ago
  70. 234cc64 KVM: fix coexistence of KVM and Hyper-V leaves by Paolo Bonzini · 11 years ago
  71. f0b9b11 target-i386: kvm_check_features_against_host(): Kill feature word array by Eduardo Habkost · 11 years ago
  72. 2bc65d2 target-i386: kvm_cpu_fill_host(): Fill feature words in a loop by Eduardo Habkost · 11 years ago
  73. 2a57325 target-i386: kvm_cpu_fill_host(): Set all feature words at end of function by Eduardo Habkost · 11 years ago
  74. 803a932 target-i386: kvm_cpu_fill_host(): No need to check xlevel2 by Eduardo Habkost · 11 years ago
  75. b73dcfb target-i386: kvm_cpu_fill_host(): No need to check CPU vendor by Eduardo Habkost · 11 years ago
  76. 7171a39 target-i386: kvm_cpu_fill_host(): No need to check level by Eduardo Habkost · 11 years ago
  77. 81e2077 target-i386: kvm_cpu_fill_host(): Kill unused code by Eduardo Habkost · 11 years ago
  78. 0169c51 Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 11 years ago
  79. 439d19f kvm: always update the MPX model specific register by Paolo Bonzini · 11 years ago
  80. 133fe77 Merge remote branch 'luiz/queue/qmp' into qmpq by Edgar E. Iglesias · 11 years ago
  81. 4cddc7f Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging by Anthony Liguori · 11 years ago
  82. 074dcc2 Merge remote-tracking branch 'rth/ldst-i386-2' into staging by Anthony Liguori · 11 years ago
  83. 7826163 target-i386: Tidy ljmp by Richard Henderson · 11 years ago
  84. 74bdfbd target-i386: Rename gen_op_jmp_T0 to gen_op_jmp_v by Richard Henderson · 11 years ago
  85. 830a19a target-i386: Tidy some size computation by Richard Henderson · 11 years ago
  86. 33b7891 target-i386: Remove gen_op_mov_reg_A0 by Richard Henderson · 11 years ago
  87. c56bacc target-i386: Remove gen_op_mov_TN_reg by Richard Henderson · 11 years ago
  88. fd5185e target-i386: Remove gen_op_addl_T0_T1 by Richard Henderson · 11 years ago
  89. 68773f8 target-i386: Remove gen_op_mov_reg_T1 by Richard Henderson · 11 years ago
  90. 480a762 target-i386: Remove gen_op_mov_reg_T0 by Richard Henderson · 11 years ago
  91. fac0aff target-i386: Tidy cpu_regs initialization by Richard Henderson · 11 years ago
  92. 8e31d23 target_i386: Clean up gen_pop_T0 by Richard Henderson · 11 years ago
  93. 432baff target-i386: Combine gen_push_T* into gen_push_v by Richard Henderson · 11 years ago
  94. 7effd62 target-i386: Tidy addr16 code in gen_lea_modrm by Richard Henderson · 11 years ago
  95. ab4e4ae target-i386: Change dflag to TCGMemOp by Richard Henderson · 11 years ago
  96. 6f17675 target-i386: Change gen_op_mov_reg_A0 size parameter to TCGMemOp by Richard Henderson · 11 years ago
  97. 1d71ddb target-i386: Change aflag to TCGMemOp by Richard Henderson · 11 years ago
  98. c92aa1a target-i386: Change gen_op_j*z_ecx size parameter to TCGMemOp by Richard Henderson · 11 years ago
  99. d3f4bbe target-i386: Change gen_op_add_reg_* size parameter to TCGMemOp by Richard Henderson · 11 years ago
  100. d67dc9e target-i386: Use TCGMemOp for 'ot' variables by Richard Henderson · 11 years ago