1. 07caea3 Fix pci_add nic not to exit on bad model by Markus Armbruster · 15 years ago
  2. ac0be99 serial: convert isa to qdev by Gerd Hoffmann · 15 years ago
  3. fd8014e floppy: add drive properties. by Gerd Hoffmann · 15 years ago
  4. 021f067 parallel: convert isa to qdev by Gerd Hoffmann · 15 years ago
  5. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  6. 99a0949 Get rid of _t suffix by malc · 15 years ago
  7. ca20cf3 Compile loader only once by Blue Swirl · 15 years ago
  8. f80237d Add an ISA bus version of m48t59 by Blue Swirl · 15 years ago
  9. 2e15e23 qdev: simplify isa irq assignments by Gerd Hoffmann · 15 years ago
  10. 86c8615 qdev: drop iobase properties from isa bus by Gerd Hoffmann · 15 years ago
  11. 1e43a8e Sparc64: use ISA bus for i8042 by Blue Swirl · 15 years ago
  12. 5bc89ef Sparc64: remove unused variables by Blue Swirl · 15 years ago
  13. f455e98 ide: pass down DriveInfo instead of BlockDriverState by Gerd Hoffmann · 15 years ago
  14. 1387fe4 Fix Sparc64 breakage: add dummy ISA irqs by Blue Swirl · 15 years ago
  15. 977e124 ide: split away ide-pci.c by Gerd Hoffmann · 15 years ago
  16. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 15 years ago
  17. 2091ba2 isa bus irq changes and fixes. by Gerd Hoffmann · 15 years ago
  18. 0c5b8d8 Unbreak Sparc64 by Blue Swirl · 15 years ago
  19. 32a7ee9 qdev/prop: convert sun4u.c to helper macros. by Gerd Hoffmann · 15 years ago
  20. d9c3231 Use qemu_irq for system_powerdown by Blue Swirl · 15 years ago
  21. 7589690 Sparc64: configure screen size from QEMU command line options by Blue Swirl · 15 years ago
  22. 751c6a1 kill drives_table by Gerd Hoffmann · 15 years ago
  23. 0484362 Sparc32/64: use 64 bit type for memory size by Blue Swirl · 15 years ago
  24. 636aa70 Sparc64: refactor kernel init by Blue Swirl · 15 years ago
  25. 7b833f5 Sparc64: refactor CPU init by Blue Swirl · 15 years ago
  26. bda4203 Sparc64: convert memory to qdev by Blue Swirl · 15 years ago
  27. 1baffa4 Sparc64: convert boot prom to qdev by Blue Swirl · 15 years ago
  28. 53e3c4f Sparc64: convert ebus to qdev by Blue Swirl · 15 years ago
  29. 7d55273 sparc64: really initialize irq by Igor Kovalenko · 15 years ago
  30. a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 15 years ago
  31. 6d53bfd sparc64 follow pci_nic_init change by Igor V. Kovalenko · 16 years ago
  32. 28c2c26 Rename pci_register_io_region() to pci_register_bar() 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. 0c25743 Introduce is_default field for QEMUMachine by Anthony Liguori · 16 years ago
  36. f80f9ec Convert machine registration to use module init functions by Anthony Liguori · 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. 6407f37 use PCI_HEADER_TYPE. by Isaku Yamahata · 16 years ago
  40. 190cd02 Remove redundant ram_require machine properly. by pbrook · 16 years ago
  41. b584726 Clean up VGA ram allocation. by pbrook · 16 years ago
  42. 6295e56 Remove nodisk_ok machine feature (Jan Kiszka) by aliguori · 16 years ago
  43. 513f789 Use firmware configuration instead of NVRAM (initial patch by Aurelien Jarno) by blueswir1 · 16 years ago
  44. b495006 Fix sparc64-softmmu breakage from r6711 by blueswir1 · 16 years ago
  45. 2f43e00 Reload ptimers on reset by blueswir1 · 16 years ago
  46. 173a543 Add and use #defines for PCI device classes by blueswir1 · 16 years ago
  47. deb5439 Define PCI vendor and device IDs in pci.h (Stuart Brady) by aliguori · 16 years ago
  48. 3b898dd Switch to CMD646 IDE by blueswir1 · 16 years ago
  49. 3023f33 graphical_console_init change (Stefano Stabellini) by aliguori · 16 years ago
  50. cb457d7 Make pci_nic_init() use qemu_setup_nic_model() (Mark McLoughlin) by aliguori · 16 years ago
  51. c190ea0 Add EBUS bridge by blueswir1 · 16 years ago
  52. a94fd95 Fix APB by blueswir1 · 16 years ago
  53. 8fa211e Implement tick interrupt disable bits by blueswir1 · 16 years ago
  54. 5c6602c Use qemu_ram_alloc by blueswir1 · 16 years ago
  55. 1bcee01 More realistic max_cpus by blueswir1 · 16 years ago
  56. 492c30a Make DMA bottom-half driven (v2) by aliguori · 16 years ago
  57. b209700 machine struct - specify max_cpus at the per machine level (Jes Sorensen) by aliguori · 16 years ago
  58. 2bfdab6 Move nographic export to sysemu.h by blueswir1 · 16 years ago
  59. f4b1a84 Rearrange tick functions by blueswir1 · 16 years ago
  60. e87231d Add a generic Niagara machine by blueswir1 · 16 years ago
  61. 9d92659 Add software and timer interrupt support by blueswir1 · 16 years ago
  62. 905fdcb Add common keys to firmware configuration by blueswir1 · 16 years ago
  63. 3cce624 Key/value based qemu<->guest firmware communication mechanism (Gleb Natapov) by blueswir1 · 16 years ago
  64. 363a37d Fix OpenBSD linker warnings by blueswir1 · 16 years ago
  65. f88e4b9 Allow boot without a drive on Sparc machines (partly extracted from Xen) by blueswir1 · 16 years ago
  66. 66de733 Use C99 initializers by blueswir1 · 16 years ago
  67. c7ba218 Add T1 and T2 CPUs, add a Sun4v machine by blueswir1 · 16 years ago
  68. 0d31cb9 Add idprom by blueswir1 · 16 years ago
  69. b3c7724 Move CPU save/load registration to common code. by pbrook · 16 years ago
  70. e7fb140 Fix some compiler signed/unsigned char warnings by blueswir1 · 17 years ago
  71. 8186457 Add support for boot_set command by blueswir1 · 17 years ago
  72. 1a14026 Allow NWINDOWS selection (CPU feature with model specific defaults) by blueswir1 · 17 years ago
  73. 293f78b Remove most uses of phys_ram_base (initial patch by Ian Jackson) by blueswir1 · 17 years ago
  74. 77f193d Wrap long lines by blueswir1 · 17 years ago
  75. 2254876 Fix compiler warnings by blueswir1 · 17 years ago
  76. cbf5c74 Fix Sparc64 serial device breakage by blueswir1 · 17 years ago
  77. 6ef05b9 Improved large memory support by blueswir1 · 17 years ago
  78. 00f82b8 Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
  79. ac2e9d6 Fix broken TCX vram, restore Sun4u PROM_SIZE_MAX by blueswir1 · 17 years ago
  80. 7fb4fdc RAM usage information in machine definition. by balrog · 17 years ago
  81. 0387544 Revert "Use correct types to enable > 2G support" (r4238), it is not yet ready. by aurel32 · 17 years ago
  82. 967032c Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
  83. e4bcb14 Add -drive parameter, by Laurent Vivier. by ths · 17 years ago
  84. b881c2c Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier) by blueswir1 · 17 years ago
  85. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  86. d2c63fc Update OHW interface to version 3. by blueswir1 · 17 years ago
  87. 0fe5ea8 Fix Sun4u compile by blueswir1 · 17 years ago
  88. aaed909 added cpu_model parameter to cpu_init() by bellard · 17 years ago
  89. 6ac0e82 Set boot sequence from command line (Dan Kenigsberg). by balrog · 17 years ago
  90. 952a328 SuperSparc MXCC support (Robert Reif) by blueswir1 · 17 years ago
  91. f930d07 More detabification by blueswir1 · 17 years ago
  92. 1192dad New '-bios' option, used to select an alternate BIOS image from bios_dir. by j_mayer · 17 years ago
  93. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  94. f19e918 Sparc64 update by blueswir1 · 17 years ago
  95. 20c9f09 Implement Sparc64 CPU timers using ptimers by blueswir1 · 18 years ago
  96. 6650860 Set OpenBIOS variables in NVRAM by blueswir1 · 18 years ago
  97. d537cf6 Unify IRQ handling. by pbrook · 18 years ago
  98. 7428711 Improved initrd support for mips. by ths · 18 years ago
  99. 62724a3 Sparc32/64 CPU selection by blueswir1 · 18 years ago
  100. 94fc95c New -cpu options: choose CPU model for emulated target. by j_mayer · 18 years ago