1. 0c26721 musicpal: Fix flash mapping by Jan Kiszka · 13 years ago
  2. 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 13 years ago
  3. 2be64a6 hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) by Laszlo Ersek · 13 years ago
  4. 4bd7466 arm_pic: Pass ARMCPU to arm_pic_init_cpu() by Andreas Färber · 13 years ago
  5. 3aaa8df arm_boot: Pass ARMCPU to arm_load_kernel() by Andreas Färber · 13 years ago
  6. f25608e musicpal: Use cpu_arm_init() to obtain ARMCPU by Andreas Färber · 13 years ago
  7. 5ae9330 arm hw/: Don't use CPUState by Andreas Färber · 13 years ago
  8. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  9. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  10. 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  11. f79f2bf qdev: don't access name through info by Anthony Liguori · 13 years ago
  12. 6b620ca prepare for future GPLv2+ relicensing by Paolo Bonzini · 13 years ago
  13. 49d4d9b6 ptimer: move declarations to ptimer.h by Paolo Bonzini · 13 years ago
  14. c5705a7 vmstate, memory: decouple vmstate from memory API by Avi Kivity · 13 years ago
  15. 750ecd4 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() by Avi Kivity · 13 years ago
  16. 4f5c947 musicpal: avoid call to sysbus_init_mmio() by Avi Kivity · 13 years ago
  17. 39186d8 serial: Add MemoryRegion parameter to serial_mm_init by Richard Henderson · 14 years ago
  18. 2ff0c7c serial: Remove ioregister parameter from serial_mm_init by Richard Henderson · 14 years ago
  19. fb50cfe serial: Use enum device_endian in serial_mm_init parameter by Richard Henderson · 14 years ago
  20. 19b4a42 musicpal: convert to memory API by Avi Kivity · 14 years ago
  21. cfe5f01 pflash_cfi01/pflash_cfi02: convert to memory API by Avi Kivity · 14 years ago
  22. 01e0451 Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging" by Anthony Liguori · 14 years ago
  23. c8a50e5 pflash_cfi01/pflash_cfi02: convert to memory API by Avi Kivity · 14 years ago
  24. 8e31bf3 Correct spelling of licensed by Matthew Fernandez · 14 years ago
  25. d04fba9 musicpal: Fix registration of MMIO-less sysbus devices by Jan Kiszka · 14 years ago
  26. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  27. 2446333 Rearrange block headers by Blue Swirl · 15 years ago
  28. 1724f04 qemu_ram_alloc: Add DeviceState and name parameters by Alex Williamson · 15 years ago
  29. 738012b Remove useless device dependency of HAS_AUDIO by Blue Swirl · 15 years ago
  30. c1735af musicpal: Drop redundant reset call by Jan Kiszka · 15 years ago
  31. 5f9fc5a Compile pflash_cfi02 only once by Blue Swirl · 15 years ago
  32. 2d48377 Compile serial only once by Blue Swirl · 15 years ago
  33. 07b064e Musicpal: Fix descriptor walk in eth_send by Jan Kiszka · 15 years ago
  34. 6425822 Musicpal: Fix wm8750 I2C address by Jan Kiszka · 15 years ago
  35. 3a94dd1 net: convert musicpal to NICState by Mark McLoughlin · 15 years ago
  36. 3cd035d GPIO I2C rework by Paul Brook · 15 years ago
  37. 4c91cd2 musicpal: use qdev properties for configuration. by Gerd Hoffmann · 15 years ago
  38. e23a1b3 New qdev_init_nofail() by Markus Armbruster · 15 years ago
  39. d5b61dd musicpal: Add VMState support by Jan Kiszka · 15 years ago
  40. c88d6bd musicpal: Make PIT emulation more robust by Jan Kiszka · 15 years ago
  41. 30624c9 musicpal: True reset support for GPIO by Jan Kiszka · 15 years ago
  42. 49fedd0 musicpal: Coding style fixes by Jan Kiszka · 15 years ago
  43. 243cd13 musicpal: Clean up typecasts by Jan Kiszka · 15 years ago
  44. 708afdf musicpal: Rework GPIO input events by Jan Kiszka · 15 years ago
  45. 2e87c5b musicpal: Catch null TX qeueues by Jan Kiszka · 15 years ago
  46. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  47. 99a0949 Get rid of _t suffix by malc · 15 years ago
  48. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 16 years ago
  49. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
  50. 13f59cb Remove the unnecessary and only global in musicpal.c by Andrzej Zaborowski · 16 years ago
  51. d074769 Make musicpal.c use the I2C device and the Marvell 88w8618 audio device by Andrzej Zaborowski · 16 years ago
  52. 343ec8e Musicpal qdev conversion: gpio (except I2C part), keyboard and lcd by Benoit Canet · 16 years ago
  53. 751c6a1 kill drives_table by Gerd Hoffmann · 16 years ago
  54. ee6847d qdev: rework device properties. by Gerd Hoffmann · 16 years ago
  55. a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 16 years ago
  56. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  57. 4f1c942 net: add return value to packet receive handler by Mark McLoughlin · 16 years ago
  58. e3f5ec2 net: pass VLANClientState* as first arg to receive handlers by Mark McLoughlin · 16 years ago
  59. cda9046 net: re-name vc->fd_read() to vc->receive() by Mark McLoughlin · 16 years ago
  60. 463af53 net: add fd_readv() handler to qemu_new_vlan_client() args by Mark McLoughlin · 16 years ago
  61. 067a3dd Remove qdev irq sink handling by Paul Brook · 16 years ago
  62. 02e2da4 Add common BusState by Paul Brook · 16 years ago
  63. 8217606 Introduce reset notifier order by Jan Kiszka · 16 years ago
  64. f80f9ec Convert machine registration to use module init functions by Anthony Liguori · 16 years ago
  65. cdbe40c WM8750 qdev coversion by Paul Brook · 16 years ago
  66. b47b50f MusicPal qdev conversion by Paul Brook · 16 years ago
  67. fbe1b59 Remove vga_ram_size by Paul Brook · 16 years ago
  68. 22d83b1 Push AUD_init down to devices by Paul Brook · 16 years ago
  69. 0d9acba Make AUD_init failure fatal by Paul Brook · 16 years ago
  70. 2ac7117 Replace cpu_abort with hw_error by Paul Brook · 16 years ago
  71. b946a15 Introduce VLANClientState::cleanup() (Mark McLoughlin) by aliguori · 16 years ago
  72. 190cd02 Remove redundant ram_require machine properly. by pbrook · 16 years ago
  73. 930c868 Musicpal ram access cleanup. by pbrook · 16 years ago
  74. bf9b48a musicpal: Fix regression caused by 6839 (Jan Kiszka) by aliguori · 16 years ago
  75. 7b5d76d DisplayAllocator interface (Stefano Stabellini) by aliguori · 16 years ago
  76. 718ec0b musicpal: Reorganize IO memory handling (Jan Kiszka) by malc · 16 years ago
  77. 487414f hw: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  78. 3023f33 graphical_console_init change (Stefano Stabellini) by aliguori · 16 years ago
  79. 8927bcf remove bgr (Stefano Stabellini) by aliguori · 16 years ago
  80. 0ae18ce Check NIC model in some NIC init functions (Mark McLoughlin) by aliguori · 16 years ago
  81. 7a9f6e4 Add a -net name=foo parameter (Mark McLoughlin) by aliguori · 16 years ago
  82. bf38c1a Add a model string to VLANClientState (Mark McLoughlin) by aliguori · 16 years ago
  83. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  84. 0e1f5a0 Introduce accessors for DisplayState (Stefano Stabellini) by aliguori · 16 years ago
  85. 3d878ca Set default max_cpus to one. by balrog · 16 years ago
  86. b1d8e52 Fix undeclared symbol warnings from sparse by blueswir1 · 16 years ago
  87. b209700 machine struct - specify max_cpus at the per machine level (Jes Sorensen) by aliguori · 16 years ago
  88. 4b32e16 machine struct - use C99 initializers (Jes Sorensen) by aliguori · 16 years ago
  89. c60e08d Implement resolution switching in common console code. by pbrook · 17 years ago
  90. c8256f9 Enhance sendkey with key hold time (Jan Kiszka). by balrog · 17 years ago
  91. 167bc3d MusicPal: Restore display size after invalidation (Jan Kiszka). by balrog · 17 years ago
  92. 7c6ce4b musicpal: Improve button handling (Jan Kiszka). by balrog · 17 years ago
  93. a350e69 Avoid arithmetics on void * in MusicPal audio code (Jan Kiszka). by balrog · 17 years ago
  94. 4f3cb3b MusicPal: fix gcc4 build (Jan Kiszka). by balrog · 17 years ago
  95. b6cd0ea 8250: Customized base baudrate by aurel32 · 17 years ago
  96. 4001a81 MusicPal mono playback support. by balrog · 17 years ago
  97. 9183499 Remove debug sample rate slowdown. by balrog · 17 years ago
  98. af83e09 Use external clock in wm8750 slave mode. by balrog · 17 years ago
  99. b0f6edb Musicpal: convert to ram_addr_t by balrog · 17 years ago
  100. aa92310 musicpal: Fix output level of 8-bit samples (Jan Kiszka). by balrog · 17 years ago