summaryrefslogtreecommitdiff
path: root/hw/char/virtio-serial-bus.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-06virtio: introduce qemu_get/put_virtqueue_elementPaolo Bonzini1-7/+3
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini1-30/+50
2016-01-29virtio: Clean up includesPeter Maydell1-0/+1
2016-01-13virtio serial port: fix to incomplete QOMifyCao jin1-1/+1
2015-10-29virtio-serial: convert to virtio_mapMichael S. Tsirkin1-4/+1
2015-09-10virtio: avoid leading underscores for helpersCornelia Huck1-1/+1
2015-07-27virtio: get_features() can failJason Wang1-1/+2
2015-07-27virtio-serial: fix ANY_LAYOUTMichael S. Tsirkin1-1/+2
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-06-10virtio-serial-bus: move qdev properties into virtio-serial-bus.cShannon Zhao1-1/+2
2015-06-01virtio: make features 64bit wideGerd Hoffmann1-1/+1
2015-05-31virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAXJason Wang1-1/+1
2015-04-28Convert ffs() != 0 callers to ctz32()Stefan Hajnoczi1-4/+4
2015-03-25virtio-serial: fix virtio config sizeMichael S. Tsirkin1-1/+3
2015-03-19virtio: serial: expose a 'guest_writable' callback for usersAmit Shah1-0/+31
2015-03-11virtio-serial: fix segfault on NULL port namesAmit Shah1-1/+1
2015-02-26virtio-serial-bus.c: drop virtio_ids.hMichael S. Tsirkin1-1/+0
2015-02-26virtio: add feature checking helpersCornelia Huck1-1/+1
2015-02-26virtio: feature bit manipulation helpersCornelia Huck1-1/+1
2015-02-26virtio-serial: switch to standard-headersMichael S. Tsirkin1-0/+1
2015-02-10virtio: Fix warning caused by missing 'static' attributeStefan Weil1-1/+1
2015-01-05virtio-serial: Don't keep a persistent copy of config spaceDavid Gibson1-15/+14
2015-01-05virtio_serial: Don't use vser->config.max_nr_ports internallyDavid Gibson1-12/+4
2014-11-07virtio-serial: avoid crash when port has no nameMarc-André Lureau1-1/+1
2014-10-15virtio-serial: Convert to hotplug-handler APIIgor Mammedov1-5/+15
2014-08-18virtio-serial: search for duplicate port names before adding new portsAmit Shah1-0/+22
2014-08-18virtio-serial: create a linked list of all active devicesAmit Shah1-0/+10
2014-07-16virtio-serial-bus: keep port 0 reserved for virtconsole even on unplugAmit Shah1-3/+11
2014-06-29virtio-serial-bus: use virtio wrappers to access headersRusty Russell1-15/+31
2014-06-29virtio-serial: implement per-device migration callsGreg Kurz1-14/+20
2014-06-29virtio: introduce device specific migration callsGreg Kurz1-1/+1
2014-06-29virtio-serial: don't migrate the config spaceAlexander Graf1-10/+6
2014-06-24virtio-serial: remove useless set_config functionPaolo Bonzini1-8/+0
2014-03-13virtio-serial-port: Convert to QOM realize/unrealizeAndreas Färber1-25/+26
2013-12-09virtio: Convert exit to unrealizeAndreas Färber1-4/+5
2013-12-09virtio-serial: Convert to QOM realizeAndreas Färber1-8/+8
2013-12-09virtio-serial: QOM realize preparationsAndreas Färber1-5/+7
2013-12-09virtio-serial: switch exit callback to VirtioDeviceClassPaolo Bonzini1-6/+4
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber1-2/+2
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-5/+5
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+2
2013-05-03virtio-serial: fix command line compatibility.KONRAD Frederic1-1/+2
2013-04-24virtio: cleanup: init and exit function.KONRAD Frederic1-1/+1
2013-04-24virtio: remove the function pointer.KONRAD Frederic1-6/+0
2013-04-15virtio-serial: cleanup: remove qdev field.KONRAD Frederic1-2/+0
2013-04-15virtio-serial: cleanup: use QOM casts.KONRAD Frederic1-24/+26
2013-04-15virtio-serial: cleanup: init and exit functions.KONRAD Frederic1-73/+21
2013-04-15virtio-serial: add the virtio-serial device.KONRAD Frederic1-7/+88
2013-04-08hw: move virtio devices to hw/ subdirectoriesPaolo Bonzini1-0/+1018