index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
char
/
virtio-serial-bus.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
qdev: pass an Object * to qbus_set_hotplug_handler()
Michael Roth
2019-02-17
1
-1
/
+1
*
avoid TABs in files that only contain a few
Paolo Bonzini
2019-01-11
1
-1
/
+1
*
virtio: do not take address of packed members
Paolo Bonzini
2018-10-02
1
-3
/
+3
*
virtio-serial: fix heap-over-flow
linzhecheng
2018-04-09
1
-2
/
+5
*
virtio-serial: add enable_backend callback
Pavel Butsykin
2017-09-21
1
-0
/
+7
*
virtio-serial: use DIV_ROUND_UP
Marc-André Lureau
2017-08-31
1
-4
/
+4
*
virtio-serial: fix segfault on disconnect
Stefan Hajnoczi
2017-06-02
1
-0
/
+3
*
virtio-serial-bus: Unset hotplug handler when unrealize
Ladi Prosek
2017-06-02
1
-0
/
+3
*
virtio-serial-bus: Delete timer from list before free it
zhanghailiang
2017-03-16
1
-0
/
+1
*
virtio: convert to use DMA api
Jason Wang
2017-01-10
1
-1
/
+2
*
virtio: cleanup VMSTATE_VIRTIO_DEVICE
Halil Pasic
2016-10-10
1
-2
/
+0
*
virtio-serial: convert VMSTATE_VIRTIO_DEVICE
Halil Pasic
2016-10-10
1
-7
/
+11
*
virtio-serial: add missing virtio_detach_element() call
Stefan Hajnoczi
2016-10-10
1
-0
/
+14
*
virtio-serial: enable virtio console emergency write feature
Sascha Silbe
2016-10-10
1
-3
/
+9
*
virtio-serial: add plumbing for virtio console emergency write support
Sascha Silbe
2016-10-10
1
-0
/
+37
*
virtio-serial: Wrap in vmstate
Dr. David Alan Gilbert
2016-07-21
1
-21
/
+6
*
virtio-serial: Remove old migration version support
Dr. David Alan Gilbert
2016-07-21
1
-22
/
+15
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
virtio: introduce qemu_get/put_virtqueue_element
Paolo Bonzini
2016-02-06
1
-7
/
+3
*
virtio: move allocation to virtqueue_pop/vring_pop
Paolo Bonzini
2016-02-06
1
-30
/
+50
*
virtio: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
virtio serial port: fix to incomplete QOMify
Cao jin
2016-01-13
1
-1
/
+1
*
virtio-serial: convert to virtio_map
Michael S. Tsirkin
2015-10-29
1
-4
/
+1
*
virtio: avoid leading underscores for helpers
Cornelia Huck
2015-09-10
1
-1
/
+1
*
virtio: get_features() can fail
Jason Wang
2015-07-27
1
-1
/
+2
*
virtio-serial: fix ANY_LAYOUT
Michael S. Tsirkin
2015-07-27
1
-1
/
+2
*
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-22
1
-0
/
+1
*
virtio-serial-bus: move qdev properties into virtio-serial-bus.c
Shannon Zhao
2015-06-10
1
-1
/
+2
*
virtio: make features 64bit wide
Gerd Hoffmann
2015-06-01
1
-1
/
+1
*
virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAX
Jason Wang
2015-05-31
1
-1
/
+1
*
Convert ffs() != 0 callers to ctz32()
Stefan Hajnoczi
2015-04-28
1
-4
/
+4
*
virtio-serial: fix virtio config size
Michael S. Tsirkin
2015-03-25
1
-1
/
+3
*
virtio: serial: expose a 'guest_writable' callback for users
Amit Shah
2015-03-19
1
-0
/
+31
*
virtio-serial: fix segfault on NULL port names
Amit Shah
2015-03-11
1
-1
/
+1
*
virtio-serial-bus.c: drop virtio_ids.h
Michael S. Tsirkin
2015-02-26
1
-1
/
+0
*
virtio: add feature checking helpers
Cornelia Huck
2015-02-26
1
-1
/
+1
*
virtio: feature bit manipulation helpers
Cornelia Huck
2015-02-26
1
-1
/
+1
*
virtio-serial: switch to standard-headers
Michael S. Tsirkin
2015-02-26
1
-0
/
+1
*
virtio: Fix warning caused by missing 'static' attribute
Stefan Weil
2015-02-10
1
-1
/
+1
*
virtio-serial: Don't keep a persistent copy of config space
David Gibson
2015-01-05
1
-15
/
+14
*
virtio_serial: Don't use vser->config.max_nr_ports internally
David Gibson
2015-01-05
1
-12
/
+4
*
virtio-serial: avoid crash when port has no name
Marc-André Lureau
2014-11-07
1
-1
/
+1
*
virtio-serial: Convert to hotplug-handler API
Igor Mammedov
2014-10-15
1
-5
/
+15
*
virtio-serial: search for duplicate port names before adding new ports
Amit Shah
2014-08-18
1
-0
/
+22
*
virtio-serial: create a linked list of all active devices
Amit Shah
2014-08-18
1
-0
/
+10
*
virtio-serial-bus: keep port 0 reserved for virtconsole even on unplug
Amit Shah
2014-07-16
1
-3
/
+11
*
virtio-serial-bus: use virtio wrappers to access headers
Rusty Russell
2014-06-29
1
-15
/
+31
*
virtio-serial: implement per-device migration calls
Greg Kurz
2014-06-29
1
-14
/
+20
*
virtio: introduce device specific migration calls
Greg Kurz
2014-06-29
1
-1
/
+1
[next]