1. 73bce51 m25p80: qdev-ify drive property by Paolo Bonzini · 9 years ago
  2. f4b9953 xilinx_zynq: Connect devcfg to the Zynq machine model by Peter Crosthwaite · 9 years ago
  3. 4be12ea hw/char: QOM'ify cadence_uart model by xiaoqiang zhao · 9 years ago
  4. 4771d75 hw: explicitly include qemu-common.h and cpu.h by Paolo Bonzini · 9 years ago
  5. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  6. eb4f566 sdhci_sysbus: Create SD card device in users, not the device itself by Peter Maydell · 9 years ago
  7. 8fd0671 ssi: Move ssi.h into a separate directory by Alistair Francis · 9 years ago
  8. 12b1672 hw/arm: Clean up includes by Peter Maydell · 9 years ago
  9. 007b065 Use error_fatal to simplify obvious fatal errors by Markus Armbruster · 9 years ago
  10. 74fcbd2 hw/misc: Add support for ADC controller in Xilinx Zynq 7000 by Guenter Roeck · 9 years ago
  11. c3a9a68 arm: xilinx_zynq: Add linux pre-boot by Peter Crosthwaite · 9 years ago
  12. e264d29 Use DEFINE_MACHINE() to register all machines by Eduardo Habkost · 10 years ago
  13. f8ed85a Fix bad error handling after memory_region_init_ram() by Markus Armbruster · 9 years ago
  14. c8623c0 arm: memory: Replace memory_region_init_ram with memory_region_allocate_system_memory by Dirk Müller · 10 years ago
  15. 565f65d error: Use error_report_err() where appropriate by Markus Armbruster · 10 years ago
  16. 61e2f35 target-arm: Disable EL3 on unsupported machines by Greg Bellows · 10 years ago
  17. 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
  18. fa1d36d block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() by Markus Armbruster · 10 years ago
  19. 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 10 years ago
  20. de77914 ssi: Name the CS GPIO by Peter Crosthwaite · 11 years ago
  21. 3ef9622 machine: Conversion of QEMUMachineInitArgs to MachineState by Marcel Apfelbaum · 11 years ago
  22. b48adc0d ZYNQ: Implement board MIDR control for Zynq by Alistair Francis · 11 years ago
  23. 7fcd57e arm/xilinx_zynq: Always instantiate the GEMs by Peter Crosthwaite · 11 years ago
  24. c257712 arm/xilinx_zynq: Implement CBAR initialisation by Peter Crosthwaite · 11 years ago
  25. d8bbdcf arm/xilinx_zynq: Use object_new() rather than cpu_arm_init() by Peter Crosthwaite · 11 years ago
  26. c165473 hw: Clean up bogus default boot order by Markus Armbruster · 12 years ago
  27. e4a6540 hw/arm/xilinx_zynq: Don't use arm_pic_init_cpu() by Peter Maydell · 12 years ago
  28. 182735e cpu: Make first_cpu and next_cpu CPUState by Andreas Färber · 12 years ago
  29. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  30. 6b91f01 xilinx_spips: seperate SPI and QSPI as two classes by Peter Crosthwaite · 12 years ago
  31. bd2be15 arm: fix location of some include files by Peter Maydell · 12 years ago
  32. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  33. f1922e3 xilinx_zynq: Cleanup ssi_create_slave by Peter Crosthwaite · 12 years ago
  34. 7451afb xilinx_zynq: added pl330 to machine model by Peter Crosthwaite · 12 years ago
  35. 5301821 hw: move boards and other isolated files to hw/ARCH by Paolo Bonzini · 12 years ago[Renamed from hw/xilinx_zynq.c]
  36. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  37. a7fd691 m25p80.c: Use QOM classes for part differentiation by Peter Crosthwaite · 12 years ago
  38. b972b4e xilinx_zynq: Added SD controllers by Peter Crosthwaite · 12 years ago
  39. 70ef6a5 xilinx_zynq: Fix wrong IRQ number of the second EHCI controller by Liming Wang · 12 years ago
  40. 1356b98 sysbus: Drop sysbus_from_qdev() cast macro by Andreas Färber · 12 years ago
  41. e4ada29 Make default boot order machine specific by Avik Sil · 12 years ago
  42. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  43. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  44. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  45. e376a78 Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 12 years ago
  46. 79f5d67 xilinx_zynq: Add one variable to avoid overwriting QSPI bus by walimis · 12 years ago
  47. 2d0d283 Support default block interfaces per QEMUMachine by Christian Borntraeger · 12 years ago
  48. 892776c xilinx_zynq: add USB controllers by Peter Crosthwaite · 12 years ago
  49. 7b482bc xilinx_zynq: added QSPI controller by Peter Crosthwaite · 12 years ago
  50. 5f072e1 create struct for machine initialization arguments by Eduardo Habkost · 12 years ago
  51. 559d489 xilinx_zynq: Added SPI controllers + flashes by Peter A. G. Crosthwaite · 13 years ago
  52. 4bd7466 arm_pic: Pass ARMCPU to arm_pic_init_cpu() by Andreas Färber · 13 years ago
  53. 3aaa8df arm_boot: Pass ARMCPU to arm_load_kernel() by Andreas Färber · 13 years ago
  54. 17c2f0b xilinx_zynq: Use cpu_arm_init() to obtain ARMCPU by Andreas Färber · 13 years ago
  55. 5ae9330 arm hw/: Don't use CPUState by Andreas Färber · 13 years ago
  56. e326050 xilinx_zynq: machine model initial version by Peter A. G. Crosthwaite · 13 years ago