aboutsummaryrefslogtreecommitdiff
path: root/include/hw/virtio/virtio-serial.h
AgeCommit message (Expand)AuthorFilesLines
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-5/+2
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost1-1/+1
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost1-4/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-10/+6
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-3/+5
2020-08-27virtio-serial-bus: Move QOM macros to headerEduardo Habkost1-0/+5
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+0
2017-09-21virtio-serial: add enable_backend callbackPavel Butsykin1-0/+3
2016-10-10virtio-serial: enable virtio console emergency write featureSascha Silbe1-0/+2
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster1-2/+3
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini1-1/+1
2015-06-10virtio-serial-bus: move qdev properties into virtio-serial-bus.cShannon Zhao1-3/+0
2015-03-19virtio: serial: expose a 'guest_writable' callback for usersAmit Shah1-0/+11
2015-02-26virtio-serial: switch to standard-headersMichael S. Tsirkin1-39/+1
2015-01-05virtio-serial: Don't keep a persistent copy of config spaceDavid Gibson1-2/+0
2014-08-18virtio-serial: create a linked list of all active devicesAmit Shah1-0/+2
2014-03-13virtio-serial-port: Convert to QOM realize/unrealizeAndreas Färber1-4/+4
2013-04-16virtio-console: Also throttle when less was written then requestedHans de Goede1-1/+1
2013-04-15virtio-serial: cleanup: remove qdev field.KONRAD Frederic1-2/+0
2013-04-15virtio-serial: cleanup: use QOM casts.KONRAD Frederic1-1/+1
2013-04-15virtio-serial: add the virtio-serial device.KONRAD Frederic1-0/+9
2013-04-08hw: move headers to include/Paolo Bonzini1-0/+247