summaryrefslogtreecommitdiff
path: root/hw/char/virtio-serial-bus.c
AgeCommit message (Expand)Author
2016-02-06virtio: introduce qemu_get/put_virtqueue_elementPaolo Bonzini
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini
2016-01-29virtio: Clean up includesPeter Maydell
2016-01-13virtio serial port: fix to incomplete QOMifyCao jin
2015-10-29virtio-serial: convert to virtio_mapMichael S. Tsirkin
2015-09-10virtio: avoid leading underscores for helpersCornelia Huck
2015-07-27virtio: get_features() can failJason Wang
2015-07-27virtio-serial: fix ANY_LAYOUTMichael S. Tsirkin
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-06-10virtio-serial-bus: move qdev properties into virtio-serial-bus.cShannon Zhao
2015-06-01virtio: make features 64bit wideGerd Hoffmann
2015-05-31virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAXJason Wang
2015-04-28Convert ffs() != 0 callers to ctz32()Stefan Hajnoczi
2015-03-25virtio-serial: fix virtio config sizeMichael S. Tsirkin
2015-03-19virtio: serial: expose a 'guest_writable' callback for usersAmit Shah
2015-03-11virtio-serial: fix segfault on NULL port namesAmit Shah
2015-02-26virtio-serial-bus.c: drop virtio_ids.hMichael S. Tsirkin
2015-02-26virtio: add feature checking helpersCornelia Huck
2015-02-26virtio: feature bit manipulation helpersCornelia Huck
2015-02-26virtio-serial: switch to standard-headersMichael S. Tsirkin
2015-02-10virtio: Fix warning caused by missing 'static' attributeStefan Weil
2015-01-05virtio-serial: Don't keep a persistent copy of config spaceDavid Gibson
2015-01-05virtio_serial: Don't use vser->config.max_nr_ports internallyDavid Gibson
2014-11-07virtio-serial: avoid crash when port has no nameMarc-André Lureau
2014-10-15virtio-serial: Convert to hotplug-handler APIIgor Mammedov
2014-08-18virtio-serial: search for duplicate port names before adding new portsAmit Shah
2014-08-18virtio-serial: create a linked list of all active devicesAmit Shah
2014-07-16virtio-serial-bus: keep port 0 reserved for virtconsole even on unplugAmit Shah
2014-06-29virtio-serial-bus: use virtio wrappers to access headersRusty Russell
2014-06-29virtio-serial: implement per-device migration callsGreg Kurz
2014-06-29virtio: introduce device specific migration callsGreg Kurz
2014-06-29virtio-serial: don't migrate the config spaceAlexander Graf
2014-06-24virtio-serial: remove useless set_config functionPaolo Bonzini
2014-03-13virtio-serial-port: Convert to QOM realize/unrealizeAndreas Färber
2013-12-09virtio: Convert exit to unrealizeAndreas Färber
2013-12-09virtio-serial: Convert to QOM realizeAndreas Färber
2013-12-09virtio-serial: QOM realize preparationsAndreas Färber
2013-12-09virtio-serial: switch exit callback to VirtioDeviceClassPaolo Bonzini
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-05-03virtio-serial: fix command line compatibility.KONRAD Frederic
2013-04-24virtio: cleanup: init and exit function.KONRAD Frederic
2013-04-24virtio: remove the function pointer.KONRAD Frederic
2013-04-15virtio-serial: cleanup: remove qdev field.KONRAD Frederic
2013-04-15virtio-serial: cleanup: use QOM casts.KONRAD Frederic
2013-04-15virtio-serial: cleanup: init and exit functions.KONRAD Frederic
2013-04-15virtio-serial: add the virtio-serial device.KONRAD Frederic
2013-04-08hw: move virtio devices to hw/ subdirectoriesPaolo Bonzini