1. 0983979 hw: use ld_p/st_p instead of ld_raw/st_raw by Paolo Bonzini · 11 years ago
  2. 3ef9622 machine: Conversion of QEMUMachineInitArgs to MachineState by Marcel Apfelbaum · 11 years ago
  3. f73cdbc hw/mips: Add missing 'static' and 'const' attributes by Stefan Weil · 11 years ago
  4. a5c8285 i2c: Rename i2c_bus to I2CBus by Andreas Färber · 11 years ago
  5. c165473 hw: Clean up bogus default boot order by Markus Armbruster · 11 years ago
  6. 2e985fe mips: revert commit b332d24a8e1290954029814d09156b06ede358e2 by Aurelien Jarno · 11 years ago
  7. 4a7ed99 mips_fulong2e: Silence BIOS loading warning for qtest by Andreas Färber · 11 years ago
  8. 05b3274 hw/mips: align initrd to 64KB to avoid kernel error by James Hogan · 12 years ago
  9. b332d24 mips: degrade BIOS error to warning by Paolo Bonzini · 12 years ago
  10. 4917cf4 cpu: Replace cpu_single_env with CPUState current_cpu by Andreas Färber · 12 years ago
  11. dc11549 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 12 years ago
  12. 29b358f pci: Add root bus parameter to pci_nic_init() by David Gibson · 12 years ago
  13. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  14. 60a3e17 cpu: Change cpu_exit() argument to CPUState by Andreas Färber · 12 years ago
  15. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  16. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  17. 5301821 hw: move boards and other isolated files to hw/ARCH by Paolo Bonzini · 12 years ago[Renamed from hw/mips_fulong2e.c]
  18. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  19. e4ada29 Make default boot order machine specific by Avik Sil · 12 years ago
  20. 927d487 softmmu: move remaining include files to include/ subdirectories by Paolo Bonzini · 12 years ago
  21. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  22. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  23. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  24. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  25. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  26. a2cb15b pci: update all users to look in pci/ by Michael S. Tsirkin · 12 years ago
  27. 488cb99 serial: split serial.c by Gerd Hoffmann · 12 years ago
  28. 5f072e1 create struct for machine initialization arguments by Eduardo Habkost · 12 years ago
  29. da665c9 hw: Add missing 'static' attribute for QEMUMachine by Stefan Weil · 12 years ago
  30. 800cf59 mips_fulong2e: Pass MIPSCPU to main_cpu_reset() by Andreas Färber · 13 years ago
  31. f0f8036 mips_fulong2e: Use cpu_mips_cpu() to obtain MIPSCPU by Andreas Färber · 13 years ago
  32. 0c9dfe4 mips_fulong2e: Don't register "cpu" VMState twice by Juan Quintela · 13 years ago
  33. 61c56c8 mips hw/: Don't use CPUState by Andreas Färber · 13 years ago
  34. 1bba0dc Rename cpu_reset() to cpu_state_reset() by Andreas Färber · 13 years ago
  35. afb9a60 usb: zap hw/ush-{ohic,uhci}.h + init wrappers by Gerd Hoffmann · 13 years ago
  36. 319ba9f i8254: Pass alternative IRQ output object on initialization by Jan Kiszka · 13 years ago
  37. b1277b0 i8254: Factor out interface header by Jan Kiszka · 13 years ago
  38. 6b620ca prepare for future GPLv2+ relicensing by Paolo Bonzini · 13 years ago
  39. c5705a7 vmstate, memory: decouple vmstate from memory API by Avi Kivity · 13 years ago
  40. c9940ed fulong2e: give ISA bus to ISA methods by Hervé Poussineau · 13 years ago
  41. 48a18b3 isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() functions by Hervé Poussineau · 13 years ago
  42. 7e17a21 mips_fulong2e: Reorder ISA bus and i8259 creation by Jan Kiszka · 13 years ago
  43. b2bedb2 Remove blanks before \n in output strings by Stefan Weil · 13 years ago
  44. 13faf2a mips_fulong2e: convert to memory API by Avi Kivity · 13 years ago
  45. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  46. a88df0b smbus_eeprom: consolidate smbus eeprom creation oc pc_piix, mips_mapta, mips_fulong by Isaku Yamahata · 14 years ago
  47. 7571790 ide: consolidate drive_get(IF_IDE) by Isaku Yamahata · 14 years ago
  48. 64d7e9a i8254: convert to qdev by Blue Swirl · 14 years ago
  49. 52108a1 mips_fulong: remove bogus HAS_AUDIO by Isaku Yamahata · 14 years ago
  50. 5340c8a mips_fulong2e: fix ram allocation by Blue Swirl · 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. 1ed1139 mips_fulong2e: Fix format strings by Stefan Weil · 14 years ago
  54. 093209c Check for errors during BIOS or kernel load by Blue Swirl · 14 years ago
  55. 2446333 Rearrange block headers by Blue Swirl · 14 years ago
  56. 7899f79 mips64el: fulong: PCI_DEVFN() clean up. by Isaku Yamahata · 14 years ago
  57. 1724f04 qemu_ram_alloc: Add DeviceState and name parameters by Alex Williamson · 15 years ago
  58. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  59. 33dd298 MIPS: fix fulong bios loading by Aurelien Jarno · 15 years ago
  60. 051c190 MIPS: Initial support of fulong mini pc (machine construction) by Huacai Chen · 15 years ago