1. 99100dc build: move rules for nesting to Makefile.objs by Paolo Bonzini · 13 years ago
  2. fbe37ef build: move other target-*/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  3. 5f86146 dump: remove dumping stuff from cpu-all.h by Paolo Bonzini · 13 years ago
  4. 4720bd0 dump: change cpu_get_note_size to return ssize_t by Paolo Bonzini · 13 years ago
  5. db20776 dump: do not compile dump.o for user-mode emulation by Paolo Bonzini · 13 years ago
  6. 9cdc8df build: move libobj-y variable to nested Makefile.objs by Paolo Bonzini · 13 years ago
  7. 5e8861a build: move obj-TARGET-y variables to nested Makefile.objs by Paolo Bonzini · 13 years ago
  8. 7fc5152 build: move *-user/ objects to nested Makefile.objs by Paolo Bonzini · 13 years ago
  9. e05804e build: add rules for nesting by Paolo Bonzini · 13 years ago
  10. 4115852 build: do not sprinkle around GENERATED_HEADERS dependencies by Paolo Bonzini · 13 years ago
  11. 046e7c5 build: remove trace-nested-y by Paolo Bonzini · 13 years ago
  12. 3494170 Merge remote-tracking branch 'qmp/queue/qmp' into staging by Anthony Liguori · 13 years ago
  13. e1ae9a7 Merge remote-tracking branch 'afaerber-or/qom-cpu-3' into staging by Anthony Liguori · 13 years ago
  14. 6e72ae4 Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 13 years ago
  15. d3d3bef kvm: Fix build for non-CAP_IRQ_ROUTING targets by Jan Kiszka · 13 years ago
  16. 721589d Revert "Revert "rtl8139: do the network/host communication only in normal operating mode"" by Anthony Liguori · 13 years ago
  17. b7e516c Kill off cpu_state_reset() by Andreas Färber · 13 years ago
  18. ff18b76 linux-user: Use cpu_reset() after cpu_init() / cpu_copy() by Andreas Färber · 13 years ago
  19. fdcb4fb bsd-user: Use cpu_reset() in after cpu_init() by Andreas Färber · 13 years ago
  20. c537d79 leon3: Store SPARCCPU in ResetData by Andreas Färber · 13 years ago
  21. 60ad073 leon3: Use cpu_sparc_init() to obtain SPARCCPU by Andreas Färber · 13 years ago
  22. 403d7a2 sun4u: Store SPARCCPU in ResetData by Andreas Färber · 13 years ago
  23. f9d1465 sun4u: Let cpu_devinit() return SPARCCPU by Andreas Färber · 13 years ago
  24. 8ebdf9d sun4u: Use cpu_sparc_init() to obtain SPARCCPU by Andreas Färber · 13 years ago
  25. 5414dec sun4m: Pass SPARCCPU to {main,secondary}_cpu_reset() by Andreas Färber · 13 years ago
  26. 8968f58 sun4m: Use cpu_sparc_init() to obtain SPARCCPU by Andreas Färber · 13 years ago
  27. e59be77 target-sparc: Let cpu_sparc_init() return SPARCCPU by Andreas Färber · 13 years ago
  28. c356a1b cpu-exec: Use cpu_reset() in cpu_exec() for TARGET_PPC by Andreas Färber · 13 years ago
  29. f803148 virtex_ml507: Pass PowerPCCPU to main_cpu_reset() by Andreas Färber · 13 years ago
  30. 6828169 virtex_ml507: Let ppc440_init_xilinx() return PowerPCCPU by Andreas Färber · 13 years ago
  31. d1d4938 virtex_ml507: Use cpu_ppc_init() to obtain PowerPCCPU by Andreas Färber · 13 years ago
  32. 5c3e735 ppc_prep: Pass PowerPCCPU to ppc_prep_reset() by Andreas Färber · 13 years ago
  33. a9bf3df ppc_prep: Use cpu_ppc_init() to obtain PowerPCCPU by Andreas Färber · 13 years ago
  34. cd79664 ppc_oldworld: Pass PowerPCCPU to ppc_heathrow_reset() by Andreas Färber · 13 years ago
  35. 72c33dd ppc_oldworld: Use cpu_ppc_init() to obtain PowerPCCPU by Andreas Färber · 13 years ago
  36. 6680988 ppc_newworld: Pass PowerPCCPU to ppc_core99_reset() by Andreas Färber · 13 years ago
  37. 8f8204e ppc_newworld: Use cpu_ppc_init() to obtain PowerPCCPU by Andreas Färber · 13 years ago
  38. 90cb09d ppc4xx_devs: Pass PowerPCCPU to ppc4xx_reset() by Andreas Färber · 13 years ago
  39. 5727471 ppc4xx_devs: Use cpu_ppc_init() to obtain PowerPCCPU by Andreas Färber · 13 years ago
  40. 182fbbf ppc440_bamboo: Pass PowerPCCPU to main_cpu_reset() by Andreas Färber · 13 years ago
  41. 322164e ppc440_bamboo: Use cpu_ppc_init() to obtain PowerPCCPU by Andreas Färber · 13 years ago
  42. 5b2038e spapr: Pass PowerPCCPU to spapr_cpu_reset() by Andreas Färber · 13 years ago
  43. 0576973 spapr: Use cpu_ppc_init() to obtain PowerPCCPU by Andreas Färber · 13 years ago
  44. 38f92da ppce500_mpc8544ds: Pass PowerPCCPU to mpc8544ds_cpu_reset[_sec] by Andreas Färber · 13 years ago
  45. 397b457 target-ppc: Let cpu_ppc_init() return PowerPCCPU by Andreas Färber · 13 years ago
  46. fa156e5 mips_r4k: Store MIPSCPU in ResetData by Andreas Färber · 13 years ago
  47. 9ac67e2 mips_r4k: Use cpu_mips_init() to obtain MIPSCPU by Andreas Färber · 13 years ago
  48. 2d44fc8 mips_mipssim: Store MIPSCPU in ResetData by Andreas Färber · 13 years ago
  49. 7ee274c mips_mipssim: Use cpu_mips_init() to obtain MIPSCPU by Andreas Färber · 13 years ago
  50. 1004ee8 mips_malta: Pass MIPSCPU to main_cpu_reset() by Andreas Färber · 13 years ago
  51. 7688b13 mips_malta: Use cpu_mips_init() to obtain MIPSCPU by Andreas Färber · 13 years ago
  52. f37f435 mips_jazz: Pass MIPSCPU to main_cpu_reset() by Andreas Färber · 13 years ago
  53. 6bd8da6 mips_jazz: Use cpu_mips_init() to obtain MIPSCPU by Andreas Färber · 13 years ago
  54. 800cf59 mips_fulong2e: Pass MIPSCPU to main_cpu_reset() by Andreas Färber · 13 years ago
  55. f0f8036 mips_fulong2e: Use cpu_mips_cpu() to obtain MIPSCPU by Andreas Färber · 13 years ago
  56. 30bf942 target-mips: Let cpu_mips_init() return MIPSCPU by Andreas Färber · 13 years ago
  57. fca1be7 target-mips: Use cpu_reset() in do_interrupt() by Andreas Färber · 13 years ago
  58. 3bd4122 target-mips: Use cpu_reset() in cpu_mips_init() by Andreas Färber · 13 years ago
  59. 868bac8 r2d: Store SuperHCPU in ResetData by Andreas Färber · 13 years ago
  60. fd2f410 r2d: Use cpu_sh4_init() to obtain SuperHCPU by Andreas Färber · 13 years ago
  61. 445e957 target-sh4: Let cpu_sh4_init() return SuperHCPU by Andreas Färber · 13 years ago
  62. e5fe7a3 pc: Pass X86CPU to pc_cpu_reset() by Andreas Färber · 13 years ago
  63. 608911a pc: Use cpu_x86_init() to obtain X86CPU by Andreas Färber · 13 years ago
  64. b47ed99 target-i386: Let cpu_x86_init() return X86CPU by Andreas Färber · 13 years ago
  65. 232fc23 target-i386: Pass X86CPU to do_cpu_{init,sipi}() by Andreas Färber · 13 years ago
  66. bf49436 microblaze_boot: Pass MicroBlazeCPU to microblaze_load_kernel() by Andreas Färber · 13 years ago
  67. 3ed6073 petalogix_s3adsp1800_mmu: Use cpu_mb_init() to obtain MicroBlazeCPU by Andreas Färber · 13 years ago
  68. a9480e5 petalogix_ml605: Use cpu_mb_init() to obtain MicroBlazeCPU by Andreas Färber · 13 years ago
  69. b33ab1f target-microblaze: Let cpu_mb_init() return MicroBlazeCPU by Andreas Färber · 13 years ago
  70. 1584aaf cris-boot: Pass CRISCPU to main_cpu_reset(). by Andreas Färber · 13 years ago
  71. 5935664 cris-boot: Pass CRISCPU to cris_load_image() by Andreas Färber · 13 years ago
  72. ddeb9ae axis_dev88: Use cpu_cris_init() to obtain CRISCPU by Andreas Färber · 13 years ago
  73. 9fca563 target-cris: Let cpu_cris_init() return CRISCPU by Andreas Färber · 13 years ago
  74. dd10ce6 target-cris: Reindent cpu_cris_init() by Andreas Färber · 13 years ago
  75. eded126 xtensa_lx60: Pass XtensaCPU to lx60_reset() by Andreas Färber · 13 years ago
  76. adbb0f7 xtensa_lx60: Use cpu_xtensa_init() to obtain XtensaCPU by Andreas Färber · 13 years ago
  77. 11e7bfd xtensa_sim: Pass XtensaCPU to sim_reset() by Andreas Färber · 13 years ago
  78. 06d2627 xtensa_sim: Use cpu_xtensa_init() to obtain XtensaCPU by Andreas Färber · 13 years ago
  79. 15be317 target-xtensa: Let cpu_xtensa_init() return XtensaCPU by Andreas Färber · 13 years ago
  80. f6932a8 milkymist: Store LM32 in ResetInfo by Andreas Färber · 13 years ago
  81. 1328cc0 milkymist: Use cpu_lm32_init() to obtain LM32CPU by Andreas Färber · 13 years ago
  82. b143559 lm32_boards: Store LM32CPU in ResetInfo by Andreas Färber · 13 years ago
  83. 47dc4fa lm32_boards: Use cpu_lm32_init() to obtain LM32CPU by Andreas Färber · 13 years ago
  84. 0347d68 target-lm32: Let cpu_lm32_init() return LM32CPU by Andreas Färber · 13 years ago
  85. 351d566 arm_boot: Pass ARMCPU to do_cpu_reset() by Andreas Färber · 13 years ago
  86. 31363f1 armv7m: Pass ARMCPU to armv7m_reset() by Andreas Färber · 13 years ago
  87. 0f37c99 armv7m: Use cpu_arm_init() to obtain ARMCPU by Andreas Färber · 13 years ago
  88. 5f4ef08 omap: Use cpu_arm_init() to store ARMCPU in omap_mpu_state_s by Andreas Färber · 13 years ago
  89. 4382458 pxa2xx: Use cpu_arm_init() and store ARMCPU by Andreas Färber · 13 years ago
  90. df90dad target-arm: Use cpu_reset() in cpu_arm_init() by Andreas Färber · 13 years ago
  91. 4860853 Add 'query-events' command to QMP to query async events by Daniel P. Berrange · 13 years ago
  92. 5f96415 qapi: convert netdev_del by Luiz Capitulino · 13 years ago
  93. 928059a qapi: convert netdev_add by Luiz Capitulino · 13 years ago
  94. 4559a1d net: net_client_init(): use error_set() by Luiz Capitulino · 13 years ago
  95. 42dcc54 net: purge the monitor object from all init functions by Luiz Capitulino · 13 years ago
  96. 60d5666 qemu-config: introduce qemu_find_opts_err() by Luiz Capitulino · 13 years ago
  97. 2ac2061 qemu-config: find_list(): use error_set() by Luiz Capitulino · 13 years ago
  98. 8ff15d4 qerror: introduce QERR_INVALID_OPTION_GROUP by Luiz Capitulino · 13 years ago
  99. 4e89978 qemu-option: qemu_opts_from_qdict(): use error_set() by Luiz Capitulino · 13 years ago
  100. 384f213 qemu-option: introduce qemu_opt_set_err() by Luiz Capitulino · 13 years ago