1. 2443fa2 stellaris: convert gptm to memory API by Benoît Canet · 13 years ago
  2. 71a2df0 stellaris: convert adc to memory API by Benoît Canet · 13 years ago
  3. 8ea72f3 stellaris: convert i2c to memory API by Benoît Canet · 13 years ago
  4. 5699301 stellaris: convert sys to memory API by Benoît Canet · 13 years ago
  5. 7d6f78c armv7m: convert to memory API by Avi Kivity · 14 years ago
  6. 01e0451 Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging" by Anthony Liguori · 14 years ago
  7. fbe15ad armv7m: convert to memory API by Avi Kivity · 14 years ago
  8. f1a7104 Merge remote-tracking branch 'pmaydell/armhw-for-upstream' into staging by Anthony Liguori · 14 years ago
  9. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  10. dc804ab hw/stellaris: Add support for RCC2 register by Engin AYDOGAN · 14 years ago
  11. 8e31bf3 Correct spelling of licensed by Matthew Fernandez · 14 years ago
  12. 6eed185 net: Consistently use qemu_macaddr_default_if_unset by Jan Kiszka · 14 years ago
  13. dd8a4dc vmstate: stellaris use unused for placeholder entries by Juan Quintela · 14 years ago
  14. cf1d31d vmstate: port stellaris_adc by Juan Quintela · 14 years ago
  15. 10f85a2 vmstate: port stellaris gptm by Juan Quintela · 14 years ago
  16. 293c16a vmstate: port stellaris sys by Juan Quintela · 14 years ago
  17. a4dec1d vmstate: port stellaris ssi bus by Juan Quintela · 14 years ago
  18. ff269cd vmstate: port stellaris i2c by Juan Quintela · 14 years ago
  19. a08784d Remove unused sysemu.h include directives by Blue Swirl · 14 years ago
  20. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  21. 7063f49 hw/pl061.c: Implement ARM PL061 as well as Luminary one by Peter Maydell · 14 years ago
  22. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  23. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  24. 22ed1d34 arm: remove dead assignments, spotted by clang analyzer by Blue Swirl · 15 years ago
  25. 540f006 stellaris_enet: use qdev properties for configuration. by Gerd Hoffmann · 15 years ago
  26. e23a1b3 New qdev_init_nofail() by Markus Armbruster · 15 years ago
  27. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  28. 99a0949 Get rid of _t suffix by malc · 15 years ago
  29. 6ee093c Unexport ticks_per_sec variable. Create get_ticks_per_sec() function by Juan Quintela · 16 years ago
  30. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 16 years ago
  31. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
  32. ee6847d qdev: rework device properties. by Gerd Hoffmann · 16 years ago
  33. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  34. 074f2ff qdev: move name+size into DeviceInfo (v2) by Gerd Hoffmann · 16 years ago
  35. 40905a6 Stellaris qdev conversion by Paul Brook · 16 years ago
  36. 2c6554b Implement multiple samplers on stellaris ADC by Paul Brook · 16 years ago
  37. 02e2da4 Add common BusState by Paul Brook · 16 years ago
  38. f80f9ec Convert machine registration to use module init functions by Anthony Liguori · 16 years ago
  39. 5493e33 Stellaris SSI qdev conversion by Paul Brook · 16 years ago
  40. 1de9610 Stellaris I2C qdev conversion by Paul Brook · 16 years ago
  41. d219900 SSD0303 qdev conversion by Paul Brook · 16 years ago
  42. a558046 Stellaris ethernet qdev conversion by Paul Brook · 16 years ago
  43. a7d518a PL011 qdev conversion by Paul Brook · 16 years ago
  44. fbe1b59 Remove vga_ram_size by Paul Brook · 16 years ago
  45. 2ac7117 Replace cpu_abort with hw_error by Paul Brook · 16 years ago
  46. 190cd02 Remove redundant ram_require machine properly. by pbrook · 16 years ago
  47. 3023f33 graphical_console_init change (Stefano Stabellini) by aliguori · 16 years ago
  48. 0ae18ce Check NIC model in some NIC init functions (Mark McLoughlin) by aliguori · 16 years ago
  49. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  50. 3d878ca Set default max_cpus to one. by balrog · 16 years ago
  51. b209700 machine struct - specify max_cpus at the per machine level (Jes Sorensen) by aliguori · 16 years ago
  52. 4b32e16 machine struct - use C99 initializers (Jes Sorensen) by aliguori · 16 years ago
  53. f3d8b1e array overflow in hw/stellaris.c and hw/omap_dss.c by aurel32 · 17 years ago
  54. 23e3929 Save/restore for stellaris boards. by pbrook · 17 years ago
  55. 00f82b8 Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
  56. e61b79d Stellaris boards really aren't that big! by pbrook · 17 years ago
  57. 7fb4fdc RAM usage information in machine definition. by balrog · 17 years ago
  58. 0387544 Revert "Use correct types to enable > 2G support" (r4238), it is not yet ready. by aurel32 · 17 years ago
  59. 967032c Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
  60. 1654b2d Fix few spelling issues in comments by aurel32 · 17 years ago
  61. e4bcb14 Add -drive parameter, by Laurent Vivier. by ths · 17 years ago
  62. 775616c Partial SD card SPI mode support. by pbrook · 17 years ago
  63. eea589c Stellaris ethernet support. by pbrook · 17 years ago
  64. e57ec01 ARMv7-M SysTick fix. by pbrook · 17 years ago
  65. 79b0241 Fix typo in error message. by pbrook · 17 years ago
  66. cf0dbb2 Luminary board input support. by pbrook · 17 years ago
  67. b881c2c Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier) by blueswir1 · 17 years ago
  68. 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
  69. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  70. 9ee6e8b ARMv7 support. by pbrook · 17 years ago