1. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  2. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  3. f82e35e virtio-serial: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  4. 30fbb9f qdev: move qdev->info to class by Anthony Liguori · 13 years ago
  5. a10348c virtio-console: no need to remove char handlers explicitly by Amit Shah · 13 years ago
  6. 05e7af6 virtio-console: Properly initialise class methods by Amit Shah · 13 years ago
  7. 6640422 virtio-console: Check if chardev backends available before calling into them by Amit Shah · 13 years ago
  8. 2817822 char: rename qemu_chr_guest_close() -> qemu_chr_fe_close() by Anthony Liguori · 14 years ago
  9. c9d830e char: rename qemu_chr_guest_open() -> qemu_chr_fe_open() by Anthony Liguori · 14 years ago
  10. 2cc6e0a char: rename qemu_chr_write() -> qemu_chr_fe_write() by Anthony Liguori · 14 years ago
  11. d6cca4b virtio-serial: Turn props any virtio-serial-bus device must have into bus props by Markus Armbruster · 14 years ago
  12. 0219d73 virtio-console: Prevent abort()s in case of host chardev close by Amit Shah · 14 years ago
  13. d02e4fa virtio-console: Add some trace events by Amit Shah · 14 years ago
  14. 7edfe65 virtio-console: Simplify init callbacks by Markus Armbruster · 14 years ago
  15. a15bb0d virtio-serial: Drop redundant VirtIOSerialPort member info by Markus Armbruster · 14 years ago
  16. 31d0f80 virtio-serial: Drop useless property is_console by Markus Armbruster · 14 years ago
  17. 2a3d57c virtio-serial: Clean up virtconsole detection by Markus Armbruster · 14 years ago
  18. 0b6d226 virtio-console: notify backend of guest open / close by Hans de Goede · 14 years ago
  19. f9a90f1 virtio-console: Keep chardev open for other users after hot-unplug by Amit Shah · 14 years ago
  20. fee063c virtio-serial: Don't clear ->have_data() pointer after unplug by Amit Shah · 14 years ago
  21. 0b8b716 virtio-serial: Disallow generic ports at id 0 by Amit Shah · 14 years ago
  22. a43f9c9 virtio-serial: kill VirtIOSerialDevice by Gerd Hoffmann · 14 years ago
  23. e300ac2 virtio-serial: Let virtio-serial-bus know if all data was consumed by Amit Shah · 14 years ago
  24. 28eaf46 virtio-console: Remove unnecessary braces by Amit Shah · 14 years ago
  25. cbe77b6 virtio-console: Factor out common init between console and generic ports by Amit Shah · 15 years ago
  26. 1e4476a virtio-serial: Apps should consume all data that guest sends out / Fix virtio api abuse by Amit Shah · 15 years ago
  27. 71c092e virtio-serial: Update copyright year to 2010 by Amit Shah · 15 years ago
  28. 055b889 virtio-serial: Use control messages to notify guest of new ports by Amit Shah · 15 years ago
  29. 4c36a2f virtio-console: Rename virtio-serial.c back to virtio-console.c by Amit Shah · 15 years ago[Renamed from hw/virtio-serial.c]
  30. b60c470 virtio-serial: Add a 'virtserialport' device for generic serial port support by Amit Shah · 15 years ago
  31. 160600f virtio-serial-bus: Add a port 'name' property for port discovery in guests by Amit Shah · 15 years ago
  32. 98b1925 virtio-console: qdev conversion, new virtio-serial-bus by Amit Shah · 15 years ago