index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
virtio
/
virtio-serial.h
Age
Commit message (
Expand
)
Author
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros
Eduardo Habkost
2020-09-09
Use OBJECT_DECLARE_TYPE where possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-08-27
virtio-serial-bus: Move QOM macros to header
Eduardo Habkost
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2017-09-21
virtio-serial: add enable_backend callback
Pavel Butsykin
2016-10-10
virtio-serial: enable virtio console emergency write feature
Sascha Silbe
2016-07-12
Clean up ill-advised or unusual header guards
Markus Armbruster
2016-02-06
virtio: move allocation to virtqueue_pop/vring_pop
Paolo Bonzini
2015-06-10
virtio-serial-bus: move qdev properties into virtio-serial-bus.c
Shannon Zhao
2015-03-19
virtio: serial: expose a 'guest_writable' callback for users
Amit Shah
2015-02-26
virtio-serial: switch to standard-headers
Michael S. Tsirkin
2015-01-05
virtio-serial: Don't keep a persistent copy of config space
David Gibson
2014-08-18
virtio-serial: create a linked list of all active devices
Amit Shah
2014-03-13
virtio-serial-port: Convert to QOM realize/unrealize
Andreas Färber
2013-04-16
virtio-console: Also throttle when less was written then requested
Hans de Goede
2013-04-15
virtio-serial: cleanup: remove qdev field.
KONRAD Frederic
2013-04-15
virtio-serial: cleanup: use QOM casts.
KONRAD Frederic
2013-04-15
virtio-serial: add the virtio-serial device.
KONRAD Frederic
2013-04-08
hw: move headers to include/
Paolo Bonzini