1. 1d914fa rtc: make rtc_xxx accept/return ISADevice instead of RTCState. by Isaku Yamahata · 15 years ago
  2. a67ba3b Revert "Compile usb-ohci only once" by Paul Brook · 15 years ago
  3. f169840 Compile usb-ohci only once by Blue Swirl · 15 years ago
  4. 43a3470 m48t59: don't use reserved _t suffix by Blue Swirl · 15 years ago
  5. 18e08a5 pci: pci.h cleanup: move out stuff not in pci.c by Michael S. Tsirkin · 15 years ago
  6. d84bda4 PPC: rename cpu_ppc_reset to cpu_reset for consistency by Blue Swirl · 15 years ago
  7. 9203f52 Make NICInfo string fields non-const by Mark McLoughlin · 15 years ago
  8. 07caea3 Fix pci_add nic not to exit on bad model by Markus Armbruster · 16 years ago
  9. ac0be99 serial: convert isa to qdev by Gerd Hoffmann · 16 years ago
  10. fd8014e floppy: add drive properties. by Gerd Hoffmann · 16 years ago
  11. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 16 years ago
  12. 99a0949 Get rid of _t suffix by malc · 16 years ago
  13. afcea8c ioports: remove unused env parameter and compile only once by Blue Swirl · 16 years ago
  14. ca20cf3 Compile loader only once by Blue Swirl · 16 years ago
  15. dea21e9 ide/isa: convert to qdev. by Gerd Hoffmann · 16 years ago
  16. b37fc14 unbreak ppc/prep by Gerd Hoffmann · 16 years ago
  17. 32e0c82 qdev/isa: convert real time clock by Gerd Hoffmann · 16 years ago
  18. 11d23c3 qdev/isa: finish pckbd conversion by Gerd Hoffmann · 16 years ago
  19. 9453c5b qdev/isa: convert ne2000 by Gerd Hoffmann · 16 years ago
  20. 86c8615 qdev: drop iobase properties from isa bus by Gerd Hoffmann · 16 years ago
  21. 5b19d9a qdev/usb: convert ohci. by Gerd Hoffmann · 16 years ago
  22. f455e98 ide: pass down DriveInfo instead of BlockDriverState by Gerd Hoffmann · 16 years ago
  23. ec82026 ide: split away ide-isa.c by Gerd Hoffmann · 16 years ago
  24. 2091ba2 isa bus irq changes and fixes. by Gerd Hoffmann · 16 years ago
  25. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
  26. 90e189e Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx by Blue Swirl · 16 years ago
  27. 636aa20 Replace always_inline with inline by Blue Swirl · 16 years ago
  28. 751c6a1 kill drives_table by Gerd Hoffmann · 16 years ago
  29. 0bf9e31 Fix most warnings (errors with -Werror) when debugging is enabled by Blue Swirl · 16 years ago
  30. a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 16 years ago
  31. 5607c38 Support addr=... in option argument of -net nic by Markus Armbruster · 16 years ago
  32. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  33. 5cea859 Use relative path for bios by Paul Brook · 16 years ago
  34. 8217606 Introduce reset notifier order by Jan Kiszka · 16 years ago
  35. f80f9ec Convert machine registration to use module init functions by Anthony Liguori · 16 years ago
  36. bba831e Remove obsolete BIOS_SIZE from sysemu.h by Paul Brook · 16 years ago
  37. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  38. fbe1b59 Remove vga_ram_size by Paul Brook · 16 years ago
  39. 22d83b1 Push AUD_init down to devices by Paul Brook · 16 years ago
  40. 2ac7117 Replace cpu_abort with hw_error by Paul Brook · 16 years ago
  41. 190cd02 Remove redundant ram_require machine properly. by pbrook · 16 years ago
  42. b584726 Clean up VGA ram allocation. by pbrook · 16 years ago
  43. dcac967 Use load_image_targphys and avoid phys_ram_base. by pbrook · 16 years ago
  44. cf9c147 Use qemu_ram_alloc by blueswir1 · 16 years ago
  45. 487414f hw: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  46. 42fc73a Support epoch of 1980 in RTC emulation for MIPS Magnum by aurel32 · 16 years ago
  47. 3023f332 graphical_console_init change (Stefano Stabellini) by aliguori · 16 years ago
  48. 8fec2b8 global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) by aliguori · 16 years ago
  49. 93fcfe3 Convert references to logfile/loglevel to use qemu_log*() macros by aliguori · 16 years ago
  50. cb457d7 Make pci_nic_init() use qemu_setup_nic_model() (Mark McLoughlin) by aliguori · 16 years ago
  51. 5652ef7 mips, ppc: make sure nd->model is always defined by aurel32 · 16 years ago
  52. 4dd8c13 Fix PPC PREP platform, broken by commit 5849 by aurel32 · 16 years ago
  53. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  54. 3d878ca Set default max_cpus to one. by balrog · 16 years ago
  55. b1d8e52 Fix undeclared symbol warnings from sparse by blueswir1 · 16 years ago
  56. b209700 machine struct - specify max_cpus at the per machine level (Jes Sorensen) by aliguori · 16 years ago
  57. 4b32e16 machine struct - use C99 initializers (Jes Sorensen) by aliguori · 16 years ago
  58. 3b3fb32 Use qemu-log.h by blueswir1 · 17 years ago
  59. b3c7724 Move CPU save/load registration to common code. by pbrook · 17 years ago
  60. b6cd0ea 8250: Customized base baudrate by aurel32 · 17 years ago
  61. 00f82b8 Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
  62. 7fb4fdc RAM usage information in machine definition. by balrog · 17 years ago
  63. 0387544 Revert "Use correct types to enable > 2G support" (r4238), it is not yet ready. by aurel32 · 17 years ago
  64. 967032c Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
  65. e4bcb14 Add -drive parameter, by Laurent Vivier. by ths · 17 years ago
  66. aae9366 More PowerPC debug print fixes - hardware emulation pass. by j_mayer · 17 years ago
  67. 4018bae New PowerPC CPU flag to define the decrementer and time-base source clock. by j_mayer · 17 years ago
  68. b881c2c Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier) by blueswir1 · 17 years ago
  69. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  70. 0d913fd Fix PowerPC boot device selection. by j_mayer · 17 years ago
  71. 28c5af5 More generic boot devices specification, allowing more devices to be specified by j_mayer · 17 years ago
  72. aaed909 added cpu_model parameter to cpu_init() by bellard · 17 years ago
  73. 6ac0e82 Set boot sequence from command line (Dan Kenigsberg). by balrog · 17 years ago
  74. c4781a5 Implement PreP reset port. by j_mayer · 17 years ago
  75. 4c823cf PowerPC 601 / 620 / 970 need a 1MB firmware. by j_mayer · 17 years ago
  76. 3cbee15 * sort the PowerPC target object files by j_mayer · 17 years ago
  77. fce62c4 Bugfix: now PCI NICs really work on PowerPC PreP platform. by j_mayer · 17 years ago
  78. bd3e2c4 Allow use of PCI NICs on PowerPC PreP platform. by j_mayer · 17 years ago
  79. b068d6a PowerPC target optimisations: make intensive use of always_inline. by j_mayer · 17 years ago
  80. 1192dad New '-bios' option, used to select an alternate BIOS image from bios_dir. by j_mayer · 18 years ago
  81. fe33cc7 Fix PowerPC initialisation and first reset: by j_mayer · 18 years ago
  82. d12f4c3 Change POWERPC_PPC_GENERIC to POWERPC_DEFAULT. by j_mayer · 18 years ago
  83. 3608160 Coding style fixes in PowerPC related code (no functional change): by j_mayer · 18 years ago
  84. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 18 years ago
  85. c4a7060 New option -net nic,model=? (Mark Glines) by blueswir1 · 18 years ago
  86. 4a05771 No functional changes: by j_mayer · 18 years ago
  87. 0a032cb Add reset callbacks for PowerPC CPU. by j_mayer · 18 years ago
  88. dd37a5e PREP and heathrow machines only support PowerPC CPU with a 6xx bus. by j_mayer · 18 years ago
  89. 24be5ae Add PowerPC 405 input pins (IRQ, resets, ...) model. by j_mayer · 18 years ago
  90. e9df014 Implement embedded IRQ controller for PowerPC 6xx/740 & 750. by j_mayer · 18 years ago
  91. d537cf6 Unify IRQ handling. by pbrook · 18 years ago
  92. 4710357 New model for PowerPC CPU hardware interrupt events: by j_mayer · 18 years ago
  93. e24ad6f OHCI USB PXA support (Andrzej Zaborowski). by pbrook · 18 years ago
  94. 94fc95c New -cpu options: choose CPU model for emulated target. by j_mayer · 18 years ago
  95. d8b2015 Remove unused variable. by ths · 18 years ago
  96. 89b6b50 vga init changes by bellard · 19 years ago
  97. 0d92ed3 OHCI USB host emulation. by pbrook · 19 years ago
  98. a41b2ff Allow selection of emulated network card. rtl8139 emulation. by pbrook · 19 years ago
  99. e5d13e2 more generic serial port (initial patch by Jocelyn Mayer) by bellard · 19 years ago
  100. c68ea70 cpu_single_env usage fix by bellard · 19 years ago