1. 2059839 hw: Default -drive to if=ide explicitly where it works by Markus Armbruster · 8 years ago
  2. d307c28 i2c: Allow I2C devices to NAK start events by Corey Minyard · 8 years ago
  3. 9e41bad hw/i2c: Add a NULL check for i2c slave init callbacks by Alastair D'Silva · 8 years ago
  4. d26a10e hw/arm/tosa: Fix reset handling by Guenter Roeck · 8 years ago
  5. 7673bb4 ssi: change ssi_slave_init to be a realize ops by Cédric Le Goater · 9 years ago
  6. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  7. 8fd0671 ssi: Move ssi.h into a separate directory by Alistair Francis · 9 years ago
  8. 12b1672 hw/arm: Clean up includes by Peter Maydell · 9 years ago
  9. ad1e8db target-arm: Provide model numbers for Sharp PDAs by Ryo ONODERA · 9 years ago
  10. e264d29 Use DEFINE_MACHINE() to register all machines by Eduardo Habkost · 10 years ago
  11. f8ed85a Fix bad error handling after memory_region_init_ram() by Markus Armbruster · 10 years ago
  12. 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
  13. 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 11 years ago
  14. 3ef9622 machine: Conversion of QEMUMachineInitArgs to MachineState by Marcel Apfelbaum · 11 years ago
  15. 70b5169 tosa: QOM'ify DAC by Andreas Färber · 11 years ago
  16. a5c8285 i2c: Rename i2c_bus to I2CBus by Andreas Färber · 12 years ago
  17. c165473 hw: Clean up bogus default boot order by Markus Armbruster · 12 years ago
  18. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  19. bd2be15 arm: fix location of some include files by Peter Maydell · 12 years ago
  20. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  21. 5301821 hw: move boards and other isolated files to hw/ARCH by Paolo Bonzini · 12 years ago[Renamed from hw/tosa.c]
  22. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  23. e4ada29 Make default boot order machine specific by Avik Sil · 12 years ago
  24. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  25. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  26. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  27. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  28. 5f072e1 create struct for machine initialization arguments by Eduardo Habkost · 12 years ago
  29. 3aaa8df arm_boot: Pass ARMCPU to arm_load_kernel() by Andreas Färber · 13 years ago
  30. 8efa35e tosa: Rename PXA2xxState variable by Andreas Färber · 13 years ago
  31. 4382458 pxa2xx: Use cpu_arm_init() and store ARMCPU by Andreas Färber · 13 years ago
  32. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  33. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  34. b5ea932 i2c: smbus: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  35. 9e07bdf i2c: rename i2c_slave -> I2CSlave by Anthony Liguori · 13 years ago
  36. cd6c4cf ssi: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  37. 6b620ca prepare for future GPLv2+ relicensing by Paolo Bonzini · 13 years ago
  38. c5705a7 vmstate, memory: decouple vmstate from memory API by Avi Kivity · 13 years ago
  39. 04d6668 tosa: convert to memory API by Avi Kivity · 13 years ago
  40. fe06bd9 tc63963xb: convert to memory API by Avi Kivity · 13 years ago
  41. a6dc4c2 pxa: Pass in address_space to pxa{255, 270}_init by Richard Henderson · 14 years ago
  42. 124386c spitz tosa: Simplify "drive is suitable for microdrive" test by Markus Armbruster · 14 years ago
  43. a08784d Remove unused sysemu.h include directives by Blue Swirl · 14 years ago
  44. 2e4b4e7 tosa: we aren't connected to VBus, pass this info to Linux kernel by Dmitry Eremin-Solenikov · 14 years ago
  45. 0bb5333 pxa2xx_gpio: switch to using qdev by Dmitry Eremin-Solenikov · 14 years ago
  46. 383d01c SharpSL scoop device - convert to qdev by Dmitry Eremin-Solenikov · 14 years ago
  47. 2446333 Rearrange block headers by Blue Swirl · 15 years ago
  48. 1724f04 qemu_ram_alloc: Add DeviceState and name parameters by Alex Williamson · 15 years ago
  49. e03c22a arm: fix arm kernel boot for non zero start addr by Lars Munch · 15 years ago
  50. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  51. 99a0949 Get rid of _t suffix by malc · 15 years ago
  52. f455e98 ide: pass down DriveInfo instead of BlockDriverState by Gerd Hoffmann · 16 years ago
  53. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 16 years ago
  54. 751c6a1 kill drives_table by Gerd Hoffmann · 16 years ago
  55. 074f2ff qdev: move name+size into DeviceInfo (v2) by Gerd Hoffmann · 16 years ago
  56. f80f9ec Convert machine registration to use module init functions by Anthony Liguori · 16 years ago
  57. a984a69 PXA SSI qdev conversion by Paul Brook · 16 years ago
  58. fd1eb2e TOSC DAC i2c qdev voncersion by Paul Brook · 16 years ago
  59. fbe1b59 Remove vga_ram_size by Paul Brook · 16 years ago
  60. d315152 Follow coding conventions. by Paul Brook · 16 years ago
  61. bc24a22 Follow coding conventions by Paul Brook · 16 years ago
  62. 190cd02 Remove redundant ram_require machine properly. by pbrook · 16 years ago
  63. a0b753d Remove more redundant ram size checks. by pbrook · 16 years ago
  64. f78630a More phys_ram_base removal. by pbrook · 16 years ago
  65. dfb021b Fix tosa_dac_recv warning by aurel32 · 16 years ago
  66. 3023f33 graphical_console_init change (Stefano Stabellini) by aliguori · 16 years ago
  67. 64b40bc tc6393xb: non-accelerated FB support (Dmitry Baryshkov). by balrog · 16 years ago
  68. 4ea29f7 Tosa: dummy lcd support (Dmitry Baryshkov). by balrog · 16 years ago
  69. 8666079 Tosa: disable pxafb as it's not used on tosa (Dmitry Baryshkov). by balrog · 16 years ago
  70. 5d98751 Tosa: provide correct IRQ to tc6393xb init (Dmitry Baryshkov). by balrog · 16 years ago
  71. 6bc1d85 Tosa: emulate LEDs (Dmitry Baryshkov). by balrog · 16 years ago
  72. 3d878ca Set default max_cpus to one. by balrog · 16 years ago
  73. b209700 machine struct - specify max_cpus at the per machine level (Jes Sorensen) by aliguori · 16 years ago
  74. 4b32e16 machine struct - use C99 initializers (Jes Sorensen) by aliguori · 16 years ago
  75. 88d2c95 TC6393XB system features (Dmitry Baryshkov). by balrog · 17 years ago
  76. 89cdb6a Provide basic emulation for Sharp SL-6000 PDA (Tosa), Dmitry Baryshkov. by balrog · 17 years ago