1. 9bca0ed Change references to serial_hds[] to serial_hd() by Peter Maydell · 7 years ago
  2. b82fcd3 hw/xtensa/xtfpga.c: Don't create "null" chardevs for serial devices by Peter Maydell · 7 years ago
  3. 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
  4. a3c5e49 target/xtensa: allow different default CPU for MMU/noMMU by Max Filippov · 7 years ago
  5. 85e2d8d hw/xtensa/xtfpga: support noMMU cores by Max Filippov · 9 years ago
  6. 740ad9f hw/xtensa/xtfpga: extract flash configuration by Max Filippov · 7 years ago
  7. e53fa62 hw/xtensa: extract xtensa_create_memory_regions by Max Filippov · 7 years ago
  8. 188ce01 hw/xtensa/xtfpga: clean up function/structure names by Max Filippov · 7 years ago
  9. 339ef8f hw/xtensa/xtfpga: rewrite mini bootloader by Max Filippov · 7 years ago
  10. f83eb10 xtensa: lx60/lx200/ml605/kc705: use generic cpu_model parsing by Igor Mammedov · 7 years ago
  11. 4482e05 cpu: make cpu_generic_init() abort QEMU on error by Igor Mammedov · 7 years ago
  12. 8e36271 xtensa: replace cpu_xtensa_init() with cpu_generic_init() by Igor Mammedov · 8 years ago
  13. 98a99ce hw: Use new memory_region_init_{ram, rom, rom_device}() functions by Peter Maydell · 8 years ago
  14. 1cfe48c memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() by Peter Maydell · 8 years ago
  15. 8228e35 chardev: move headers to include/chardev by Marc-André Lureau · 8 years ago
  16. cf83f14 shutdown: Add source information to SHUTDOWN and RESET by Eric Blake · 8 years ago
  17. 0e80359 target/xtensa: xtfpga: load DTB only when FDT support is enabled by Max Filippov · 8 years ago
  18. b4948be char: remove init callback by Marc-André Lureau · 8 years ago
  19. f9a555e target-xtensa: xtfpga: fix FLASH interface width by Max Filippov · 9 years ago
  20. 4771d75 hw: explicitly include qemu-common.h and cpu.h by Paolo Bonzini · 9 years ago
  21. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  22. 0e6aac8 machine: Use type_init() to register machine classes by Eduardo Habkost · 9 years ago
  23. 7ef295e loader: Add data swap option to load-elf by Peter Crosthwaite · 9 years ago
  24. 09aae23 xtensa: Clean up includes by Peter Maydell · 9 years ago
  25. 68931a4 target-xtensa: xtfpga: attach FLASH to system IO by Max Filippov · 9 years ago
  26. 943cd38 xtensa: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 10 years ago
  27. 8a661ae Revert use of DEFINE_MACHINE() for registrations of multiple machines by Andreas Färber · 9 years ago
  28. e264d29 Use DEFINE_MACHINE() to register all machines by Eduardo Habkost · 10 years ago
  29. f8ed85a Fix bad error handling after memory_region_init_ram() by Markus Armbruster · 9 years ago
  30. ebbb419 xtensa: Remove superfluous '\n' around error_report() by Gonglei · 10 years ago
  31. 12004c9 target-xtensa: xtfpga: fix ml605 flash size by Max Filippov · 10 years ago
  32. 8bb3b57 hw/xtensa: allow reads/writes in the system I/O region by Max Filippov · 11 years ago
  33. 6d2e453 hw/xtensa/xtfpga: treat uImage load address as virtual by Max Filippov · 10 years ago
  34. 25bda50 hw/core/loader: implement address translation in uimage loader by Max Filippov · 10 years ago
  35. 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
  36. fa1d36d block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() by Markus Armbruster · 10 years ago
  37. 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 11 years ago
  38. f55b32e hw/xtensa/xtfpga: implement initrd loading by Max Filippov · 11 years ago
  39. 996dfe9 hw/xtensa/xtfpga: implement DTB loading by Max Filippov · 11 years ago
  40. 364d480 hw/xtensa/xtfpga: implement uImage loading by Max Filippov · 12 years ago
  41. b6edea8 hw/xtensa/xtfpga: add memory info to bootparam by Max Filippov · 11 years ago
  42. a9a2859 hw/xtensa/xtfpga: refactor bootparameters filling by Max Filippov · 11 years ago
  43. 62dbaed hw/xtensa/xtfpga: use symbolic constants for bootparam tags by Max Filippov · 11 years ago
  44. 37b259d hw/xtensa/xtfpga: retrieve parameters from machine_opts by Max Filippov · 11 years ago
  45. 8488ab0 hw/xtensa: replace fprintfs with error_report by Max Filippov · 11 years ago
  46. b707ab7 hw/xtensa: remove extraneous xtensa_ prefix from file names by Max Filippov · 11 years ago[Renamed (99%) from hw/xtensa/xtensa_lx60.c]
  47. 37ed7c4 hw/xtensa/xtfpga: fix FLASH mapping to boot region for KC705 by Max Filippov · 11 years ago
  48. 3ef9622 machine: Conversion of QEMUMachineInitArgs to MachineState by Marcel Apfelbaum · 11 years ago
  49. e0db904 hw/xtensa: add support for ML605 and KC705 FPGA board by Max Filippov · 11 years ago
  50. c165473 hw: Clean up bogus default boot order by Markus Armbruster · 12 years ago
  51. 00b941e cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook by Andreas Färber · 12 years ago
  52. 22fc860 hw/[u-x]*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  53. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  54. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  55. 47b43a1 hw: move private headers to hw/ subdirectories. by Paolo Bonzini · 12 years ago
  56. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  57. 5301821 hw: move boards and other isolated files to hw/ARCH by Paolo Bonzini · 12 years ago[Renamed from hw/xtensa_lx60.c]
  58. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  59. 1356b98 sysbus: Drop sysbus_from_qdev() cast macro by Andreas Färber · 12 years ago
  60. e4ada29 Make default boot order machine specific by Avik Sil · 12 years ago
  61. 927d487 softmmu: move remaining include files to include/ subdirectories by Paolo Bonzini · 12 years ago
  62. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  63. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  64. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  65. f8fe796 janitor: do not include qemu-char everywhere by Paolo Bonzini · 12 years ago
  66. d64ed08 hw/xtensa_lx60: don't prematurely explode QEMUMachineInitArgs by Max Filippov · 12 years ago
  67. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  68. 488cb99 serial: split serial.c by Gerd Hoffmann · 12 years ago
  69. 5f072e1 create struct for machine initialization arguments by Eduardo Habkost · 12 years ago
  70. e38077f target-xtensa: make default CPU depend on target endianness by Max Filippov · 13 years ago
  71. a005d07 net: Remove VLANState by Stefan Hajnoczi · 13 years ago
  72. 8aab031 xtensa_lx60: add missing #include "blockdev.h" by Max Filippov · 13 years ago
  73. eded126 xtensa_lx60: Pass XtensaCPU to lx60_reset() by Andreas Färber · 13 years ago
  74. adbb0f7 xtensa_lx60: Use cpu_xtensa_init() to obtain XtensaCPU by Andreas Färber · 13 years ago
  75. 5bfcb36 xtensa hw/: Don't use CPUState by Andreas Färber · 13 years ago
  76. 1bba0dc Rename cpu_reset() to cpu_state_reset() by Andreas Färber · 13 years ago
  77. c5705a7 vmstate, memory: decouple vmstate from memory API by Avi Kivity · 13 years ago
  78. 556ba66 xtensa_lx60: fix build date code and change memory region names by Max Filippov · 13 years ago
  79. 292627b xtensa_lx60: pass kernel arguments from -append by Max Filippov · 13 years ago
  80. 82b25dc xtensa_lx60: add FLASH support by Max Filippov · 13 years ago
  81. 0200db6 target-xtensa: add Avnet LX60/LX110/LX200 boards by Max Filippov · 13 years ago