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
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
2011-02-01
Merge remote branch 'amit/for-anthony' into staging
Anthony Liguori
1
-22
/
+101
2011-01-20
virtio-serial: save/restore new fields in port struct
Amit Shah
1
-2
/
+40
2011-01-20
virtio-serial: Add support for flow control
Amit Shah
1
-11
/
+38
2011-01-20
virtio-serial: Don't copy over guest buffer to host
Amit Shah
1
-7
/
+8
2011-01-20
virtio-serial: move out discard logic in a separate function
Amit Shah
1
-17
/
+30
2011-01-12
virtio-serial-bus: bump up control vq size to 32
Amit Shah
1
-2
/
+8
2010-08-22
virtio-serial: Cleanup on device hot-unplug
Amit Shah
1
-0
/
+17
2010-07-30
virtio-serial: Check if more max_ports specified than we can handle
Amit Shah
1
-1
/
+9
2010-07-13
virtio-serial: Assert for virtio queue ready before virtqueue operations
Amit Shah
1
-0
/
+1
2010-07-13
virtio-serial: Check if virtio queue is ready before consuming data
Amit Shah
1
-0
/
+3
2010-07-06
savevm: Add DeviceState param
Alex Williamson
1
-1
/
+1
2010-06-30
virtio-serial: Simplify virtio_serial_load()
Markus Armbruster
1
-9
/
+3
2010-06-01
virtio-serial-bus: fix ports_map allocation on init
Alon Levy
1
-1
/
+2
2010-05-03
virtio-serial: Fix check for 'assert'; prevent NULL derefs
Amit Shah
1
-1
/
+1
2010-04-28
virtio-serial: Implement flow control for individual ports
Amit Shah
1
-6
/
+44
2010-04-28
virtio-serial: Discard data that guest sends us when ports aren't connected
Amit Shah
1
-37
/
+32
2010-04-28
virtio-serial: Apps should consume all data that guest sends out / Fix virtio...
Amit Shah
1
-3
/
+3
2010-04-28
virtio-serial: Handle scatter/gather input from the guest
Amit Shah
1
-4
/
+8
2010-04-28
virtio-serial: Handle scatter-gather buffers for control messages
Amit Shah
1
-3
/
+28
2010-04-28
iov: Introduce a new file for helpers around iovs, add iov_from_buf()
Amit Shah
1
-8
/
+7
2010-04-28
virtio-serial: Send out guest data to ports only if port is opened
Amit Shah
1
-0
/
+5
2010-04-28
virtio-serial: Propagate errors in initialising ports / devices in guest
Amit Shah
1
-0
/
+10
[next]