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
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
2015-02-26
virtio-serial-bus.c: drop virtio_ids.h
Michael S. Tsirkin
1
-1
/
+0
2015-02-26
virtio: add feature checking helpers
Cornelia Huck
1
-1
/
+1
2015-02-26
virtio: feature bit manipulation helpers
Cornelia Huck
1
-1
/
+1
2015-02-26
virtio-serial: switch to standard-headers
Michael S. Tsirkin
1
-0
/
+1
2015-02-10
virtio: Fix warning caused by missing 'static' attribute
Stefan Weil
1
-1
/
+1
2015-01-05
virtio-serial: Don't keep a persistent copy of config space
David Gibson
1
-15
/
+14
2015-01-05
virtio_serial: Don't use vser->config.max_nr_ports internally
David Gibson
1
-12
/
+4
2014-11-07
virtio-serial: avoid crash when port has no name
Marc-André Lureau
1
-1
/
+1
2014-10-15
virtio-serial: Convert to hotplug-handler API
Igor Mammedov
1
-5
/
+15
2014-08-18
virtio-serial: search for duplicate port names before adding new ports
Amit Shah
1
-0
/
+22
2014-08-18
virtio-serial: create a linked list of all active devices
Amit Shah
1
-0
/
+10
2014-07-16
virtio-serial-bus: keep port 0 reserved for virtconsole even on unplug
Amit Shah
1
-3
/
+11
2014-06-29
virtio-serial-bus: use virtio wrappers to access headers
Rusty Russell
1
-15
/
+31
2014-06-29
virtio-serial: implement per-device migration calls
Greg Kurz
1
-14
/
+20
2014-06-29
virtio: introduce device specific migration calls
Greg Kurz
1
-1
/
+1
2014-06-29
virtio-serial: don't migrate the config space
Alexander Graf
1
-10
/
+6
2014-06-24
virtio-serial: remove useless set_config function
Paolo Bonzini
1
-8
/
+0
[next]