summaryrefslogtreecommitdiffstats
path: root/hw/char/virtio-serial-bus.c
Commit message (Expand)AuthorAgeFilesLines
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-291-0/+1
* virtio: introduce qemu_get/put_virtqueue_elementPaolo Bonzini2019-11-291-7/+3
* virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini2019-11-291-30/+50
* virtio: Clean up includesPeter Maydell2019-11-291-0/+1
* virtio serial port: fix to incomplete QOMifyCao jin2019-11-291-1/+1
* virtio-serial: convert to virtio_mapMichael S. Tsirkin2015-10-291-4/+1
* 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/+0
* 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
* virtio: Fix warning caused by missing 'static' attributeStefan Weil2015-02-101-1/+1
* virtio-serial: Don't keep a persistent copy of config spaceDavid Gibson2015-01-051-15/+14
* virtio_serial: Don't use vser->config.max_nr_ports internallyDavid Gibson2015-01-051-12/+4
* virtio-serial: avoid crash when port has no nameMarc-André Lureau2014-11-071-1/+1
* virtio-serial: Convert to hotplug-handler APIIgor Mammedov2014-10-151-5/+15
* virtio-serial: search for duplicate port names before adding new portsAmit Shah2014-08-181-0/+22
* virtio-serial: create a linked list of all active devicesAmit Shah2014-08-181-0/+10
* virtio-serial-bus: keep port 0 reserved for virtconsole even on unplugAmit Shah2014-07-161-3/+11
* virtio-serial-bus: use virtio wrappers to access headersRusty Russell2014-06-291-15/+31
* virtio-serial: implement per-device migration callsGreg Kurz2014-06-291-14/+20
* virtio: introduce device specific migration callsGreg Kurz2014-06-291-1/+1
* virtio-serial: don't migrate the config spaceAlexander Graf2014-06-291-10/+6
* virtio-serial: remove useless set_config functionPaolo Bonzini2014-06-241-8/+0
* virtio-serial-port: Convert to QOM realize/unrealizeAndreas Färber2014-03-131-25/+26
* virtio: Convert exit to unrealizeAndreas Färber2013-12-091-4/+5
* virtio-serial: Convert to QOM realizeAndreas Färber2013-12-091-8/+8
* virtio-serial: QOM realize preparationsAndreas Färber2013-12-091-5/+7
* virtio-serial: switch exit callback to VirtioDeviceClassPaolo Bonzini2013-12-091-6/+4
* qdev: Pass size to qbus_create_inplace()Andreas Färber2013-08-301-2/+2
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-5/+5
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+2
* virtio-serial: fix command line compatibility.KONRAD Frederic2013-05-031-1/+2
* virtio: cleanup: init and exit function.KONRAD Frederic2013-04-241-1/+1
* virtio: remove the function pointer.KONRAD Frederic2013-04-241-6/+0
* virtio-serial: cleanup: remove qdev field.KONRAD Frederic2013-04-151-2/+0
* virtio-serial: cleanup: use QOM casts.KONRAD Frederic2013-04-151-24/+26
* virtio-serial: cleanup: init and exit functions.KONRAD Frederic2013-04-151-73/+21
* virtio-serial: add the virtio-serial device.KONRAD Frederic2013-04-151-7/+88
* hw: move virtio devices to hw/ subdirectoriesPaolo Bonzini2013-04-081-0/+1018
OpenPOWER on IntegriCloud