1. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  2. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  3. 0e6aac8 machine: Use type_init() to register machine classes by Eduardo Habkost · 9 years ago
  4. 12b1672 hw/arm: Clean up includes by Peter Maydell · 9 years ago
  5. 6231a6d hw: Inline the qdev_prop_set_drive_nofail() wrapper by Markus Armbruster · 9 years ago
  6. 35c2c8d osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version() by Eduardo Habkost · 9 years ago
  7. 8a661ae Revert use of DEFINE_MACHINE() for registrations of multiple machines by Andreas Färber · 9 years ago
  8. e264d29 Use DEFINE_MACHINE() to register all machines by Eduardo Habkost · 9 years ago
  9. 294972c hw/arm/nseries.c: Fix misusing qemu_allocate_irqs for single irq by Shannon Zhao · 10 years ago
  10. ad5f5fd hw/arm/nseries: convert ffs(3) to ctz32() by Stefan Hajnoczi · 10 years ago
  11. 30d76f1 arm/nseries: Fix warnings from Sparse by Stefan Weil · 10 years ago
  12. de77a24 hw/usb: simplified usb_enabled by Marcel Apfelbaum · 10 years ago
  13. 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
  14. fa1d36d block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() by Markus Armbruster · 10 years ago
  15. 0983979 hw: use ld_p/st_p instead of ld_raw/st_raw by Paolo Bonzini · 11 years ago
  16. fddbd80 nseries: clean up coding style by Paolo Bonzini · 11 years ago
  17. 3ef9622 machine: Conversion of QEMUMachineInitArgs to MachineState by Marcel Apfelbaum · 11 years ago
  18. a5c8285 i2c: Rename i2c_bus to I2CBus by Andreas Färber · 12 years ago
  19. c165473 hw: Clean up bogus default boot order by Markus Armbruster · 12 years ago
  20. e1fe50d Remove unneeded type casts by Stefan Weil · 12 years ago
  21. bd2be15 arm: fix location of some include files by Peter Maydell · 12 years ago
  22. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  23. 591f73f hw/arm/nseries: don't print to stdout or stderr by Peter Maydell · 12 years ago
  24. da229ef console: rework DisplaySurface handling [vga emu side] by Gerd Hoffmann · 12 years ago
  25. 5301821 hw: move boards and other isolated files to hw/ARCH by Paolo Bonzini · 12 years ago[Renamed from hw/nseries.c]
  26. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  27. 1356b98 sysbus: Drop sysbus_from_qdev() cast macro by Andreas Färber · 12 years ago
  28. e4ada29 Make default boot order machine specific by Avik Sil · 12 years ago
  29. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  30. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  31. 28ecbae ui: move files to ui/ and include/ui/ by Paolo Bonzini · 12 years ago
  32. 4ba7950 Merge remote-tracking branch 'kraxel/pixman.v3' into staging by Anthony Liguori · 12 years ago
  33. a93a4a2 console: untangle gfx & txt updates by Gerd Hoffmann · 12 years ago
  34. 462b69b hw/nseries: Don't prematurely explode QEMUMachineInitArgs by Peter Maydell · 12 years ago
  35. 094b287 Add USB option in machine options by zhlcindy@gmail.com · 12 years ago
  36. 5f072e1 create struct for machine initialization arguments by Eduardo Habkost · 12 years ago
  37. c72ddb1 target-arm: use notifier for signaling guest system_powerdown command by Igor Mammedov · 12 years ago
  38. 93bfef4 Allow machines to configure the QEMU_VERSION that's exposed via hardware by Crístian Viana · 13 years ago
  39. 3aaa8df arm_boot: Pass ARMCPU to arm_load_kernel() by Andreas Färber · 13 years ago
  40. 518ec13 nseries: Rename n800_s::cpu to mpu by Andreas Färber · 13 years ago
  41. 5f4ef08 omap: Use cpu_arm_init() to store ARMCPU in omap_mpu_state_s by Andreas Färber · 13 years ago
  42. 54e1793 hw/omap_i2c: Convert to qdev by Juha Riihimäki · 13 years ago
  43. dd4427a nseries: attach monitor powerdown request to menelaus by Paolo Bonzini · 13 years ago
  44. aee3950 omap_uart: convert to memory API by Avi Kivity · 13 years ago
  45. 0919ac7 omap_intc: Qdevify by Peter Maydell · 13 years ago
  46. bdc7646 tusb6010: Convert to qdev by Peter Maydell · 13 years ago
  47. 07bc2f8 omap_gpmc: Clean up omap_gpmc_attach MemoryRegion conversion by Peter Maydell · 13 years ago
  48. 500954e hw/onenand: Qdevify by Juha Riihimäki · 13 years ago
  49. d09871f tusb6010: move declarations to new file tusb6010.h by Avi Kivity · 14 years ago
  50. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  51. 5923ba4 onenand: Handle various ID fields separately by Juha Riihimäki · 14 years ago
  52. af5a75f onenand: Pass BlockDriverState to init function by Peter Maydell · 14 years ago
  53. c4f05c8 lm832x: Take DeviceState pointer in lm832x_key_event() by Peter Maydell · 14 years ago
  54. 77831c2 hw/omap_gpio.c: Convert to qdev by Juha Riihimäki · 14 years ago
  55. 462a8bc arm: Add const attribute to some arm_boot_info pointers by Stefan Weil · 14 years ago
  56. 2e55e84 Add bootindex for option roms. by Gleb Natapov · 14 years ago
  57. e03c22a arm: fix arm kernel boot for non zero start addr by Lars Munch · 15 years ago
  58. 6f0953b Fix qemu_free use in nseries.c by Jean-Christophe DUBOIS · 15 years ago
  59. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  60. 99a0949 Get rid of _t suffix by malc · 15 years ago
  61. b9d38e9 Fix Sparse warnings about using plain integer as NULL pointer by Blue Swirl · 15 years ago
  62. ca20cf3 Compile loader only once by Blue Swirl · 15 years ago
  63. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  64. a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 16 years ago
  65. 8217606 Introduce reset notifier order by Jan Kiszka · 16 years ago
  66. f80f9ec Convert machine registration to use module init functions by Anthony Liguori · 16 years ago
  67. d335681 TWL92230 qdev conversion by Paul Brook · 16 years ago
  68. 697454e TMP105 qdev conversion by Paul Brook · 16 years ago
  69. 2d9401a LM832x qdev conversion by Paul Brook · 16 years ago
  70. fbe1b59 Remove vga_ram_size by Paul Brook · 16 years ago
  71. 22d83b1 Push AUD_init down to devices by Paul Brook · 16 years ago
  72. bc24a22 Follow coding conventions by Paul Brook · 16 years ago
  73. 2ac7117 Replace cpu_abort with hw_error by Paul Brook · 16 years ago
  74. 190cd02 Remove redundant ram_require machine properly. by pbrook · 16 years ago
  75. b0457b6 Fix/remove bogus ram size checks. by pbrook · 16 years ago
  76. 5c130f6 Yet more phys_ram_base elimination. by pbrook · 16 years ago
  77. dcac967 Use load_image_targphys and avoid phys_ram_base. by pbrook · 16 years ago
  78. 7b5d76d DisplayAllocator interface (Stefano Stabellini) by aliguori · 16 years ago
  79. 0921895 Fix displaystate (r6344) regression in blizzard by aurel32 · 16 years ago
  80. 3023f332 graphical_console_init change (Stefano Stabellini) by aliguori · 16 years ago
  81. 7d957bd DisplayState interface change (Stefano Stabellini) by aliguori · 16 years ago
  82. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  83. b1503cd Use the ARRAY_SIZE() macro where appropriate. by malc · 16 years ago
  84. 3d878ca Set default max_cpus to one. by balrog · 16 years ago
  85. b209700 machine struct - specify max_cpus at the per machine level (Jes Sorensen) by aliguori · 16 years ago
  86. 4b32e16 machine struct - use C99 initializers (Jes Sorensen) by aliguori · 16 years ago
  87. 58a26b4 Emulate a serial bluetooth HCI with H4+ extensions and attach to n8x0's UART. by balrog · 16 years ago
  88. 1ae26a1 Add a "null" bluetooth HCI and a header file for bluetooth. by balrog · 16 years ago
  89. c580d92 Fill in WLAN and BT platform data in CAL area as expected by Maemo. by balrog · 17 years ago
  90. 99570a4 OMAP2 EAC module. by balrog · 17 years ago
  91. c60e08d Implement resolution switching in common console code. by pbrook · 17 years ago
  92. d238db7 Boot tags setup needed by N800 proprietary bootloader. by balrog · 17 years ago
  93. 0941041 N810 keyboard slide open by default, add more comments. by balrog · 17 years ago
  94. 1d4e547 Add the LM8323-based keyboard of N810. by balrog · 17 years ago
  95. 069de56 Add a file missing from the previous commit. by balrog · 17 years ago
  96. e927bb0 Nokia N810 basic system emulation. by balrog · 17 years ago
  97. 00f82b8 Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
  98. 7fb4fdc RAM usage information in machine definition. by balrog · 17 years ago
  99. 0387544 Revert "Use correct types to enable > 2G support" (r4238), it is not yet ready. by aurel32 · 17 years ago
  100. 967032c Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago