1. 61f3c91 nomaintainer: Fix Lesser GPL version number by Chetan Pant · 4 years, 3 months ago
  2. 30b5707 qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros by Eduardo Habkost · 4 years, 4 months ago
  3. c821774a Use OBJECT_DECLARE_TYPE where possible by Eduardo Habkost · 4 years, 5 months ago
  4. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 5 months ago
  5. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 5 months ago
  6. abff1ab meson: target by Paolo Bonzini · 4 years, 6 months ago
  7. 4dd6517 Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-request' into staging by Peter Maydell · 4 years, 10 months ago
  8. 781c67c cpu: Use DeviceClass reset instead of a special CPUClass reset by Peter Maydell · 4 years, 11 months ago
  9. a010bdb gdbstub: extend GByteArray to read register helpers by Alex Bennée · 4 years, 10 months ago
  10. bc9888f cpu: Use cpu_class_set_parent_reset() by Greg Kurz · 5 years ago
  11. dcb32f1 tcg: Search includes from the project root source directory by Philippe Mathieu-Daudé · 5 years ago
  12. fc59d2d qemu_log_lock/unlock now preserves the qemu_logfile handle. by Robert Foley · 5 years ago
  13. f3b8f18 Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' into staging by Peter Maydell · 5 years ago
  14. 2e5b09f hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ by Markus Armbruster · 6 years ago
  15. 9e9b10c icount: remove unnecessary gen_io_end calls by Pavel Dovgalyuk · 5 years ago
  16. 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 5 years ago
  17. d5938f2 Clean up inclusion of sysemu/sysemu.h by Markus Armbruster · 5 years ago
  18. 12e9493 Include hw/boards.h a bit less by Markus Armbruster · 5 years ago
  19. db72581 Include qemu/main-loop.h less by Markus Armbruster · 5 years ago
  20. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 5 years ago
  21. 8a9358c migration: Move the VMStateDescription typedef to typedefs.h by Markus Armbruster · 5 years ago
  22. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  23. e8b5fae cpu: Remove CPU_COMMON by Richard Henderson · 6 years ago
  24. 5b146dc cpu: Introduce CPUNegativeOffsetState by Richard Henderson · 6 years ago
  25. 7506ed9 cpu: Introduce cpu_set_cpustate_pointers by Richard Henderson · 6 years ago
  26. 677c4d6 cpu: Move ENV_OFFSET to exec/gen-icount.h by Richard Henderson · 6 years ago
  27. 6dd40a9 target/lm32: Use env_cpu, env_archcpu by Richard Henderson · 6 years ago
  28. 29a0af6 cpu: Replace ENV_GET_CPU with env_cpu by Richard Henderson · 6 years ago
  29. 2161a61 cpu: Define ArchCPU by Richard Henderson · 6 years ago
  30. 4f7c64b cpu: Define CPUArchState with typedef by Richard Henderson · 6 years ago
  31. 74433bf tcg: Split out target/arch/cpu-param.h by Richard Henderson · 6 years ago
  32. f1672e6 semihosting: move semihosting configuration into its own directory by Alex Bennée · 6 years ago
  33. c319dc1 tcg: Use CPUClass::tlb_fill in cputlb.c by Richard Henderson · 6 years ago
  34. ae0d4c0 target/lm32: Convert to CPUClass::tlb_fill by Richard Henderson · 6 years ago
  35. 8b86d6d tcg: Hoist max_insns computation to tb_gen_code by Richard Henderson · 6 years ago
  36. 90c84c5 qom/cpu: Simplify how CPUClass:cpu_dump_state() prints by Markus Armbruster · 6 years ago
  37. 0442428 target: Simplify how the TARGET_cpu_list() print by Markus Armbruster · 6 years ago
  38. 1636705 Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into staging by Peter Maydell · 7 years ago
  39. 07ea28b tcg: Pass tb and index to tcg_gen_exit_tb separately by Richard Henderson · 7 years ago
  40. 23c11b0 target: Do not include "exec/exec-all.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
  41. 81e9cbd lm32: take BQL before writing IP/IM register by Michael Walle · 7 years ago
  42. 4302303 target/lm32: avoid integer overflow in next_page PC check by Emilio G. Cota · 7 years ago
  43. 3f71e72 cpu: get rid of unused cpu_init() defines by Igor Mammedov · 7 years ago
  44. 0dacec8 cpu: add CPU_RESOLVING_TYPE macro by Igor Mammedov · 7 years ago
  45. 47c6600 qom: introduce object_class_get_list_sorted by Paolo Bonzini · 7 years ago
  46. bf85388 qdev: use device_class_set_parent_realize/unrealize/reset() by Philippe Mathieu-Daudé · 7 years ago
  47. 98670d4 accel/tcg: add size paremeter in tlb_fill() by Laurent Vivier · 7 years ago
  48. 15fa08f tcg: Dynamically allocate TCGOps by Richard Henderson · 7 years ago
  49. 65255e8 target/*helper: don't check retaddr before calling cpu_restore_state by Alex Bennée · 7 years ago
  50. ab752f2 Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-request' into staging by Peter Maydell · 7 years ago
  51. c667810 lm32: cleanup cpu type name composition by Igor Mammedov · 7 years ago
  52. 6e6430a Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging by Peter Maydell · 7 years ago
  53. 1d48474 disas: Remove unused flags arguments by Richard Henderson · 7 years ago
  54. 1c2adb9 tcg: Initialize cpu_env generically by Richard Henderson · 7 years ago
  55. b1311c4 tcg: define tcg_init_ctx and make tcg_ctx a pointer by Emilio G. Cota · 8 years ago
  56. c5a49c6 tcg: convert tb->cflags reads to tb_cflags(tb) by Emilio G. Cota · 8 years ago
  57. 55c3cee qom: Introduce CPUClass.tcg_initialize by Richard Henderson · 7 years ago
  58. 8301ea4 qom/cpu: move cpu_model null check to cpu_class_by_name() by Philippe Mathieu-Daudé · 7 years ago
  59. 77fc6f5 target: [tcg] Use a generic enum for DISAS_ values by Lluís Vilanova · 8 years ago
  60. 1d19741 lm32: replace cpu_lm32_init() with cpu_generic_init() by Igor Mammedov · 7 years ago
  61. 9c489ea tcg: Pass generic CPUState to gen_intermediate_code() by Lluís Vilanova · 8 years ago
  62. 1f5c00c qom/cpu: move tlb_flush to cpu_common_reset by Alex Bennée · 8 years ago
  63. fcf5ef2 Move target-* CPU file into a target/ folder by Thomas Huth · 8 years ago