1. 5f072e1 create struct for machine initialization arguments by Eduardo Habkost · 12 years ago
  2. 9c59864 mips/malta: use the new pci_vga_init() function by Aurelien Jarno · 12 years ago
  3. a1e4721 vga: rename pci_vga_init() into pci_std_vga_init() by Aurelien Jarno · 12 years ago
  4. c1195d1 Add one new file vga-pci.h and cleanup on all platforms by zhlcindy@gmail.com · 13 years ago
  5. 459ae5e Add PIIX4 properties to control PM system states. by Gleb Natapov · 13 years ago
  6. 1004ee8 mips_malta: Pass MIPSCPU to main_cpu_reset() by Andreas Färber · 13 years ago
  7. 7688b13 mips_malta: Use cpu_mips_init() to obtain MIPSCPU by Andreas Färber · 13 years ago
  8. 1d7a119 malta: Fix display for LED array by Stefan Weil · 13 years ago
  9. 03a1a8e malta: Use symbolic hardware addresses by Stefan Weil · 13 years ago
  10. bb4b335 malta: Always allocate flash memory by Stefan Weil · 13 years ago
  11. 82a9807 malta: Clean allocation of bios region alias by Stefan Weil · 13 years ago
  12. 61c56c8 mips hw/: Don't use CPUState by Andreas Färber · 13 years ago
  13. 1bba0dc Rename cpu_reset() to cpu_state_reset() by Andreas Färber · 13 years ago
  14. afb9a60 usb: zap hw/ush-{ohic,uhci}.h + init wrappers by Gerd Hoffmann · 13 years ago
  15. da98c8e suspend: switch acpi s3 to new infrastructure. by Gerd Hoffmann · 13 years ago
  16. 319ba9f i8254: Pass alternative IRQ output object on initialization by Jan Kiszka · 13 years ago
  17. b1277b0 i8254: Factor out interface header by Jan Kiszka · 13 years ago
  18. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  19. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  20. 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  21. a369da5 vga: improve VGA logic by Blue Swirl · 13 years ago
  22. e9b40fd malta: Fix regression (i8259 interrupts did not work) by Stefan Weil · 13 years ago
  23. c5705a7 vmstate, memory: decouple vmstate from memory API by Avi Kivity · 13 years ago
  24. 4a0f031 audio: remove unused parameter isa_pic by Hervé Poussineau · 13 years ago
  25. 142e978 malta: give ISA bus to ISA methods by Hervé Poussineau · 13 years ago
  26. 48a18b3 isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() functions by Hervé Poussineau · 13 years ago
  27. a30cfee mips_malta: resolve endless loop when loading bios by Chen Rui · 13 years ago
  28. 39186d8 serial: Add MemoryRegion parameter to serial_mm_init by Richard Henderson · 14 years ago
  29. 2ff0c7c serial: Remove ioregister parameter from serial_mm_init by Richard Henderson · 14 years ago
  30. fb50cfe serial: Use enum device_endian in serial_mm_init parameter by Richard Henderson · 14 years ago
  31. 5632ae4 mips_malta: move i8259 initialization after piix4 initialization by Avi Kivity · 13 years ago
  32. ea85df7 mips_malta: convert to memory API by Avi Kivity · 14 years ago
  33. d8ac46d Merge remote-tracking branch 'qemu-kvm-tmp/memory/batch' into staging by Anthony Liguori · 13 years ago
  34. c4cb257 mips: Add SMP support to the Malta board by Edgar E. Iglesias · 14 years ago
  35. cfe5f01 pflash_cfi01/pflash_cfi02: convert to memory API by Avi Kivity · 14 years ago
  36. 01e0451 Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging" by Anthony Liguori · 14 years ago
  37. c8a50e5 pflash_cfi01/pflash_cfi02: convert to memory API by Avi Kivity · 14 years ago
  38. 27143a4 char: rename qemu_chr_open() -> qemu_chr_new() by Anthony Liguori · 14 years ago
  39. e7e71b0 char: rename qemu_chr_printf() -> qemu_chr_fe_printf() by Anthony Liguori · 14 years ago
  40. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  41. a88df0b smbus_eeprom: consolidate smbus eeprom creation oc pc_piix, mips_mapta, mips_fulong by Isaku Yamahata · 14 years ago
  42. 7571790 ide: consolidate drive_get(IF_IDE) by Isaku Yamahata · 14 years ago
  43. ee951a3 isa-bus: Remove bogus IRQ sharing check by Jan Kiszka · 14 years ago
  44. 64d7e9a i8254: convert to qdev by Blue Swirl · 14 years ago
  45. 7ba7e49 x86,MIPS: make vmware_vga optional by Blue Swirl · 14 years ago
  46. 0dfa5ef audio: consolidate audio_init() by Isaku Yamahata · 14 years ago
  47. c2dd2a2 gt64xxx: qdev conversion by Aurelien Jarno · 14 years ago
  48. d30df5c mips/malta: fix board id by Aurelien Jarno · 14 years ago
  49. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  50. 7889542 more stdvga cleanups. by Gerd Hoffmann · 14 years ago
  51. 49a2942 Delete write only variables by Blue Swirl · 14 years ago
  52. 8b7968f Use GCC_FMT_ATTR (format checking) by Stefan Weil · 14 years ago
  53. f36d53e mips_malta: Fix format strings by Stefan Weil · 14 years ago
  54. 2446333 Rearrange block headers by Blue Swirl · 15 years ago
  55. 1724f04 qemu_ram_alloc: Add DeviceState and name parameters by Alex Williamson · 15 years ago
  56. 738012b Remove useless device dependency of HAS_AUDIO by Blue Swirl · 15 years ago
  57. 7d932df hpet/rtc: Rework RTC IRQ replacement by HPET by Jan Kiszka · 15 years ago
  58. 4556bd8 Compile dma only once by Blue Swirl · 15 years ago
  59. 1d914fa rtc: make rtc_xxx accept/return ISADevice instead of RTCState. by Isaku Yamahata · 15 years ago
  60. 3d08ff6 Compile pflash_cfi01 only once by Blue Swirl · 15 years ago
  61. 53b67b3 Compile acpi only once by Blue Swirl · 15 years ago
  62. b970ea8 Compile some MIPS devices only once by Blue Swirl · 15 years ago
  63. 2d48377 Compile serial only once by Blue Swirl · 15 years ago
  64. 409dbce load_elf: replace the address addend by a translation function by Aurelien Jarno · 15 years ago
  65. 5c02c03 fdc: don't use reserved _t suffix by Blue Swirl · 15 years ago
  66. 5c43485 mips/malta: fix typo by Aurelien Jarno · 15 years ago
  67. 18e08a5 pci: pci.h cleanup: move out stuff not in pci.c by Michael S. Tsirkin · 15 years ago
  68. 593c0d1 mips malta: fix indentation by Aurelien Jarno · 15 years ago
  69. c938ada mips-malta: fix reset by Aurelien Jarno · 15 years ago
  70. e16ad5b mips: fix CPU reset by Aurelien Jarno · 15 years ago
  71. 3c178e7 rom loader: fix sparc -kernel boot. by Gerd Hoffmann · 15 years ago
  72. e23a1b3 New qdev_init_nofail() by Markus Armbruster · 15 years ago
  73. 07caea3 Fix pci_add nic not to exit on bad model by Markus Armbruster · 15 years ago
  74. ac0be99 serial: convert isa to qdev by Gerd Hoffmann · 15 years ago
  75. fd8014e floppy: add drive properties. by Gerd Hoffmann · 15 years ago
  76. 021f067 parallel: convert isa to qdev by Gerd Hoffmann · 15 years ago
  77. 5b7f532 i2c: addresses are load/save as uint8_t values, change types to reflect this by Juan Quintela · 15 years ago
  78. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  79. 99a0949 Get rid of _t suffix by malc · 15 years ago
  80. 284b08f Fix Sparse warning about obsolete struct initializer by Blue Swirl · 15 years ago
  81. ca20cf3 Compile loader only once by Blue Swirl · 15 years ago
  82. ffabf03 mips malta: ensure that the serial ports are associated with a device by Aurelien Jarno · 15 years ago
  83. 32e0c82 qdev/isa: convert real time clock by Gerd Hoffmann · 15 years ago
  84. 2e15e23 qdev: simplify isa irq assignments by Gerd Hoffmann · 15 years ago
  85. 86c8615 qdev: drop iobase properties from isa bus by Gerd Hoffmann · 15 years ago
  86. ae027ad mips malta: Fix fdc regression and use qdev for i8042 setup by Stefan Weil · 16 years ago
  87. f455e98 ide: pass down DriveInfo instead of BlockDriverState by Gerd Hoffmann · 16 years ago
  88. 977e124 ide: split away ide-pci.c by Gerd Hoffmann · 16 years ago
  89. 2091ba2 isa bus irq changes and fixes. by Gerd Hoffmann · 16 years ago
  90. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
  91. 751c6a1 kill drives_table by Gerd Hoffmann · 16 years ago
  92. ee6847d qdev: rework device properties. by Gerd Hoffmann · 16 years ago
  93. a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 16 years ago
  94. 5607c38 Support addr=... in option argument of -net nic by Markus Armbruster · 16 years ago
  95. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  96. 5cea859 Use relative path for bios by Paul Brook · 16 years ago
  97. 02e2da4 Add common BusState by Paul Brook · 16 years ago
  98. 8217606 Introduce reset notifier order by Jan Kiszka · 16 years ago
  99. 0c25743 Introduce is_default field for QEMUMachine by Anthony Liguori · 16 years ago
  100. f80f9ec Convert machine registration to use module init functions by Anthony Liguori · 16 years ago