1. b4948be char: remove init callback by Marc-André Lureau · 8 years ago
  2. f9a555e target-xtensa: xtfpga: fix FLASH interface width by Max Filippov · 9 years ago
  3. 2a6a407 Clean up ill-advised or unusual header guards by Markus Armbruster · 9 years ago
  4. c00dc67 replace muldiv64(a, b, c) by (uint64_t)a * b / c by Laurent Vivier · 9 years ago
  5. 33c1187 qemu-common: push cpu.h inclusion out of qemu-common.h by Paolo Bonzini · 9 years ago
  6. 4771d75 hw: explicitly include qemu-common.h and cpu.h by Paolo Bonzini · 9 years ago
  7. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  8. 0e6aac8 machine: Use type_init() to register machine classes by Eduardo Habkost · 9 years ago
  9. 7ef295e loader: Add data swap option to load-elf by Peter Crosthwaite · 9 years ago
  10. 09aae23 xtensa: Clean up includes by Peter Maydell · 9 years ago
  11. 68931a4 target-xtensa: xtfpga: attach FLASH to system IO by Max Filippov · 9 years ago
  12. 943cd38 xtensa: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 10 years ago
  13. 8a661ae Revert use of DEFINE_MACHINE() for registrations of multiple machines by Andreas Färber · 9 years ago
  14. e264d29 Use DEFINE_MACHINE() to register all machines by Eduardo Habkost · 9 years ago
  15. f8ed85a Fix bad error handling after memory_region_init_ram() by Markus Armbruster · 9 years ago
  16. ebbb419 xtensa: Remove superfluous '\n' around error_report() by Gonglei · 10 years ago
  17. 12004c9 target-xtensa: xtfpga: fix ml605 flash size by Max Filippov · 10 years ago
  18. 8bb3b57 hw/xtensa: allow reads/writes in the system I/O region by Max Filippov · 11 years ago
  19. 6d2e453 hw/xtensa/xtfpga: treat uImage load address as virtual by Max Filippov · 10 years ago
  20. 25bda50 hw/core/loader: implement address translation in uimage loader by Max Filippov · 10 years ago
  21. c9e9521 target-xtensa: avoid duplicate timer interrupt delivery by Max Filippov · 10 years ago
  22. 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
  23. fa1d36d block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() by Markus Armbruster · 10 years ago
  24. 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 10 years ago
  25. f55b32e hw/xtensa/xtfpga: implement initrd loading by Max Filippov · 11 years ago
  26. 996dfe9 hw/xtensa/xtfpga: implement DTB loading by Max Filippov · 11 years ago
  27. 364d480 hw/xtensa/xtfpga: implement uImage loading by Max Filippov · 12 years ago
  28. b6edea8 hw/xtensa/xtfpga: add memory info to bootparam by Max Filippov · 11 years ago
  29. a9a2859 hw/xtensa/xtfpga: refactor bootparameters filling by Max Filippov · 11 years ago
  30. 62dbaed hw/xtensa/xtfpga: use symbolic constants for bootparam tags by Max Filippov · 11 years ago
  31. 37b259d hw/xtensa/xtfpga: retrieve parameters from machine_opts by Max Filippov · 11 years ago
  32. 8488ab0 hw/xtensa: replace fprintfs with error_report by Max Filippov · 11 years ago
  33. b707ab7 hw/xtensa: remove extraneous xtensa_ prefix from file names by Max Filippov · 11 years ago
  34. 37ed7c4 hw/xtensa/xtfpga: fix FLASH mapping to boot region for KC705 by Max Filippov · 11 years ago
  35. 3ef9622 machine: Conversion of QEMUMachineInitArgs to MachineState by Marcel Apfelbaum · 11 years ago
  36. e0db904 hw/xtensa: add support for ML605 and KC705 FPGA board by Max Filippov · 11 years ago
  37. 9889e04 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 11 years ago
  38. c165473 hw: Clean up bogus default boot order by Markus Armbruster · 11 years ago
  39. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 11 years ago
  40. 00b941e cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook by Andreas Färber · 12 years ago
  41. 22fc860 hw/[u-x]*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  42. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  43. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  44. 47b43a1 hw: move private headers to hw/ subdirectories. by Paolo Bonzini · 12 years ago
  45. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  46. c3affe5 cpu: Pass CPUState to cpu_interrupt() by Andreas Färber · 12 years ago
  47. d8ed887 exec: Pass CPUState to cpu_reset_interrupt() by Andreas Färber · 12 years ago
  48. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  49. 5301821 hw: move boards and other isolated files to hw/ARCH by Paolo Bonzini · 12 years ago
  50. 5e8861a build: move obj-TARGET-y variables to nested Makefile.objs by Paolo Bonzini · 13 years ago