1. 1246b25 misc: Replace 'struct QEMUTimer' by 'QEMUTimer' by Stefan Weil · 11 years ago
  2. 29fdedf spapr: add vio-bus devices to categories by Alexey Kardashevskiy · 11 years ago
  3. c77dd5f milkymist-uart: Use Device::realize instead of SysBusDevice::init by Antony Pavlov · 12 years ago
  4. b0eb759 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 11 years ago
  5. 9e64f8a hw: set interrupts using pci irq wrappers by Marcel Apfelbaum · 11 years ago
  6. 84faf7c sh4: Fix serial line access for Linux kernels later than 3.2 by Guenter Roeck · 12 years ago
  7. 6a444f8 s390/sclplmconsole: Add support for SCLP line-mode console by Heinz Graalfs · 12 years ago
  8. c3d9f24 s390/eventfacility: allow childs to handle more than 1 event type by Christian Borntraeger · 11 years ago
  9. 8b8b113 s390/eventfacility: remove unused event_type variable by Christian Borntraeger · 11 years ago
  10. 3af6de3 s390/sclp: add reset() functions by Heinz Graalfs · 12 years ago
  11. cb335be s390/sclpconsole: Add code to support live migration for sclpconsole by Heinz Graalfs · 12 years ago
  12. ea9ad3e s390/sclpconsole: modify definition of input buffer by Heinz Graalfs · 12 years ago
  13. 5cff81f Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into staging by Anthony Liguori · 12 years ago
  14. 7770b6f pseries: Fix stalls on hypervisor virtual console by Anton Blanchard · 12 years ago
  15. fb17dfe qdev: Pass size to qbus_create_inplace() by Andreas Färber · 12 years ago
  16. 77cbb28 ipack: Pass size to ipack_bus_new_inplace() by Andreas Färber · 12 years ago
  17. f7ad538 Merge remote-tracking branch 'stefanha/block' into staging by Anthony Liguori · 12 years ago
  18. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  19. 4a44d85 Convert stderr message calling error_get_pretty() to error_report() by Seiji Aguchi · 12 years ago
  20. 203439c virtio-console: Use exitfn for virtserialport, too by Andreas Färber · 12 years ago
  21. 2e14211 s390/sclpconsole: handle char layer busy conditions by Heinz Graalfs · 12 years ago
  22. 71ffe1a pl011: QOM'ify pl011 and pl011_luminary by Andreas Färber · 12 years ago
  23. ab640bf pl011: Rename pl011_state by Andreas Färber · 12 years ago
  24. 79bbe8b milkymist-uart: QOM cast cleanup by Andreas Färber · 12 years ago
  25. 85f3d30 lm32_uart: QOM cast cleanup by Andreas Färber · 12 years ago
  26. a0b9792 lm32_juart: QOM cast cleanup by Andreas Färber · 12 years ago
  27. 0ee1024 lm32_juart: Relocate and tidy header by Andreas Färber · 12 years ago
  28. 8d8e348 imx_serial: QOM cast cleanup by Andreas Färber · 12 years ago
  29. ae8e049 grlib_apbuart: QOM cast cleanup by Andreas Färber · 12 years ago
  30. 61149ff exynos4210_uart: QOM cast cleanup by Andreas Färber · 12 years ago
  31. 81069b2 escc: QOM cast cleanup by Andreas Färber · 12 years ago
  32. 534f6ff cadence_uart: QOM cast cleanup by Andreas Färber · 12 years ago
  33. 24bf6c1 xilinx_uartlite: QOM cast cleanups by Andreas Färber · 12 years ago
  34. 144712c xilinx_uartlite: Rename xlx_uartlite to XilinxUARTLite by Andreas Färber · 12 years ago
  35. b85423f etraxfs_ser: QOM cast cleanups by Andreas Färber · 12 years ago
  36. 125ee0e devices: Associate devices to their logical category by Marcel Apfelbaum · 12 years ago
  37. db1b58e pseries: savevm support for PAPR VIO logical tty by David Gibson · 12 years ago
  38. 9121d02 char/cadence_uart: Fix reset for unattached instances by Peter Crosthwaite · 12 years ago
  39. 300b1fc hw/c*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  40. 3cf63ff escc: rename struct to ESCCState by Paolo Bonzini · 12 years ago
  41. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  42. b52df46 cadence_uart: Handle backend tx errors by Edgar E. Iglesias · 12 years ago
  43. b165b0d char/serial: fix copy&paste error (fifo8_is_full vs empty) by Vladimir Senkov · 12 years ago
  44. 371a775 Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpu by Blue Swirl · 12 years ago
  45. b5601df char/serial: serial_ioport_write: Factor out common code by Peter Crosthwaite · 12 years ago
  46. 8e8638f char/serial: Use generic Fifo8 by Peter Crosthwaite · 12 years ago
  47. 7f4f0a2 char/serial: cosmetic fixes. by Peter Crosthwaite · 12 years ago
  48. 4a17cc4 isa: QOM'ify ISADevice by Andreas Färber · 12 years ago
  49. db895a1 isa: Use realizefn for ISADevice by Andreas Färber · 12 years ago
  50. 668fca9 debugcon: fix compiler warning when open DEBUG_DEBUGCON by liguang · 12 years ago
  51. e6ee284 debugcon: make debug message more readable by liguang · 12 years ago
  52. 8c1f72d debugcon: fix always print "addr=0x0, val=0x0" bug when use DEBUG_DEBUGCON by liguang · 12 years ago
  53. 80270a1 virtio-serial: fix command line compatibility. by KONRAD Frederic · 12 years ago
  54. eeceb08 serial: QOM'ify ISA serial by Andreas Färber · 12 years ago
  55. b0dc5ee parallel: QOM'ify by Andreas Färber · 12 years ago
  56. fd506b4f pseries: Convert VIO code to QOM style type safe(ish) casts by David Gibson · 12 years ago
  57. 6a1a8cc virtio: cleanup: init and exit function. by KONRAD Frederic · 12 years ago
  58. 181103c virtio: remove the function pointer. by KONRAD Frederic · 12 years ago
  59. c3d6b96 virtio-console: Remove any pending watches on close by Hans de Goede · 12 years ago
  60. f9fb053 virtio-console: Also throttle when less was written then requested by Hans de Goede · 12 years ago
  61. 4ceb193 Merge remote-tracking branch 'bonzini/hw-dirs' into staging by Anthony Liguori · 12 years ago
  62. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  63. d5990ff virtio-serial: cleanup: remove qdev field. by KONRAD Frederic · 12 years ago
  64. 76017fd virtio-serial: cleanup: use QOM casts. by KONRAD Frederic · 12 years ago
  65. 34b95b2 virtio-serial: cleanup: init and exit functions. by KONRAD Frederic · 12 years ago
  66. 2cd2b01 virtio-serial: add the virtio-serial device. by KONRAD Frederic · 12 years ago
  67. 47b43a1 hw: move private headers to hw/ subdirectories. by Paolo Bonzini · 12 years ago
  68. 9944d32 hw: move char devices to hw/char/, configure via default-configs/ by Paolo Bonzini · 12 years ago
  69. 6e79074 hw: move virtio devices to hw/ subdirectories by Paolo Bonzini · 12 years ago
  70. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago
  71. 1fd6bb4 hw: make subdirectories for devices by Paolo Bonzini · 12 years ago