1. 61e8a92 Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging by Peter Maydell · 11 years ago
  2. 88c1ee7 char/serial: Fix emptyness check by Peter Crosthwaite · 11 years ago
  3. c7bcc85 qdev: Remove hex8/32/64 property types by Paolo Bonzini · 11 years ago
  4. 1f9c4cf ipack: Move IndustryPack out of hw/char/ by Andreas Färber · 12 years ago
  5. 08c9cac ipoctal232: QOM parent field cleanup by Andreas Färber · 12 years ago
  6. 227d327 ipack: QOM parent field cleanup for IPackDevice by Andreas Färber · 12 years ago
  7. a21ac34 ipack: QOM parent field cleanup for IPackBus by Andreas Färber · 12 years ago
  8. 5c57090 ipack: Convert to QOM realize by Andreas Färber · 12 years ago
  9. 02d3bf7 lm32_uart/lm32_juart: use qemu_chr_fe_write_all() by Michael Walle · 11 years ago
  10. b2c623a milkymist-uart: use qemu_chr_fe_write_all() instead of qemu_chr_fe_write() by Antony Pavlov · 12 years ago
  11. 666eb03 Merge remote-tracking branch 'mjt/trivial-patches' into staging by Anthony Liguori · 11 years ago
  12. 38acd64 char/cadence_uart: Implement Tx flow control by Peter Crosthwaite · 11 years ago
  13. 1e5d8ca char/cadence_uart: Delete redundant rx rst logic by Peter Crosthwaite · 11 years ago
  14. 86baecc char/cadence_uart: Use the TX fifo for transmission by Peter Crosthwaite · 11 years ago
  15. d0ac820 char/cadence_uart: Fix can_receive logic by Peter Crosthwaite · 11 years ago
  16. 2152e08 char/cadence_uart: Remove TX timer & add TX FIFO state by Peter Crosthwaite · 11 years ago
  17. 11a239a char/cadence_uart: Define Missing SR/ISR fields by Peter Crosthwaite · 11 years ago
  18. 676f4c0 char/cadence_uart: Simplify status generation by Peter Crosthwaite · 11 years ago
  19. 1e77c91 char/cadence_uart: s/r_fifo/rx_fifo by Peter Crosthwaite · 11 years ago
  20. 823dd48 char/cadence_uart: Fix reset. by Peter Crosthwaite · 11 years ago
  21. 589bfb6 char/cadence_uart: Add missing uart_update_state by Peter Crosthwaite · 11 years ago
  22. 059ca2b char/cadence_uart: Mark struct fields as public/private by Peter Crosthwaite · 11 years ago
  23. c46b07f exynos4210: Use macro ARRAY_SIZE where possible by Stefan Weil · 11 years ago
  24. 142593c hw/arm/digic: add UART support by Antony Pavlov · 11 years ago
  25. e157b8f Merge remote-tracking branch 'bonzini/virtio' into staging by Anthony Liguori · 11 years ago
  26. 306ec6c virtio: Convert exit to unrealize by Andreas Färber · 12 years ago
  27. 8634624 virtio-serial: Convert to QOM realize by Andreas Färber · 12 years ago
  28. b1a20c3 virtio-serial: QOM realize preparations by Andreas Färber · 12 years ago
  29. 0e86c13 virtio-serial: switch exit callback to VirtioDeviceClass by Paolo Bonzini · 11 years ago
  30. 1246b25 misc: Replace 'struct QEMUTimer' by 'QEMUTimer' by Stefan Weil · 11 years ago
  31. 29fdedf spapr: add vio-bus devices to categories by Alexey Kardashevskiy · 11 years ago
  32. c77dd5f milkymist-uart: Use Device::realize instead of SysBusDevice::init by Antony Pavlov · 12 years ago
  33. b0eb759 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 11 years ago
  34. 9e64f8a hw: set interrupts using pci irq wrappers by Marcel Apfelbaum · 11 years ago
  35. 84faf7c sh4: Fix serial line access for Linux kernels later than 3.2 by Guenter Roeck · 11 years ago
  36. 6a444f8 s390/sclplmconsole: Add support for SCLP line-mode console by Heinz Graalfs · 12 years ago
  37. c3d9f24 s390/eventfacility: allow childs to handle more than 1 event type by Christian Borntraeger · 11 years ago
  38. 8b8b113 s390/eventfacility: remove unused event_type variable by Christian Borntraeger · 11 years ago
  39. 3af6de3 s390/sclp: add reset() functions by Heinz Graalfs · 12 years ago
  40. cb335be s390/sclpconsole: Add code to support live migration for sclpconsole by Heinz Graalfs · 12 years ago
  41. ea9ad3e s390/sclpconsole: modify definition of input buffer by Heinz Graalfs · 12 years ago
  42. 5cff81f Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into staging by Anthony Liguori · 12 years ago
  43. 7770b6f pseries: Fix stalls on hypervisor virtual console by Anton Blanchard · 12 years ago
  44. fb17dfe qdev: Pass size to qbus_create_inplace() by Andreas Färber · 12 years ago
  45. 77cbb28 ipack: Pass size to ipack_bus_new_inplace() by Andreas Färber · 12 years ago
  46. f7ad538 Merge remote-tracking branch 'stefanha/block' into staging by Anthony Liguori · 12 years ago
  47. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  48. 4a44d85 Convert stderr message calling error_get_pretty() to error_report() by Seiji Aguchi · 12 years ago
  49. 203439c virtio-console: Use exitfn for virtserialport, too by Andreas Färber · 12 years ago
  50. 2e14211 s390/sclpconsole: handle char layer busy conditions by Heinz Graalfs · 12 years ago
  51. 71ffe1a pl011: QOM'ify pl011 and pl011_luminary by Andreas Färber · 12 years ago
  52. ab640bf pl011: Rename pl011_state by Andreas Färber · 12 years ago
  53. 79bbe8b milkymist-uart: QOM cast cleanup by Andreas Färber · 12 years ago
  54. 85f3d30 lm32_uart: QOM cast cleanup by Andreas Färber · 12 years ago
  55. a0b9792 lm32_juart: QOM cast cleanup by Andreas Färber · 12 years ago
  56. 0ee1024 lm32_juart: Relocate and tidy header by Andreas Färber · 12 years ago
  57. 8d8e348 imx_serial: QOM cast cleanup by Andreas Färber · 12 years ago
  58. ae8e049 grlib_apbuart: QOM cast cleanup by Andreas Färber · 12 years ago
  59. 61149ff exynos4210_uart: QOM cast cleanup by Andreas Färber · 12 years ago
  60. 81069b2 escc: QOM cast cleanup by Andreas Färber · 12 years ago
  61. 534f6ff cadence_uart: QOM cast cleanup by Andreas Färber · 12 years ago
  62. 24bf6c1 xilinx_uartlite: QOM cast cleanups by Andreas Färber · 12 years ago
  63. 144712c xilinx_uartlite: Rename xlx_uartlite to XilinxUARTLite by Andreas Färber · 12 years ago
  64. b85423f etraxfs_ser: QOM cast cleanups by Andreas Färber · 12 years ago
  65. 125ee0e devices: Associate devices to their logical category by Marcel Apfelbaum · 12 years ago
  66. db1b58e pseries: savevm support for PAPR VIO logical tty by David Gibson · 12 years ago
  67. 9121d02 char/cadence_uart: Fix reset for unattached instances by Peter Crosthwaite · 12 years ago
  68. 300b1fc hw/c*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  69. 3cf63ff escc: rename struct to ESCCState by Paolo Bonzini · 12 years ago
  70. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  71. b52df46 cadence_uart: Handle backend tx errors by Edgar E. Iglesias · 12 years ago
  72. b165b0d char/serial: fix copy&paste error (fifo8_is_full vs empty) by Vladimir Senkov · 12 years ago
  73. 371a775 Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpu by Blue Swirl · 12 years ago
  74. b5601df char/serial: serial_ioport_write: Factor out common code by Peter Crosthwaite · 12 years ago
  75. 8e8638f char/serial: Use generic Fifo8 by Peter Crosthwaite · 12 years ago
  76. 7f4f0a2 char/serial: cosmetic fixes. by Peter Crosthwaite · 12 years ago
  77. 4a17cc4 isa: QOM'ify ISADevice by Andreas Färber · 12 years ago
  78. db895a1 isa: Use realizefn for ISADevice by Andreas Färber · 12 years ago
  79. 668fca9 debugcon: fix compiler warning when open DEBUG_DEBUGCON by liguang · 12 years ago
  80. e6ee284 debugcon: make debug message more readable by liguang · 12 years ago
  81. 8c1f72d debugcon: fix always print "addr=0x0, val=0x0" bug when use DEBUG_DEBUGCON by liguang · 12 years ago
  82. 80270a1 virtio-serial: fix command line compatibility. by KONRAD Frederic · 12 years ago
  83. eeceb08 serial: QOM'ify ISA serial by Andreas Färber · 12 years ago
  84. b0dc5ee parallel: QOM'ify by Andreas Färber · 12 years ago
  85. fd506b4f pseries: Convert VIO code to QOM style type safe(ish) casts by David Gibson · 12 years ago
  86. 6a1a8cc virtio: cleanup: init and exit function. by KONRAD Frederic · 12 years ago
  87. 181103c virtio: remove the function pointer. by KONRAD Frederic · 12 years ago
  88. c3d6b96 virtio-console: Remove any pending watches on close by Hans de Goede · 12 years ago
  89. f9fb053 virtio-console: Also throttle when less was written then requested by Hans de Goede · 12 years ago
  90. 4ceb193 Merge remote-tracking branch 'bonzini/hw-dirs' into staging by Anthony Liguori · 12 years ago
  91. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  92. d5990ff virtio-serial: cleanup: remove qdev field. by KONRAD Frederic · 12 years ago
  93. 76017fd virtio-serial: cleanup: use QOM casts. by KONRAD Frederic · 12 years ago
  94. 34b95b2 virtio-serial: cleanup: init and exit functions. by KONRAD Frederic · 12 years ago
  95. 2cd2b01 virtio-serial: add the virtio-serial device. by KONRAD Frederic · 12 years ago
  96. 47b43a1 hw: move private headers to hw/ subdirectories. by Paolo Bonzini · 12 years ago
  97. 9944d32 hw: move char devices to hw/char/, configure via default-configs/ by Paolo Bonzini · 12 years ago
  98. 6e79074 hw: move virtio devices to hw/ subdirectories by Paolo Bonzini · 12 years ago
  99. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago
  100. 1fd6bb4 hw: make subdirectories for devices by Paolo Bonzini · 12 years ago