1. 9f94778 Fix disabling interrupts in sun4u by Artyom Tarasenko · 14 years ago
  2. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  3. e824b2c pci: rename pci_register_bar_region() to pci_register_bar() by Avi Kivity · 14 years ago
  4. c5e6fb7 sun4u: convert to memory API by Avi Kivity · 14 years ago
  5. e8b36ba hw/sun4u.c: convert to PCIDeviceInfo to initialize ids by Isaku Yamahata · 14 years ago
  6. 7571790 ide: consolidate drive_get(IF_IDE) by Isaku Yamahata · 14 years ago
  7. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  8. 94ad5b0 always qemu_cpu_kick after unhalting a cpu by Paolo Bonzini · 14 years ago
  9. 968d683 isa_mmio: Always use little endian by Alexander Graf · 14 years ago
  10. 7889542 more stdvga cleanups. by Gerd Hoffmann · 14 years ago
  11. 2446333 Rearrange block headers by Blue Swirl · 15 years ago
  12. b80d4a9 pci: don't overwrite multi functio bit in pci header type. by Isaku Yamahata · 15 years ago
  13. 1724f04 qemu_ram_alloc: Add DeviceState and name parameters by Alex Williamson · 15 years ago
  14. d63baf9 sparc64: clean up pci bridge map by Igor V. Kovalenko · 15 years ago
  15. 5910b04 sparc64: rename sun4u cpu to Ultrasparc IIi by Igor V. Kovalenko · 15 years ago
  16. 4556bd8 Compile dma only once by Blue Swirl · 15 years ago
  17. 2d48377 Compile serial only once by Blue Swirl · 15 years ago
  18. 84108e1 Compile isa_mmio only once by Blue Swirl · 15 years ago
  19. 409dbce load_elf: replace the address addend by a translation function by Aurelien Jarno · 15 years ago
  20. 43a3470 m48t59: don't use reserved _t suffix by Blue Swirl · 15 years ago
  21. 8f4efc5 sparc64: reimplement tick timers v4 by Igor V. Kovalenko · 15 years ago
  22. 6908d9c Sparc64: fix initrd by Blue Swirl · 15 years ago
  23. 9c9b051 Sparc64: use firmware configuration device for command line storage by Blue Swirl · 15 years ago
  24. d532b26 sparc64: interrupt trap handling by Igor V. Kovalenko · 15 years ago
  25. 709f2c1 sparc64: add macros to deal with softint and timer interrupt by Igor V. Kovalenko · 15 years ago
  26. b430a22 Sparc64: split DPRINTF into CPUIRQ and EBUS versions by Blue Swirl · 15 years ago
  27. 302698e Sparc64: fix compile with DEBUG_IRQ enabled by Blue Swirl · 15 years ago
  28. 6bb4ca5 sparc: make command line available also via firmware configuration device by Blue Swirl · 15 years ago
  29. 18e08a5 pci: pci.h cleanup: move out stuff not in pci.c by Michael S. Tsirkin · 15 years ago
  30. 6e355d9 pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t by Isaku Yamahata · 15 years ago
  31. 0392a01 pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h by Isaku Yamahata · 15 years ago
  32. 44a9935 Sparc64/x86: remove unneeded calls to device reset by Blue Swirl · 15 years ago
  33. 1c6a50e sparc64: remove unused variables by Blue Swirl · 15 years ago
  34. 3c178e7 rom loader: fix sparc -kernel boot. by Gerd Hoffmann · 15 years ago
  35. e23a1b3 New qdev_init_nofail() by Markus Armbruster · 15 years ago
  36. 07caea3 Fix pci_add nic not to exit on bad model by Markus Armbruster · 15 years ago
  37. ac0be99 serial: convert isa to qdev by Gerd Hoffmann · 15 years ago
  38. fd8014e floppy: add drive properties. by Gerd Hoffmann · 15 years ago
  39. 021f067 parallel: convert isa to qdev by Gerd Hoffmann · 15 years ago
  40. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  41. 99a0949 Get rid of _t suffix by malc · 15 years ago
  42. ca20cf3 Compile loader only once by Blue Swirl · 15 years ago
  43. f80237d Add an ISA bus version of m48t59 by Blue Swirl · 15 years ago
  44. 2e15e23 qdev: simplify isa irq assignments by Gerd Hoffmann · 15 years ago
  45. 86c8615 qdev: drop iobase properties from isa bus by Gerd Hoffmann · 15 years ago
  46. 1e43a8e Sparc64: use ISA bus for i8042 by Blue Swirl · 15 years ago
  47. 5bc89ef Sparc64: remove unused variables by Blue Swirl · 15 years ago
  48. f455e98 ide: pass down DriveInfo instead of BlockDriverState by Gerd Hoffmann · 15 years ago
  49. 1387fe4 Fix Sparc64 breakage: add dummy ISA irqs by Blue Swirl · 15 years ago
  50. 977e124 ide: split away ide-pci.c by Gerd Hoffmann · 16 years ago
  51. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 16 years ago
  52. 2091ba2 isa bus irq changes and fixes. by Gerd Hoffmann · 16 years ago
  53. 0c5b8d8 Unbreak Sparc64 by Blue Swirl · 16 years ago
  54. 32a7ee9 qdev/prop: convert sun4u.c to helper macros. by Gerd Hoffmann · 16 years ago
  55. d9c3231 Use qemu_irq for system_powerdown by Blue Swirl · 16 years ago
  56. 7589690 Sparc64: configure screen size from QEMU command line options by Blue Swirl · 16 years ago
  57. 751c6a1 kill drives_table by Gerd Hoffmann · 16 years ago
  58. 0484362 Sparc32/64: use 64 bit type for memory size by Blue Swirl · 16 years ago
  59. 636aa70 Sparc64: refactor kernel init by Blue Swirl · 16 years ago
  60. 7b833f5 Sparc64: refactor CPU init by Blue Swirl · 16 years ago
  61. bda4203 Sparc64: convert memory to qdev by Blue Swirl · 16 years ago
  62. 1baffa4 Sparc64: convert boot prom to qdev by Blue Swirl · 16 years ago
  63. 53e3c4f Sparc64: convert ebus to qdev by Blue Swirl · 16 years ago
  64. 7d55273 sparc64: really initialize irq by Igor Kovalenko · 16 years ago
  65. a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 16 years ago
  66. 6d53bfd sparc64 follow pci_nic_init change by Igor V. Kovalenko · 16 years ago
  67. 28c2c26 Rename pci_register_io_region() to pci_register_bar() by Avi Kivity · 16 years ago
  68. 5cea859 Use relative path for bios by Paul Brook · 16 years ago
  69. 8217606 Introduce reset notifier order by Jan Kiszka · 16 years ago
  70. 0c25743 Introduce is_default field for QEMUMachine by Anthony Liguori · 16 years ago
  71. f80f9ec Convert machine registration to use module init functions by Anthony Liguori · 16 years ago
  72. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  73. fbe1b59 Remove vga_ram_size by Paul Brook · 16 years ago
  74. 6407f37 use PCI_HEADER_TYPE. by Isaku Yamahata · 16 years ago
  75. 190cd02 Remove redundant ram_require machine properly. by pbrook · 16 years ago
  76. b584726 Clean up VGA ram allocation. by pbrook · 16 years ago
  77. 6295e56 Remove nodisk_ok machine feature (Jan Kiszka) by aliguori · 16 years ago
  78. 513f789 Use firmware configuration instead of NVRAM (initial patch by Aurelien Jarno) by blueswir1 · 16 years ago
  79. b495006 Fix sparc64-softmmu breakage from r6711 by blueswir1 · 16 years ago
  80. 2f43e00 Reload ptimers on reset by blueswir1 · 16 years ago
  81. 173a543 Add and use #defines for PCI device classes by blueswir1 · 16 years ago
  82. deb5439 Define PCI vendor and device IDs in pci.h (Stuart Brady) by aliguori · 16 years ago
  83. 3b898dd Switch to CMD646 IDE by blueswir1 · 16 years ago
  84. 3023f33 graphical_console_init change (Stefano Stabellini) by aliguori · 16 years ago
  85. cb457d7 Make pci_nic_init() use qemu_setup_nic_model() (Mark McLoughlin) by aliguori · 16 years ago
  86. c190ea0 Add EBUS bridge by blueswir1 · 16 years ago
  87. a94fd95 Fix APB by blueswir1 · 16 years ago
  88. 8fa211e Implement tick interrupt disable bits by blueswir1 · 16 years ago
  89. 5c6602c Use qemu_ram_alloc by blueswir1 · 16 years ago
  90. 1bcee01 More realistic max_cpus by blueswir1 · 16 years ago
  91. 492c30a Make DMA bottom-half driven (v2) by aliguori · 16 years ago
  92. b209700 machine struct - specify max_cpus at the per machine level (Jes Sorensen) by aliguori · 16 years ago
  93. 2bfdab6 Move nographic export to sysemu.h by blueswir1 · 16 years ago
  94. f4b1a84 Rearrange tick functions by blueswir1 · 16 years ago
  95. e87231d Add a generic Niagara machine by blueswir1 · 16 years ago
  96. 9d92659 Add software and timer interrupt support by blueswir1 · 16 years ago
  97. 905fdcb Add common keys to firmware configuration by blueswir1 · 16 years ago
  98. 3cce624 Key/value based qemu<->guest firmware communication mechanism (Gleb Natapov) by blueswir1 · 16 years ago
  99. 363a37d Fix OpenBSD linker warnings by blueswir1 · 17 years ago
  100. f88e4b9 Allow boot without a drive on Sparc machines (partly extracted from Xen) by blueswir1 · 17 years ago