1. abff1ab meson: target by Paolo Bonzini · 4 years, 4 months ago
  2. 139c183 meson: rename included C source files to .c.inc by Paolo Bonzini · 4 years, 11 months ago
  3. 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 4 years, 11 months ago
  4. 79826f9 target/hppa: Free some temps in do_sub by Richard Henderson · 4 years, 5 months ago
  5. 71bfd65 softfloat: Name compare relation enum by Richard Henderson · 4 years, 8 months ago
  6. 4dd6517 Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-request' into staging by Peter Maydell · 4 years, 9 months ago
  7. 781c67c cpu: Use DeviceClass reset instead of a special CPUClass reset by Peter Maydell · 4 years, 10 months ago
  8. a010bdb gdbstub: extend GByteArray to read register helpers by Alex Bennée · 4 years, 9 months ago
  9. b1af755 target/hppa: Allow, but diagnose, LDCW aligned only mod 4 by Richard Henderson · 5 years ago
  10. dcb32f1 tcg: Search includes from the project root source directory by Philippe Mathieu-Daudé · 5 years ago
  11. d3733cb target/hppa: fetch code with translator_ld by Emilio G. Cota · 6 years ago
  12. a6deecc target/hppa: prevent trashing of temporary in do_depw_sar() by Sven Schnelle · 5 years ago
  13. 4845f01 target/hppa: prevent trashing of temporary in trans_mtctl() by Sven Schnelle · 5 years ago
  14. 200aa7a hppa/tcg: Call probe_write() also for CONFIG_USER_ONLY by David Hildenbrand · 5 years ago
  15. 14776ab tcg: TCGMemOp is now accelerator independent MemOp by Tony Nguyen · 5 years ago
  16. f3b8f18 Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' into staging by Peter Maydell · 5 years ago
  17. 2e5b09f hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ by Markus Armbruster · 5 years ago
  18. 9e9b10c icount: remove unnecessary gen_io_end calls by Pavel Dovgalyuk · 5 years ago
  19. 52bf977 configure: Define target access alignment in configure by tony.nguyen@bt.com · 5 years ago
  20. 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 5 years ago
  21. 12e9493 Include hw/boards.h a bit less by Markus Armbruster · 5 years ago
  22. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 5 years ago
  23. 8a9358c migration: Move the VMStateDescription typedef to typedefs.h by Markus Armbruster · 5 years ago
  24. ec150c7 include: Make headers more self-contained by Markus Armbruster · 5 years ago
  25. d730b9d hppa: Delete unused hppa_cpu_list() function by Eduardo Habkost · 6 years ago
  26. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  27. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  28. e8b5fae cpu: Remove CPU_COMMON by Richard Henderson · 6 years ago
  29. 5b146dc cpu: Introduce CPUNegativeOffsetState by Richard Henderson · 6 years ago
  30. 7506ed9 cpu: Introduce cpu_set_cpustate_pointers by Richard Henderson · 6 years ago
  31. 677c4d6 cpu: Move ENV_OFFSET to exec/gen-icount.h by Richard Henderson · 6 years ago
  32. 25f3270 target/hppa: Use env_cpu, env_archcpu by Richard Henderson · 6 years ago
  33. 29a0af6 cpu: Replace ENV_GET_CPU with env_cpu by Richard Henderson · 6 years ago
  34. 2161a61 cpu: Define ArchCPU by Richard Henderson · 6 years ago
  35. 4f7c64b cpu: Define CPUArchState with typedef by Richard Henderson · 6 years ago
  36. 74433bf tcg: Split out target/arch/cpu-param.h by Richard Henderson · 6 years ago
  37. c319dc1 tcg: Use CPUClass::tlb_fill in cputlb.c by Richard Henderson · 6 years ago
  38. 3c7bef0 target/hppa: Convert to CPUClass::tlb_fill by Richard Henderson · 6 years ago
  39. 451e4ff decodetree: Add DisasContext argument to !function expanders by Richard Henderson · 6 years ago
  40. affdb7e target/hppa: Always return EXCP_DMAR for protection id trap by Nick Hudson · 6 years ago
  41. 6797c31 target/hppa: Implement Fast TLB Insert instructions by Nick Hudson · 6 years ago
  42. 8b86d6d tcg: Hoist max_insns computation to tb_gen_code by Richard Henderson · 6 years ago
  43. 90c84c5 qom/cpu: Simplify how CPUClass:cpu_dump_state() prints by Markus Armbruster · 6 years ago
  44. 0442428 target: Simplify how the TARGET_cpu_list() print by Markus Armbruster · 6 years ago
  45. 500016e trace-events: Shorten file names in comments by Markus Armbruster · 6 years ago
  46. c5d0aec target/hppa: Avoid squishing DISAS_IAQ_N_STALE_EXIT by Richard Henderson · 6 years ago
  47. 32dc756 target/hppa: exit TB if either Data or Instruction TLB changes by Sven Schnelle · 6 years ago
  48. d5de20b target/hppa: add TLB protection id check by Sven Schnelle · 6 years ago
  49. 38188fd target/hppa: allow multiple itlbp without itlba by Sven Schnelle · 6 years ago
  50. 6e5f530 target/hppa: fix b,gate instruction by Sven Schnelle · 6 years ago
  51. 15da177 target/hppa: ignore DIAG opcode by Sven Schnelle · 6 years ago
  52. b06c061 target/hppa: remove PSW I/R/Q bit check by Sven Schnelle · 6 years ago
  53. 23c3d56 target/hppa: add TLB trace events by Sven Schnelle · 6 years ago
  54. acd6ba7 target/hppa: report ITLB_EXCP_MISS for ITLB misses by Sven Schnelle · 6 years ago
  55. 0b49c33 target/hppa: fix TLB handling for page 0 by Sven Schnelle · 6 years ago
  56. 43675d2 target/hppa: fix overwriting source reg in addb by Sven Schnelle · 6 years ago
  57. f3b423e target/hppa: Check for page crossings in use_goto_tb by Richard Henderson · 6 years ago
  58. b35aec8 target/hppa: Optimize blr r0,rn by Richard Henderson · 6 years ago
  59. 993119f target/hppa: Do not return freed temporary by Richard Henderson · 6 years ago
  60. 60e2946 target/hppa: fix dcor instruction by Sven Schnelle · 6 years ago
  61. b47a4a0 target/hppa: Fix addition '</<=' conditions by Sven Schnelle · 6 years ago
  62. df0232f target/hppa: Rearrange log conditions by Richard Henderson · 6 years ago
  63. 5010e5c target/hppa: move GETPC to HELPER() functions by Sven Schnelle · 6 years ago
  64. 31274b4 target/hppa: Merge translate_one into hppa_tr_translate_insn by Richard Henderson · 7 years ago
  65. 1ca7464 target/hppa: Convert fp operate insns by Richard Henderson · 7 years ago
  66. c3bad4f target/hppa: Convert fp fused multiply-add insns by Richard Henderson · 7 years ago
  67. 96927ad target/hppa: Convert halt/reset insns by Richard Henderson · 7 years ago
  68. e8777db target/hppa: Convert fp indexed memory insns by Richard Henderson · 7 years ago
  69. 740038d target/hppa: Convert offset memory insns by Richard Henderson · 7 years ago
  70. 0588e06 target/hppa: Convert arithmetic immediate insns by Richard Henderson · 7 years ago
  71. 8340f53 target/hppa: Convert direct and indirect branches by Richard Henderson · 7 years ago
  72. 3087859 target/hppa: Convert shift, extract, deposit insns by Richard Henderson · 7 years ago
  73. 01afb7b target/hppa: Convert conditional branches by Richard Henderson · 7 years ago
  74. b1e2af5 target/hppa: Convert fp multiply-add by Richard Henderson · 7 years ago
  75. 1cd012a target/hppa: Convert indexed memory insns by Richard Henderson · 7 years ago
  76. 0c982a2 target/hppa: Convert arithmetic/logical insns by Richard Henderson · 7 years ago
  77. deee69a target/hppa: Convert memory management insns by Richard Henderson · 7 years ago
  78. 7aee818 target/hppa: Unify specializations of OR by Richard Henderson · 7 years ago
  79. e36f27e target/hppa: Convert remainder of system insns by Richard Henderson · 7 years ago
  80. c603e14a target/hppa: Convert move to/from system registers by Richard Henderson · 7 years ago
  81. 40f9f90 target/hppa: Begin using scripts/decodetree.py by Richard Henderson · 7 years ago
  82. 3123476 target/hppa: Use DisasContextBase.is_jmp by Richard Henderson · 7 years ago
  83. 68aa851 target/hppa: fix PSW Q bit behaviour to match hardware by Sven Schnelle · 6 years ago
  84. 5c41496 target/hppa: fix setting registers via gdb by Sven Schnelle · 6 years ago
  85. 84b41e6 target/hppa: use tb_cflags() to access tb->cflags by Emilio G. Cota · 7 years ago
  86. 03fee66 vmstate: constify VMStateField by Marc-André Lureau · 6 years ago
  87. 5f538f7 target/hppa: Raise exception 26 on emulated hardware by Helge Deller · 6 years ago
  88. 1636705 Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into staging by Peter Maydell · 7 years ago
  89. 07ea28b tcg: Pass tb and index to tcg_gen_exit_tb separately by Richard Henderson · 7 years ago
  90. 23c11b0 target: Do not include "exec/exec-all.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
  91. 0d114d0 target/hppa: Include "qemu/log.h" to use qemu_log() by Philippe Mathieu-Daudé · 7 years ago
  92. 03385df fpu/softfloat: Specialize on snan_bit_is_one by Richard Henderson · 7 years ago
  93. e1cf9ad target/hppa: Remove floatX_maybe_silence_nan from conversions by Richard Henderson · 7 years ago
  94. b542683 translator: merge max_insns into DisasContextBase by Emilio G. Cota · 7 years ago
  95. 5bfa803 tcg: Improve TCGv_ptr support by Richard Henderson · 7 years ago
  96. ebd0e15 target/hppa: Include priv level in user-only iaoq by Richard Henderson · 7 years ago
  97. 3f71e72 cpu: get rid of unused cpu_init() defines by Igor Mammedov · 7 years ago
  98. 0dacec8 cpu: add CPU_RESOLVING_TYPE macro by Igor Mammedov · 7 years ago
  99. 47c6600 qom: introduce object_class_get_list_sorted by Paolo Bonzini · 7 years ago
  100. 24f91e8 target/*/cpu.h: remove softfloat.h by Alex Bennée · 7 years ago