1. ed2803d cpu: Move singlestep_enabled field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  2. bdf7ae5 cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb() by Andreas Färber · 12 years ago
  3. f45748f cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc() by Andreas Färber · 12 years ago
  4. 82a3a11 target-arm: Avoid g_hash_table_get_keys() by Peter Maydell · 12 years ago
  5. 2ebcebe target-arm: avoid undefined behaviour when writing TTBCR by Peter Maydell · 12 years ago
  6. 204a9c4 target-arm/helper.c: Allow const opaques in arm CP by Peter Crosthwaite · 12 years ago
  7. 97ce8d6 target-arm/helper.c: Implement MIDR aliases by Peter Crosthwaite · 12 years ago
  8. a703eda target-arm/helper.c: OMAP/StrongARM cp15 crn=0 cleanup by Peter Crosthwaite · 12 years ago
  9. 12b1057 target-arm: explicitly decode SEVL instruction by Mans Rullgard · 12 years ago
  10. 2359bf8 target-arm: implement LDA/STL instructions by Mans Rullgard · 12 years ago
  11. 81e69fb target-arm: add feature flag for ARMv8 by Mans Rullgard · 12 years ago
  12. 91b1df8 cpu: Move reset logging to CPUState by Andreas Färber · 12 years ago
  13. a076285 log: Change log_cpu_state[_mask]() argument to CPUState by Andreas Färber · 12 years ago
  14. 5639c3f target-arm: Change gen_intermediate_code_internal() argument to ARMCPU by Andreas Färber · 12 years ago
  15. 6e42be7 cpu: Drop unnecessary dynamic casts in *_env_get_cpu() by Andreas Färber · 12 years ago
  16. 6291ad7 linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user by Peter Maydell · 12 years ago
  17. dfde4e6 memory: add ref/unref calls by Paolo Bonzini · 12 years ago
  18. c643bed cpu: Change qemu_init_vcpu() argument to CPUState by Andreas Färber · 12 years ago
  19. 878096e cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks by Andreas Färber · 12 years ago
  20. bdcc150 target-arm: Make LPAE feature imply V7MP by Peter Maydell · 12 years ago
  21. f7134d9 target-arm: Use tuple list to sync cp regs with KVM by Peter Maydell · 12 years ago
  22. 2d8e5a0 target-arm: Reinitialize all KVM VCPU registers on reset by Peter Maydell · 12 years ago
  23. ff04745 target-arm: Initialize cpreg list from KVM when using KVM by Peter Maydell · 12 years ago
  24. 721fae1 target-arm: Convert TCG to using (index,value) list for cp migration by Peter Maydell · 12 years ago
  25. d4e6df6 target-arm: mark up cpregs for no-migrate or raw access by Peter Maydell · 12 years ago
  26. 7023ec7 target-arm: Add raw_readfn and raw_writefn to ARMCPRegInfo by Peter Maydell · 12 years ago
  27. 34affee target-arm: Allow special cpregs to have flags set by Peter Maydell · 12 years ago
  28. 301255e Merge remote-tracking branch 'mjt/trivial-patches-next' into staging by Anthony Liguori · 12 years ago
  29. db9707f Merge remote-tracking branch 'pmaydell/target-arm.next' into staging by Anthony Liguori · 12 years ago
  30. b3a1c62 KVM: ARM: Add dummy kvm_arch_init_irq_routing() by Alexey Kardashevskiy · 12 years ago
  31. 5866e07 Fix rfe instruction by Peter Chubb · 12 years ago
  32. 6681fca Remove unnecessary break statements by Stefan Weil · 12 years ago
  33. 5b35b4e target-arm: Remove gen_{ld,st}* definitions by Peter Maydell · 12 years ago
  34. e2592fa target-arm: Remove gen_{ld,st}* from thumb2 decoder by Peter Maydell · 12 years ago
  35. c40c855 target-arm: Remove gen_{ld,st}* from Thumb insns by Peter Maydell · 12 years ago
  36. 5a839c0 target-arm: Remove gen_{ld,st}* from basic ARM insns by Peter Maydell · 12 years ago
  37. 94ee24e target-arm: Remove use of gen_{ld,st}* from ldrex/strex by Peter Maydell · 12 years ago
  38. 58ab8e9 target-arm: Remove uses of gen_{ld,st}* from Neon code by Peter Maydell · 12 years ago
  39. 2953114 target-arm: Remove uses of gen_{ld,st}* from iWMMXt code by Peter Maydell · 12 years ago
  40. 8ed1237 target-arm: Remove gen_ld64() and gen_st64() by Peter Maydell · 12 years ago
  41. 39d5492 target-arm: Don't use TCGv when we mean TCGv_i32 by Peter Maydell · 12 years ago
  42. 536f25e target-arm: Fix incorrect check of kvm_vcpu_ioctl return value by Peter Maydell · 12 years ago
  43. e91f229 target-arm: Correctly restore FPSCR by Peter Maydell · 12 years ago
  44. 602131e target-arm: Add some missing CPU state fields to VMState by Peter Maydell · 12 years ago
  45. 3cc1d20 target-arm: port ARM CPU save/load to use VMState by Juan Quintela · 12 years ago
  46. 3b32844 target-arm: Reinsert missing return statement in ARM mode SRS decode by Peter Chubb · 12 years ago
  47. bd2be15 arm: fix location of some include files by Peter Maydell · 12 years ago
  48. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  49. e6f010c target-arm: Override do_interrupt for ARMv7-M profile by Andreas Färber · 12 years ago
  50. 97a8ea5 cpu: Replace do_interrupt() by CPUClass::do_interrupt method by Andreas Färber · 12 years ago
  51. c3affe5 cpu: Pass CPUState to cpu_interrupt() by Andreas Färber · 12 years ago
  52. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  53. eb035b4 target-arm: Use MemoryListener to identify GIC base address for KVM by Peter Maydell · 12 years ago
  54. 8163557 ARM KVM: save and load VFP registers from kernel by Peter Maydell · 12 years ago
  55. 494b00c ARM: KVM: Add support for KVM on ARM architecture by Christoffer Dall · 12 years ago
  56. f520641 target-arm: Drop CPUARMState* argument from bank_number() by Peter Maydell · 12 years ago
  57. 0011597 target-arm: Don't decode RFE or SRS on M profile cores by Peter Maydell · 12 years ago
  58. 8146588 target-arm: Factor out handling of SRS instruction by Peter Maydell · 12 years ago
  59. 806f352 gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end by Peter Maydell · 12 years ago
  60. fadf982 cpu: Introduce ENV_OFFSET macros by Andreas Färber · 12 years ago
  61. e77f083 target-arm: Fix sbc_CC carry by Richard Henderson · 12 years ago
  62. 8c3ac60 arm/translate.c: Fix adc_CC/sbc_CC implementation by Peter Crosthwaite · 12 years ago
  63. 2de68a4 target-arm: Implement sbc_cc inline by Richard Henderson · 12 years ago
  64. 49b4c31 target-arm: Implement adc_cc inline by Richard Henderson · 12 years ago
  65. e3482cb target-arm: Use add2 in gen_add_CC by Richard Henderson · 12 years ago
  66. c9f1012 target-arm: Use mul[us]2 and add2 in umlal et al by Richard Henderson · 12 years ago
  67. 831d7fe target-arm: Use mul[us]2 in gen_mul[us]_i64_i32 by Richard Henderson · 12 years ago
  68. c05efcb cpu: Add CPUArchState pointer to CPUState by Andreas Färber · 12 years ago
  69. 79614b7 target-arm: Move TCG initialization to ARMCPU initfn by Andreas Färber · 12 years ago
  70. 1496926 target-arm: Update ARMCPU to QOM realizefn by Andreas Färber · 12 years ago
  71. 51492fd target-arm: Rename CPU types by Andreas Färber · 12 years ago
  72. e4c1cfa target-arm: Fix TCG temp leaks for WI and UNDEF VFP sysreg writes by Peter Maydell · 12 years ago
  73. 245fb54 target-arm: Catch attempt to instantiate abstract type in cpu_init() by Andreas Färber · 12 years ago
  74. 5900d6b target-arm: Detect attempt to instantiate non-CPU type in cpu_init() by Andreas Färber · 12 years ago
  75. 55e5c28 cpu: Move cpu_index field to CPUState by Andreas Färber · 12 years ago
  76. 314e229 target-arm: Fix SWI (SVC) instruction in M profile. by Alex_Rozenman@mentor.com · 12 years ago
  77. 918fd08 target-arm: use type_register() instead of type_register_static() by Eduardo Habkost · 12 years ago
  78. 501a7ce Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu by Andreas Färber · 12 years ago
  79. 92a3136 cpu: Introduce CPUListState struct by Andreas Färber · 12 years ago
  80. 6b4c305 fpu: move public header file to include/fpu by Paolo Bonzini · 12 years ago
  81. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  82. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  83. 14cccb6 qom: move include files to include/qom/ by Paolo Bonzini · 12 years ago
  84. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  85. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
  86. a8a826a exec: refactor cpu_restore_state by Blue Swirl · 12 years ago
  87. ab1103d TCG: Use gen_opc_instr_start from context instead of global variable. by Evgeny Voevodin · 12 years ago
  88. c9c99c2 TCG: Use gen_opc_icount from context instead of global variable. by Evgeny Voevodin · 12 years ago
  89. 25983ca TCG: Use gen_opc_pc from context instead of global variable. by Evgeny Voevodin · 12 years ago
  90. 92414b3 TCG: Use gen_opc_buf from context instead of global variable. by Evgeny Voevodin · 12 years ago
  91. efd7f48 TCG: Use gen_opc_ptr from context instead of global variable. by Evgeny Voevodin · 12 years ago
  92. f4359b9 disas: avoid using cpu_single_env by Blue Swirl · 13 years ago
  93. 3993c6b cpus: Pass CPUState to [qemu_]cpu_has_work() by Andreas Färber · 13 years ago
  94. 4b3d482 target-arm: rename helper flags by Aurelien Jarno · 12 years ago
  95. 8b279a6 target-arm: Remove out of date FIXME regarding saturating arithmetic by Peter Maydell · 12 years ago
  96. 36c91fd target-arm: Implement abs_i32 inline rather than as a helper by Peter Maydell · 12 years ago
  97. ee6fa55 target-arm: Use TCG operation for Neon 64 bit negation by Peter Maydell · 12 years ago
  98. f296c0d arm-semi.c: Handle get/put_user() failure accessing arguments by Peter Maydell · 12 years ago
  99. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  100. 02c7ac0 target-arm/neon_helper: Remove obsolete FIXME comment by Peter Maydell · 12 years ago