1. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  2. 12b1672 hw/arm: Clean up includes by Peter Maydell · 9 years ago
  3. e264d29 Use DEFINE_MACHINE() to register all machines by Eduardo Habkost · 9 years ago
  4. f8ed85a Fix bad error handling after memory_region_init_ram() by Markus Armbruster · 9 years ago
  5. 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 10 years ago
  6. 3ef9622 machine: Conversion of QEMUMachineInitArgs to MachineState by Marcel Apfelbaum · 11 years ago
  7. 1ca8334 palm: Don't enforce loading ROM or kernel for qtest by Andreas Färber · 12 years ago
  8. dacecf5 hw/arm: Tidy up conditional calls to arm_load_kernel by Peter Maydell · 11 years ago
  9. c165473 hw: Clean up bogus default boot order by Markus Armbruster · 12 years ago
  10. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  11. bd2be15 arm: fix location of some include files by Peter Maydell · 12 years ago
  12. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  13. da229ef console: rework DisplaySurface handling [vga emu side] by Gerd Hoffmann · 12 years ago
  14. 5301821 hw: move boards and other isolated files to hw/ARCH by Paolo Bonzini · 12 years ago[Renamed from hw/palm.c]
  15. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  16. e4ada29 Make default boot order machine specific by Avik Sil · 12 years ago
  17. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  18. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  19. 28ecbae ui: move files to ui/ and include/ui/ by Paolo Bonzini · 12 years ago
  20. a93a4a2 console: untangle gfx & txt updates by Gerd Hoffmann · 12 years ago
  21. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  22. 5f072e1 create struct for machine initialization arguments by Eduardo Habkost · 12 years ago
  23. 3aaa8df arm_boot: Pass ARMCPU to arm_load_kernel() by Andreas Färber · 13 years ago
  24. f1eea06 palm: Rename omap_mpu_state_s variable by Andreas Färber · 13 years ago
  25. 5f4ef08 omap: Use cpu_arm_init() to store ARMCPU in omap_mpu_state_s by Andreas Färber · 13 years ago
  26. c5705a7 vmstate, memory: decouple vmstate from memory API by Avi Kivity · 13 years ago
  27. ced52fa palm: convert to memory API by Avi Kivity · 13 years ago
  28. 4b3fedf omap1: convert to memory API (part I) by Avi Kivity · 14 years ago
  29. 77831c2 hw/omap_gpio.c: Convert to qdev by Juha Riihimäki · 14 years ago
  30. 2e55e84 Add bootindex for option roms. by Gleb Natapov · 14 years ago
  31. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  32. 1724f04 qemu_ram_alloc: Add DeviceState and name parameters by Alex Williamson · 15 years ago
  33. e03c22a arm: fix arm kernel boot for non zero start addr by Lars Munch · 15 years ago
  34. 22ed1d34 arm: remove dead assignments, spotted by clang analyzer by Blue Swirl · 15 years ago
  35. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  36. 99a0949 Get rid of _t suffix by malc · 15 years ago
  37. ca20cf3 Compile loader only once by Blue Swirl · 15 years ago
  38. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 15 years ago
  39. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  40. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  41. f80f9ec Convert machine registration to use module init functions by Anthony Liguori · 16 years ago
  42. fbe1b59 Remove vga_ram_size by Paul Brook · 16 years ago
  43. 22d83b1 Push AUD_init down to devices by Paul Brook · 16 years ago
  44. bc24a22 Follow coding conventions by Paul Brook · 16 years ago
  45. 190cd02 Remove redundant ram_require machine properly. by pbrook · 16 years ago
  46. a0b753d Remove more redundant ram size checks. by pbrook · 16 years ago
  47. dcac967 Use load_image_targphys and avoid phys_ram_base. by pbrook · 16 years ago
  48. 7b5d76d DisplayAllocator interface (Stefano Stabellini) by aliguori · 16 years ago
  49. 3023f33 graphical_console_init change (Stefano Stabellini) by aliguori · 16 years ago
  50. 7d957bd DisplayState interface change (Stefano Stabellini) by aliguori · 16 years ago
  51. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  52. 3d878ca Set default max_cpus to one. by balrog · 16 years ago
  53. b209700 machine struct - specify max_cpus at the per machine level (Jes Sorensen) by aliguori · 16 years ago
  54. 4b32e16 machine struct - use C99 initializers (Jes Sorensen) by aliguori · 16 years ago
  55. c60e08d Implement resolution switching in common console code. by pbrook · 17 years ago
  56. 00f82b8 Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
  57. c38b6e2 Fill in touchscreen calibration values from a Palm T|E. by balrog · 17 years ago
  58. 7fb4fdc RAM usage information in machine definition. by balrog · 17 years ago
  59. 0387544 Revert "Use correct types to enable > 2G support" (r4238), it is not yet ready. by aurel32 · 17 years ago
  60. 967032c Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
  61. 827df9f Add basic OMAP2 chip support. by balrog · 17 years ago
  62. f93eb9f Move the excess of arm_load_kernel() parameters into a struct. by balrog · 17 years ago
  63. b881c2c Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier) by blueswir1 · 17 years ago
  64. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  65. d8f699c Zeroing ITR shouldn't ack irq zero. by balrog · 17 years ago
  66. 7fc42b4 The PINT/DAV pin is active low in the chip spec, not inverted on the board. by balrog · 17 years ago
  67. 6ac0e82 Set boot sequence from command line (Dan Kenigsberg). by balrog · 17 years ago
  68. b50a656 Add a qemu_irq_invert() shortcut for inverting a signal. by balrog · 17 years ago
  69. 3efda49 Add a TI TSC2102 chip (touchscreen/ADC/audio-CODEC controller). by balrog · 17 years ago
  70. d951f6f Implement OMAP MicroWire controller. by balrog · 17 years ago
  71. 6433014 Add OMAP Shared GPIO module. by balrog · 17 years ago
  72. 8e129e0 Handle MMC card insertion/removal/readonly signals. by balrog · 17 years ago
  73. 38a34e1 Add PalmT|E matrix keypad connected to OMAP GPIOs. by balrog · 17 years ago
  74. c3d2689 Basic OMAP310 support. Basic Palm Tungsten|E machine emulation. by balrog · 18 years ago