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
*
Remove superfluous timer_del() calls
Peter Maydell
2021-01-08
1
-2
/
+0
*
virtio-serial-bus: Move QOM macros to header
Eduardo Habkost
2020-08-27
1
-4
/
+0
*
qdev: Drop qbus_set_hotplug_handler() parameter @errp
Markus Armbruster
2020-07-02
1
-2
/
+2
*
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
1
-4
/
+4
*
virtio-serial-bus: Plug memory leak on realize() error paths
Pan Nengyuan
2020-03-29
1
-1
/
+1
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-2
/
+2
*
virtio-serial-bus: fix memory leak while attach virtio-serial-bus
Pan Nengyuan
2020-01-05
1
-0
/
+8
*
virtio: basic packed virtqueue support
Jason Wang
2019-10-25
1
-1
/
+1
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include migration/qemu-file-types.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
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
[next]