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
/
virtio-serial-bus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-10
Make all static TypeInfos const
Andreas Färber
1
-1
/
+1
2012-12-19
Merge remote-tracking branch 'bonzini/header-dirs' into staging
Anthony Liguori
1
-3
/
+3
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-2
/
+2
2012-12-19
monitor: move include files to include/monitor/
Paolo Bonzini
1
-1
/
+1
2012-12-18
virtio-serial-bus: assert port is non-null in remove_port()
Amit Shah
1
-0
/
+6
2012-12-18
virtio-serial-bus: send_control_msg() should not deal with cpkts
Amit Shah
1
-21
/
+18
2012-12-13
virtio-serial: delete timer if active during exit
Amit Shah
1
-0
/
+1
2012-12-13
virtio-serial: allocate post_load only at load-time
Amit Shah
1
-25
/
+38
2012-12-13
virtio-serial: move active ports loading to separate function
Amit Shah
1
-41
/
+55
2012-12-13
virtio-serial: use uint32_t to count ports
Amit Shah
1
-2
/
+2
2012-11-29
virtio: limit avail bytes lookahead
Michael S. Tsirkin
1
-1
/
+1
2012-11-16
virtio-serial-bus: post_load send_event when vm is running
Alon Levy
1
-10
/
+44
2012-09-28
virtio-serial-bus: let chardev know the exact number of bytes requested
Amit Shah
1
-8
/
+3
2012-07-09
Merge remote-tracking branch 'mjt/mjt-iov2' into staging
Anthony Liguori
1
-5
/
+5
2012-06-18
qdev: Convert busses to QEMU Object Model
Anthony Liguori
1
-6
/
+18
2012-06-18
qdev: Move bus properties to abstract superclasses
Paolo Bonzini
1
-1
/
+1
2012-06-18
qdev: Move bus properties to a separate global
Paolo Bonzini
1
-5
/
+7
2012-06-07
change iov_* function prototypes to be more appropriate
Michael Tokarev
1
-3
/
+3
2012-06-07
virtio-serial-bus: use correct lengths in control_out() message
Michael Tokarev
1
-3
/
+3
2012-05-21
virtio: check virtio_load return code
Orit Wassermann
1
-1
/
+5
2012-04-25
virtio-serial-bus: Unset guest_connected at reset and driver reset
Amit Shah
1
-0
/
+28
2012-04-25
virtio-serial-bus: fix guest_connected init before driver init
Alon Levy
1
-8
/
+21
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+2
2012-02-03
qdev: kill off DeviceInfo
Anthony Liguori
1
-1
/
+1
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-9
/
+10
2012-01-27
virtio-serial: convert to QEMU Object Model
Anthony Liguori
1
-27
/
+41
2012-01-27
qdev: move qdev->info to class
Anthony Liguori
1
-3
/
+3
2012-01-13
prepare for future GPLv2+ relicensing
Paolo Bonzini
1
-0
/
+3
2011-12-30
virtio-console: Fix failure on unconnected pty
Christian Borntraeger
1
-1
/
+13
2011-12-21
virtio-serial-bus: Ports are expected to implement 'have_data' callback
Amit Shah
1
-3
/
+3
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-11
/
+11
2011-07-23
virtio-serial: Turn props any virtio-serial-bus device must have into bus props
Markus Armbruster
1
-0
/
+5
2011-07-23
virtio-serial: Clean up virtser_bus_dev_print() output
Markus Armbruster
1
-8
/
+5
2011-07-22
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-1
/
+1
2011-07-18
iov: Update parameter usage in iov_(to|from)_buf()
Hannes Reinecke
1
-1
/
+1
2011-07-18
virtio-serial-bus: Fix trailing \n in error_report string
Amit Shah
1
-1
/
+1
2011-07-18
virtio-serial-bus: Add trace events
Amit Shah
1
-0
/
+7
2011-06-27
Merge remote-tracking branch 'amit/for-anthony' into staging
Anthony Liguori
1
-10
/
+14
2011-06-27
virtio-serial: Fix segfault on guest boot
Luiz Capitulino
1
-10
/
+14
2011-06-24
Strip trailing '\n' from error_report()'s first argument
Markus Armbruster
1
-5
/
+5
2011-05-27
virtio-serial: Drop redundant VirtIOSerialPort member info
Markus Armbruster
1
-16
/
+26
2011-05-27
virtio-serial: Clean up virtconsole detection
Markus Armbruster
1
-2
/
+2
2011-05-27
virtio-serial: Plug memory leak on qdev exit()
Markus Armbruster
1
-18
/
+9
2011-05-27
virtio-serial-bus: use bh for unthrottling
Alon Levy
1
-2
/
+10
2011-04-28
virtio-serial: Fix endianness bug in the config space
Alexey Kardashevskiy
1
-10
/
+13
2011-03-28
virtio-serial: don't crash on invalid input
Michael S. Tsirkin
1
-0
/
+3
2011-03-21
virtio-serial-bus: Simplify handle_output() function
Amit Shah
1
-9
/
+3
2011-03-21
virtio-serial: Use a struct to pass config information from proxy
Amit Shah
1
-8
/
+8
2011-02-24
virtio-serial: kill VirtIOSerialDevice
Gerd Hoffmann
1
-9
/
+6
2011-02-04
virtio-serial: Make sure virtqueue is ready before discarding data
Amit Shah
1
-0
/
+3
[next]