index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
char
/
virtio-serial-bus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-16
virtio: drop name parameter for virtio_init()
Jonah Palmer
1
-2
/
+1
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-4
/
+2
2021-09-30
qbus: Rename qbus_create_inplace() to qbus_init()
Peter Maydell
1
-2
/
+2
2021-05-02
hw: Do not include hw/sysbus.h if it is not necessary
Thomas Huth
1
-1
/
+0
2021-01-08
Remove superfluous timer_del() calls
Peter Maydell
1
-2
/
+0
2020-08-27
virtio-serial-bus: Move QOM macros to header
Eduardo Habkost
1
-4
/
+0
2020-07-02
qdev: Drop qbus_set_hotplug_handler() parameter @errp
Markus Armbruster
1
-2
/
+2
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
1
-4
/
+4
2020-03-29
virtio-serial-bus: Plug memory leak on realize() error paths
Pan Nengyuan
1
-1
/
+1
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-2
/
+2
2020-01-05
virtio-serial-bus: fix memory leak while attach virtio-serial-bus
Pan Nengyuan
1
-0
/
+8
2019-10-25
virtio: basic packed virtqueue support
Jason Wang
1
-1
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include migration/qemu-file-types.h a lot less
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-02-17
qdev: pass an Object * to qbus_set_hotplug_handler()
Michael Roth
1
-1
/
+1
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
1
-1
/
+1
2018-10-02
virtio: do not take address of packed members
Paolo Bonzini
1
-3
/
+3
2018-04-09
virtio-serial: fix heap-over-flow
linzhecheng
1
-2
/
+5
2017-09-21
virtio-serial: add enable_backend callback
Pavel Butsykin
1
-0
/
+7
2017-08-31
virtio-serial: use DIV_ROUND_UP
Marc-André Lureau
1
-4
/
+4
2017-06-02
virtio-serial: fix segfault on disconnect
Stefan Hajnoczi
1
-0
/
+3
2017-06-02
virtio-serial-bus: Unset hotplug handler when unrealize
Ladi Prosek
1
-0
/
+3
2017-03-16
virtio-serial-bus: Delete timer from list before free it
zhanghailiang
1
-0
/
+1
2017-01-10
virtio: convert to use DMA api
Jason Wang
1
-1
/
+2
2016-10-10
virtio: cleanup VMSTATE_VIRTIO_DEVICE
Halil Pasic
1
-2
/
+0
2016-10-10
virtio-serial: convert VMSTATE_VIRTIO_DEVICE
Halil Pasic
1
-7
/
+11
2016-10-10
virtio-serial: add missing virtio_detach_element() call
Stefan Hajnoczi
1
-0
/
+14
2016-10-10
virtio-serial: enable virtio console emergency write feature
Sascha Silbe
1
-3
/
+9
2016-10-10
virtio-serial: add plumbing for virtio console emergency write support
Sascha Silbe
1
-0
/
+37
2016-07-21
virtio-serial: Wrap in vmstate
Dr. David Alan Gilbert
1
-21
/
+6
2016-07-21
virtio-serial: Remove old migration version support
Dr. David Alan Gilbert
1
-22
/
+15
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-02-06
virtio: introduce qemu_get/put_virtqueue_element
Paolo Bonzini
1
-7
/
+3
2016-02-06
virtio: move allocation to virtqueue_pop/vring_pop
Paolo Bonzini
1
-30
/
+50
2016-01-29
virtio: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-13
virtio serial port: fix to incomplete QOMify
Cao jin
1
-1
/
+1
2015-10-29
virtio-serial: convert to virtio_map
Michael S. Tsirkin
1
-4
/
+1
2015-09-10
virtio: avoid leading underscores for helpers
Cornelia Huck
1
-1
/
+1
2015-07-27
virtio: get_features() can fail
Jason Wang
1
-1
/
+2
2015-07-27
virtio-serial: fix ANY_LAYOUT
Michael S. Tsirkin
1
-1
/
+2
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
1
-0
/
+1
2015-06-10
virtio-serial-bus: move qdev properties into virtio-serial-bus.c
Shannon Zhao
1
-1
/
+2
2015-06-01
virtio: make features 64bit wide
Gerd Hoffmann
1
-1
/
+1
2015-05-31
virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAX
Jason Wang
1
-1
/
+1
2015-04-28
Convert ffs() != 0 callers to ctz32()
Stefan Hajnoczi
1
-4
/
+4
2015-03-25
virtio-serial: fix virtio config size
Michael S. Tsirkin
1
-1
/
+3
2015-03-19
virtio: serial: expose a 'guest_writable' callback for users
Amit Shah
1
-0
/
+31
2015-03-11
virtio-serial: fix segfault on NULL port names
Amit Shah
1
-1
/
+1
[next]