1. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  2. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
  3. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  4. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
  5. 71e8a91 Include sysemu/reset.h a lot less by Markus Armbruster · 6 years ago
  6. 33decbd hw: Replace global smp variables with MachineState for all remaining archs by Like Xu · 6 years ago
  7. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  8. 198a2d2 target/openrisc: Fix LGPL information in the file headers by Thomas Huth · 6 years ago
  9. 312c320 or1k-softmmu.mak: express dependencies with Kconfig by Paolo Bonzini · 6 years ago
  10. 82f5181 kconfig: introduce kconfig files by Paolo Bonzini · 6 years ago
  11. 4575bbb hw/openrisc/Makefile.objs: Create CONFIG_* for openrisc by Yang Zhong · 6 years ago
  12. 4366e1d elf: Add optional function ptr to load_elf() to parse ELF notes by Liam Merwick · 6 years ago
  13. 9bca0ed Change references to serial_hds[] to serial_hd() by Peter Maydell · 7 years ago
  14. fe2d93c hw/openrisc: Replace fprintf(stderr, "*\n" with error_report() by Alistair Francis · 7 years ago
  15. 1498e97 openrisc: use generic cpu_model parsing by Igor Mammedov · 7 years ago
  16. 373b259 openrisc: Only kick cpu on timeout, not on update by Stafford Horne · 8 years ago
  17. 13f1c77 openrisc: Initial SMP support by Stafford Horne · 7 years ago
  18. 6b4bbd6 openrisc/cputimer: Perparation for Multicore by Stafford Horne · 8 years ago
  19. 4482e05 cpu: make cpu_generic_init() abort QEMU on error by Igor Mammedov · 7 years ago
  20. f6f8b26 openrisc: replace cpu_openrisc_init() with cpu_generic_init() by Igor Mammedov · 8 years ago
  21. 98a99ce hw: Use new memory_region_init_{ram, rom, rom_device}() functions by Peter Maydell · 8 years ago
  22. 1cfe48c memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() by Peter Maydell · 8 years ago
  23. f4d1414 target/openrisc: Support non-busy idle state using PMR SPR by Stafford Horne · 8 years ago
  24. 4a09d0b target/openrisc: Rename the cpu from or32 to or1k by Richard Henderson · 8 years ago
  25. 4771d75 hw: explicitly include qemu-common.h and cpu.h by Paolo Bonzini · 9 years ago
  26. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  27. 7ef295e loader: Add data swap option to load-elf by Peter Crosthwaite · 9 years ago
  28. ed2decc openrisc: Clean up includes by Peter Maydell · 9 years ago
  29. 9e07142 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  30. ccaf174 openrisc: remove muldiv64() by Laurent Vivier · 10 years ago
  31. ed03ecf or32: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 10 years ago
  32. e264d29 Use DEFINE_MACHINE() to register all machines by Eduardo Habkost · 9 years ago
  33. f8ed85a Fix bad error handling after memory_region_init_ram() by Markus Armbruster · 9 years ago
  34. 25bda50 hw/core/loader: implement address translation in uimage loader by Max Filippov · 10 years ago
  35. 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 10 years ago
  36. 3ef9622 machine: Conversion of QEMUMachineInitArgs to MachineState by Marcel Apfelbaum · 11 years ago
  37. d515521 openrisc-timer: Reduce overhead, Separate clock update functions by Sebastian Macke · 11 years ago
  38. 9889e04 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 11 years ago
  39. c165473 hw: Clean up bogus default boot order by Markus Armbruster · 12 years ago
  40. f7ad538 Merge remote-tracking branch 'stefanha/block' into staging by Anthony Liguori · 12 years ago
  41. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  42. e93379b aio / timers: Rename qemu_timer_* functions by Alex Bligh · 12 years ago
  43. 7717f24 hw/openrisc: Avoid undefined shift in openrisc_pic_cpu_handler() by Jia Liu · 12 years ago
  44. ed396e2 hw/openrisc: Fix masking in openrisc_pic_cpu_handler() by Jia Liu · 12 years ago
  45. b6d9766 hw/openrisc: Avoid using uninitialised variable 'entry' by Jia Liu · 12 years ago
  46. 4284c05 hw/openrisc: Use stderr output instead of qemu_log by Jia Liu · 12 years ago
  47. 68f1282 hw/openrisc: Indent typo by Jia Liu · 12 years ago
  48. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  49. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  50. c3affe5 cpu: Pass CPUState to cpu_interrupt() by Andreas Färber · 12 years ago
  51. d8ed887 exec: Pass CPUState to cpu_reset_interrupt() by Andreas Färber · 12 years ago
  52. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  53. 5301821 hw: move boards and other isolated files to hw/ARCH by Paolo Bonzini · 12 years ago
  54. ce6e1e9 target-or32: Add a IIS dummy board by Jia Liu · 13 years ago
  55. 99f575e target-or32: Add timer support by Jia Liu · 13 years ago
  56. dd29c7f target-or32: Add PIC support by Jia Liu · 13 years ago
  57. e67db06 target-or32: Add target stubs and QOM cpu by Jia Liu · 13 years ago