1. 0c36493 integratorcp: convert control to memory API by Benoît Canet · 13 years ago
  2. 61074e4 integratorcp: convert icp pic to memory API by Benoît Canet · 13 years ago
  3. 71d9bc5 integratorcp: convert core to memory API by Benoît Canet · 13 years ago
  4. df3f457 hw/integratorcp: Fix bugs in writes to CM_CTRL system register by Peter Maydell · 13 years ago
  5. 211adf4 integratorcp: convert to memory API (RAM/flash only) by Avi Kivity · 13 years ago
  6. 01e0451 Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging" by Anthony Liguori · 13 years ago
  7. b3cc496 integratorcp: convert to memory API (RAM/flash only) by Avi Kivity · 13 years ago
  8. 8e31bf3 Correct spelling of licensed by Matthew Fernandez · 13 years ago
  9. a08784d Remove unused sysemu.h include directives by Blue Swirl · 14 years ago
  10. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  11. 1724f04 qemu_ram_alloc: Add DeviceState and name parameters by Alex Williamson · 14 years ago
  12. e23a1b3 New qdev_init_nofail() by Markus Armbruster · 15 years ago
  13. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  14. 99a0949 Get rid of _t suffix by malc · 15 years ago
  15. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 15 years ago
  16. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 15 years ago
  17. bb36f66 qdev/prop: convert integratorcp.c to helper macros. by Gerd Hoffmann · 15 years ago
  18. ee6847d qdev: rework device properties. by Gerd Hoffmann · 15 years ago
  19. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  20. 067a3dd Remove qdev irq sink handling by Paul Brook · 16 years ago
  21. 0c25743 Introduce is_default field for QEMUMachine by Anthony Liguori · 16 years ago
  22. f80f9ec Convert machine registration to use module init functions by Anthony Liguori · 16 years ago
  23. 6a824ec ARM timers qdev conversion by Paul Brook · 16 years ago
  24. a708688 Integrator/CP core qdev conversion by Paul Brook · 16 years ago
  25. aa9311d PL181 qdev conversion by Paul Brook · 16 years ago
  26. a63bdb3 PL031 qdev conversion by Paul Brook · 16 years ago
  27. 86394e9 PL050 qdev conversion by Paul Brook · 16 years ago
  28. a7d518a PL011 qdev conversion by Paul Brook · 16 years ago
  29. 2e9bdce PL110 qdev conversion by Paul Brook · 16 years ago
  30. fbe1b59 Remove vga_ram_size by Paul Brook · 16 years ago
  31. 2ac7117 Replace cpu_abort with hw_error by Paul Brook · 16 years ago
  32. 190cd02 Remove redundant ram_require machine properly. by pbrook · 16 years ago
  33. 7ffab4d Use qemu_ram_alloc. by pbrook · 16 years ago
  34. 487414f hw: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  35. 3023f33 graphical_console_init change (Stefano Stabellini) by aliguori · 16 years ago
  36. 0ae18ce Check NIC model in some NIC init functions (Mark McLoughlin) by aliguori · 16 years ago
  37. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  38. 492c30a Make DMA bottom-half driven (v2) by aliguori · 16 years ago
  39. 3d878ca Set default max_cpus to one. by balrog · 16 years ago
  40. b209700 machine struct - specify max_cpus at the per machine level (Jes Sorensen) by aliguori · 16 years ago
  41. 4b32e16 machine struct - use C99 initializers (Jes Sorensen) by aliguori · 16 years ago
  42. 1235fc0 Spelling fixes, by Stefan Weil. by ths · 17 years ago
  43. 00f82b8 Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
  44. 7fb4fdc RAM usage information in machine definition. by balrog · 17 years ago
  45. 0387544 Revert "Use correct types to enable > 2G support" (r4238), it is not yet ready. by aurel32 · 17 years ago
  46. 967032c Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
  47. f93eb9f Move the excess of arm_load_kernel() parameters into a struct. by balrog · 17 years ago
  48. e4bcb14 Add -drive parameter, by Laurent Vivier. by ths · 17 years ago
  49. b881c2c Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier) by blueswir1 · 17 years ago
  50. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  51. 9ee6e8b ARMv7 support. by pbrook · 17 years ago
  52. 4d1165f Fix 64-bit host printf format mismatches. by pbrook · 17 years ago
  53. aaed909 added cpu_model parameter to cpu_init() by bellard · 17 years ago
  54. 6ac0e82 Set boot sequence from command line (Dan Kenigsberg). by balrog · 17 years ago
  55. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  56. 7e1543c ARM PL031 RTC emulation. by pbrook · 17 years ago
  57. 187337f Fix off-by-one memory region sizes. by pbrook · 18 years ago
  58. c4a7060 New option -net nic,model=? (Mark Glines) by blueswir1 · 18 years ago
  59. 9d55199 Account for machine with RAM which is not mapped at 0x0 in arm_boot.c. by balrog · 18 years ago
  60. d537cf6 Unify IRQ handling. by pbrook · 18 years ago
  61. a1bb27b SD card emulation (initial implementation by Andrzei Zaborowski). by pbrook · 18 years ago
  62. 3371d27 Implement --cpu for ARM. by pbrook · 18 years ago
  63. 94fc95c New -cpu options: choose CPU model for emulated target. by j_mayer · 18 years ago
  64. daf9062 ARM ELF loader. by pbrook · 18 years ago
  65. 29bfb11 Add casts for 64-bit hosts. by pbrook · 18 years ago
  66. 1640695 Add nominal ARM Versatil/AB board emulation. by pbrook · 19 years ago
  67. cdbdb64 ARM Versatile Platform Baseboard emulation. by pbrook · 19 years ago
  68. 9521989 Allow multiple graphics devices. by pbrook · 19 years ago
  69. 40f137e Add Arm926 core support. by pbrook · 19 years ago
  70. 2420111 Fix Arm big-endian host bug. by pbrook · 19 years ago
  71. bdd5003 Arm display emulation. by pbrook · 19 years ago
  72. a41b2ff Allow selection of emulated network card. rtl8139 emulation. by pbrook · 19 years ago
  73. 80337b6 NIC emulation for qemu arm-softmmu (Paul Brook) by bellard · 19 years ago
  74. b5ff1b3 ARM system emulation (Paul Brook) by bellard · 19 years ago