summaryrefslogtreecommitdiff
path: root/hw/char/virtio-serial-bus.c
AgeCommit message (Expand)Author
2018-04-09virtio-serial: fix heap-over-flowlinzhecheng
2017-09-21virtio-serial: add enable_backend callbackPavel Butsykin
2017-08-31virtio-serial: use DIV_ROUND_UPMarc-André Lureau
2017-06-02virtio-serial: fix segfault on disconnectStefan Hajnoczi
2017-06-02virtio-serial-bus: Unset hotplug handler when unrealizeLadi Prosek
2017-03-16virtio-serial-bus: Delete timer from list before free itzhanghailiang
2017-01-10virtio: convert to use DMA apiJason Wang
2016-10-10virtio: cleanup VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10virtio-serial: convert VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10virtio-serial: add missing virtio_detach_element() callStefan Hajnoczi
2016-10-10virtio-serial: enable virtio console emergency write featureSascha Silbe
2016-10-10virtio-serial: add plumbing for virtio console emergency write supportSascha Silbe
2016-07-21virtio-serial: Wrap in vmstateDr. David Alan Gilbert
2016-07-21virtio-serial: Remove old migration version supportDr. David Alan Gilbert
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
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