1. a4fb331 hw/microblaze: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 7 years ago
  2. 0304f9e hw: Do not include "sysemu/block-backend.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
  3. 9bca0ed Change references to serial_hds[] to serial_hd() by Peter Maydell · 7 years ago
  4. 98a99ce hw: Use new memory_region_init_{ram, rom, rom_device}() functions by Peter Maydell · 8 years ago
  5. 1cfe48c memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() by Peter Maydell · 8 years ago
  6. 1b6d078 hw/char: QOM'ify xilinx_uartlite model by xiaoqiang zhao · 9 years ago
  7. 4771d75 hw: explicitly include qemu-common.h and cpu.h by Paolo Bonzini · 9 years ago
  8. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  9. 8fd9dec microblaze: Clean up includes by Peter Maydell · 9 years ago
  10. ad24f94 s3adsp1800: Set the MicroBlaze CPU version to 7.10.d by Edgar E. Iglesias · 9 years ago
  11. e264d29 Use DEFINE_MACHINE() to register all machines by Eduardo Habkost · 10 years ago
  12. f8ed85a Fix bad error handling after memory_region_init_ram() by Markus Armbruster · 9 years ago
  13. 033af8e s3adsp1800: Remove the hardcoded values from the reset by Alistair Francis · 10 years ago
  14. d87636b microblaze: s3adsp: Instantiate CPU using QOM by Peter Crosthwaite · 10 years ago
  15. 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
  16. fa1d36d block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() by Markus Armbruster · 10 years ago
  17. 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 11 years ago
  18. 3ef9622 machine: Conversion of QEMUMachineInitArgs to MachineState by Marcel Apfelbaum · 11 years ago
  19. d5001cf xilinx: Delete hw/include/xilinx.h by Peter Crosthwaite · 11 years ago
  20. b8d4e1c xilinx: Inline usage of xilinx_ethlite_create() by Peter Crosthwaite · 11 years ago
  21. 2987371 xilinx: Inline usages of xilinx_timer_create() by Peter Crosthwaite · 11 years ago
  22. 13c9bfb xilinx: Inline usages of xilinx_intc_create() by Peter Crosthwaite · 11 years ago
  23. 05a738c microblaze/s3adsp_1800: Define macros for irq map by Peter Crosthwaite · 11 years ago
  24. 73c6945 Microblaze: Convert Microblaze-pic handling to GPIOs by Alistair Francis · 11 years ago
  25. ec426ff hw/microblaze: Add support for loading initrd images by Edgar E. Iglesias · 12 years ago
  26. d0b022a hw/microblaze: Indentation cleanups by Edgar E. Iglesias · 12 years ago
  27. c165473 hw: Clean up bogus default boot order by Markus Armbruster · 12 years ago
  28. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  29. 37a011e microblaze/petalogix_s3adsp1800_mmu: Fix UART IRQ by Peter Crosthwaite · 12 years ago
  30. bd2be15 arm: fix location of some include files by Peter Maydell · 12 years ago
  31. 47b43a1 hw: move private headers to hw/ subdirectories. by Paolo Bonzini · 12 years ago
  32. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  33. 5301821 hw: move boards and other isolated files to hw/ARCH by Paolo Bonzini · 12 years ago[Renamed from hw/petalogix_s3adsp1800_mmu.c]
  34. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  35. e4ada29 Make default boot order machine specific by Avik Sil · 12 years ago
  36. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  37. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  38. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  39. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  40. 5f072e1 create struct for machine initialization arguments by Eduardo Habkost · 12 years ago
  41. abe098e xilinx_timer: changed nr_timers to one_timer_only by Peter A. G. Crosthwaite · 13 years ago
  42. 23d6055 xilinx_uartlite: changed device name by Peter A. G. Crosthwaite · 13 years ago
  43. bf49436 microblaze_boot: Pass MicroBlazeCPU to microblaze_load_kernel() by Andreas Färber · 13 years ago
  44. 3ed6073 petalogix_s3adsp1800_mmu: Use cpu_mb_init() to obtain MicroBlazeCPU by Andreas Färber · 13 years ago
  45. 2c097f6 petalogix_s3adsp1800: deleted bad FIXME comment by Peter A. G. Crosthwaite · 13 years ago
  46. ee11850 microblaze hw/: Don't use CPUState by Andreas Färber · 13 years ago
  47. cba1fd3 petalogix_s2adsp1800: macro'd magic numbers by Peter A. G. Crosthwaite · 13 years ago
  48. 1f28fac petalogix_s2adsp1800: moved rst logic to rst fn by Peter A. G. Crosthwaite · 13 years ago
  49. d94e743 microblaze: factored out common boot code by Peter A. G. Crosthwaite · 13 years ago
  50. c5705a7 vmstate, memory: decouple vmstate from memory API by Avi Kivity · 13 years ago
  51. 589f0aa petalogix_s2adsp1800: convert to memory API by Avi Kivity · 13 years ago
  52. cfe5f01 pflash_cfi01/pflash_cfi02: convert to memory API by Avi Kivity · 14 years ago
  53. 01e0451 Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging" by Anthony Liguori · 14 years ago
  54. c8a50e5 pflash_cfi01/pflash_cfi02: convert to memory API by Avi Kivity · 14 years ago
  55. b861b74 xilinx: removed microbalze_pic_init from xilinx.h by Peter A. G. Crosthwaite · 14 years ago
  56. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  57. 73ad9e6 microblaze: Fix PetaLogix company name by Michal Simek · 14 years ago
  58. 082e5be pls3adsp1800: Base load_elf endianness on target endianness by Edgar E. Iglesias · 14 years ago
  59. 2446333 Rearrange block headers by Blue Swirl · 15 years ago
  60. 872a91b xilinx-s3adsp: Add support for loading u-boot images. by Edgar E. Iglesias · 15 years ago
  61. 811976d xilinx-s3adsp: Fix loading of raw binaries. by Edgar E. Iglesias · 15 years ago
  62. 1724f04 qemu_ram_alloc: Add DeviceState and name parameters by Alex Williamson · 15 years ago
  63. 7375c86 petlogix-3adsp: Tweak displacement of cmdline and fdt blob. by Edgar E. Iglesias · 15 years ago
  64. 183aa45 microblaze: remove dead assignments, spotted by clang analyzer by Blue Swirl · 15 years ago
  65. 3d08ff6 Compile pflash_cfi01 only once by Blue Swirl · 15 years ago
  66. 409dbce load_elf: replace the address addend by a translation function by Aurelien Jarno · 15 years ago
  67. 2548de3 microblaze: The petalogix s3adsp board uses intel flashes by Edgar E. Iglesias · 15 years ago
  68. 7029a83 microblaze: Make boot_info static. by Edgar E. Iglesias · 15 years ago
  69. be5e834 microblaze: Add missing cpu_reset. by Edgar E. Iglesias · 15 years ago
  70. b4d34d5 microblaze: Boot and reset fixes. by Edgar E. Iglesias · 15 years ago
  71. ba6d048 microblaze: Move the kcmdline out of the way. by Edgar E. Iglesias · 15 years ago
  72. 3c178e7 rom loader: fix sparc -kernel boot. by Gerd Hoffmann · 15 years ago
  73. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  74. 99a0949 Get rid of _t suffix by malc · 15 years ago
  75. ca20cf3 Compile loader only once by Blue Swirl · 15 years ago
  76. 84f1581 Refactor code to remove one #ifdef CONFIG_FDT by Juan Quintela · 16 years ago
  77. 3f0855b Rename HAVE_FDT to CONFIG_FDT and define it also in Makefile by Juan Quintela · 16 years ago
  78. 751c6a1 kill drives_table by Gerd Hoffmann · 16 years ago
  79. a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 16 years ago
  80. 4b0c7aa microblaze: Fix loading of petalogix s3adsp1800 dtb. by Edgar E. Iglesias · 16 years ago
  81. 7696d1e microblaze: Conditionalize FDT features. by Edgar E. Iglesias · 16 years ago
  82. 6a8b1ae microblaze: Add petalogix s3a1800dsp MMU linux ref-design. by Edgar E. Iglesias · 16 years ago