index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
char
/
virtio-serial-bus.c
Age
Commit message (
Expand
)
Author
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-05
virtio-serial-bus: fix memory leak while attach virtio-serial-bus
Pan Nengyuan
2019-10-25
virtio: basic packed virtqueue support
Jason Wang
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
Include migration/qemu-file-types.h a lot less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-02-17
qdev: pass an Object * to qbus_set_hotplug_handler()
Michael Roth
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
2018-10-02
virtio: do not take address of packed members
Paolo Bonzini
2018-04-09
virtio-serial: fix heap-over-flow
linzhecheng
2017-09-21
virtio-serial: add enable_backend callback
Pavel Butsykin
2017-08-31
virtio-serial: use DIV_ROUND_UP
Marc-André Lureau
2017-06-02
virtio-serial: fix segfault on disconnect
Stefan Hajnoczi
2017-06-02
virtio-serial-bus: Unset hotplug handler when unrealize
Ladi Prosek
2017-03-16
virtio-serial-bus: Delete timer from list before free it
zhanghailiang
2017-01-10
virtio: convert to use DMA api
Jason Wang
2016-10-10
virtio: cleanup VMSTATE_VIRTIO_DEVICE
Halil Pasic
2016-10-10
virtio-serial: convert VMSTATE_VIRTIO_DEVICE
Halil Pasic
2016-10-10
virtio-serial: add missing virtio_detach_element() call
Stefan Hajnoczi
2016-10-10
virtio-serial: enable virtio console emergency write feature
Sascha Silbe
2016-10-10
virtio-serial: add plumbing for virtio console emergency write support
Sascha Silbe
2016-07-21
virtio-serial: Wrap in vmstate
Dr. David Alan Gilbert
2016-07-21
virtio-serial: Remove old migration version support
Dr. David Alan Gilbert
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-02-06
virtio: introduce qemu_get/put_virtqueue_element
Paolo Bonzini
2016-02-06
virtio: move allocation to virtqueue_pop/vring_pop
Paolo Bonzini
2016-01-29
virtio: Clean up includes
Peter Maydell
2016-01-13
virtio serial port: fix to incomplete QOMify
Cao jin
2015-10-29
virtio-serial: convert to virtio_map
Michael S. Tsirkin
2015-09-10
virtio: avoid leading underscores for helpers
Cornelia Huck
2015-07-27
virtio: get_features() can fail
Jason Wang
2015-07-27
virtio-serial: fix ANY_LAYOUT
Michael S. Tsirkin
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-10
virtio-serial-bus: move qdev properties into virtio-serial-bus.c
Shannon Zhao
2015-06-01
virtio: make features 64bit wide
Gerd Hoffmann
2015-05-31
virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAX
Jason Wang
2015-04-28
Convert ffs() != 0 callers to ctz32()
Stefan Hajnoczi
2015-03-25
virtio-serial: fix virtio config size
Michael S. Tsirkin
2015-03-19
virtio: serial: expose a 'guest_writable' callback for users
Amit Shah
2015-03-11
virtio-serial: fix segfault on NULL port names
Amit Shah
2015-02-26
virtio-serial-bus.c: drop virtio_ids.h
Michael S. Tsirkin
2015-02-26
virtio: add feature checking helpers
Cornelia Huck
2015-02-26
virtio: feature bit manipulation helpers
Cornelia Huck
2015-02-26
virtio-serial: switch to standard-headers
Michael S. Tsirkin
2015-02-10
virtio: Fix warning caused by missing 'static' attribute
Stefan Weil
2015-01-05
virtio-serial: Don't keep a persistent copy of config space
David Gibson
2015-01-05
virtio_serial: Don't use vser->config.max_nr_ports internally
David Gibson
2014-11-07
virtio-serial: avoid crash when port has no name
Marc-André Lureau
2014-10-15
virtio-serial: Convert to hotplug-handler API
Igor Mammedov
[next]