summaryrefslogtreecommitdiffstats
path: root/hw/char/virtio-serial-bus.c
Commit message (Expand)AuthorAgeFilesLines
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-2/+0Star
* virtio-serial-bus: Move QOM macros to headerEduardo Habkost2020-08-271-4/+0Star
* qdev: Drop qbus_set_hotplug_handler() parameter @errpMarkus Armbruster2020-07-021-2/+2
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-4/+4
* virtio-serial-bus: Plug memory leak on realize() error pathsPan Nengyuan2020-03-291-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-2/+2
* virtio-serial-bus: fix memory leak while attach virtio-serial-busPan Nengyuan2020-01-051-0/+8
* virtio: basic packed virtqueue supportJason Wang2019-10-251-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/qemu-file-types.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth2019-02-171-1/+1
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-1/+1
* virtio: do not take address of packed membersPaolo Bonzini2018-10-021-3/+3
* virtio-serial: fix heap-over-flowlinzhecheng2018-04-091-2/+5
* virtio-serial: add enable_backend callbackPavel Butsykin2017-09-211-0/+7
* virtio-serial: use DIV_ROUND_UPMarc-André Lureau2017-08-311-4/+4
* virtio-serial: fix segfault on disconnectStefan Hajnoczi2017-06-021-0/+3
* virtio-serial-bus: Unset hotplug handler when unrealizeLadi Prosek2017-06-021-0/+3
* virtio-serial-bus: Delete timer from list before free itzhanghailiang2017-03-161-0/+1
* virtio: convert to use DMA apiJason Wang2017-01-101-1/+2
* virtio: cleanup VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-101-2/+0Star
* virtio-serial: convert VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-101-7/+11
* virtio-serial: add missing virtio_detach_element() callStefan Hajnoczi2016-10-101-0/+14
* virtio-serial: enable virtio console emergency write featureSascha Silbe2016-10-101-3/+9
* virtio-serial: add plumbing for virtio console emergency write supportSascha Silbe2016-10-101-0/+37
* virtio-serial: Wrap in vmstateDr. David Alan Gilbert2016-07-211-21/+6Star
* virtio-serial: Remove old migration version supportDr. David Alan Gilbert2016-07-211-22/+15Star
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* virtio: introduce qemu_get/put_virtqueue_elementPaolo Bonzini2016-02-061-7/+3Star
* virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini2016-02-061-30/+50
* virtio: Clean up includesPeter Maydell2016-01-291-0/+1
* virtio serial port: fix to incomplete QOMifyCao jin2016-01-131-1/+1
* virtio-serial: convert to virtio_mapMichael S. Tsirkin2015-10-291-4/+1Star
* virtio: avoid leading underscores for helpersCornelia Huck2015-09-101-1/+1
* virtio: get_features() can failJason Wang2015-07-271-1/+2
* virtio-serial: fix ANY_LAYOUTMichael S. Tsirkin2015-07-271-1/+2
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* virtio-serial-bus: move qdev properties into virtio-serial-bus.cShannon Zhao2015-06-101-1/+2
* virtio: make features 64bit wideGerd Hoffmann2015-06-011-1/+1
* virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAXJason Wang2015-05-311-1/+1
* Convert ffs() != 0 callers to ctz32()Stefan Hajnoczi2015-04-281-4/+4
* virtio-serial: fix virtio config sizeMichael S. Tsirkin2015-03-251-1/+3
* virtio: serial: expose a 'guest_writable' callback for usersAmit Shah2015-03-191-0/+31
* virtio-serial: fix segfault on NULL port namesAmit Shah2015-03-111-1/+1
* virtio-serial-bus.c: drop virtio_ids.hMichael S. Tsirkin2015-02-261-1/+0Star
* virtio: add feature checking helpersCornelia Huck2015-02-261-1/+1
* virtio: feature bit manipulation helpersCornelia Huck2015-02-261-1/+1
* virtio-serial: switch to standard-headersMichael S. Tsirkin2015-02-261-0/+1