Sign in
qemu
/
qemu
/
32c81a4a6ecc3f50efc9c270a269e4d3d8a9fbd5
/
hw
/
virtio-serial-bus.c
23797df
Merge remote-tracking branch 'mjt/mjt-iov2' into staging
by Anthony Liguori
· 13 years ago
0d93692
qdev: Convert busses to QEMU Object Model
by Anthony Liguori
· 13 years ago
bce5447
qdev: Move bus properties to abstract superclasses
by Paolo Bonzini
· 13 years ago
3cb75a7
qdev: Move bus properties to a separate global
by Paolo Bonzini
· 13 years ago
dcf6f5e
change iov_* function prototypes to be more appropriate
by Michael Tokarev
· 13 years ago
45270ad
virtio-serial-bus: use correct lengths in control_out() message
by Michael Tokarev
· 13 years ago
2a633c4
virtio: check virtio_load return code
by Orit Wassermann
· 13 years ago
4399722
virtio-serial-bus: Unset guest_connected at reset and driver reset
by Amit Shah
· 13 years ago
62a9fbf
virtio-serial-bus: fix guest_connected init before driver init
by Alon Levy
· 13 years ago
83f7d43
qom: Unify type registration
by Andreas Färber
· 13 years ago
d307af7
qdev: kill off DeviceInfo
by Anthony Liguori
· 13 years ago
39bffca
qdev: register all types natively through QEMU Object Model
by Anthony Liguori
· 13 years ago
f82e35e
virtio-serial: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
30fbb9f
qdev: move qdev->info to class
by Anthony Liguori
· 13 years ago
6b620ca
prepare for future GPLv2+ relicensing
by Paolo Bonzini
· 13 years ago
ed8e5a8
virtio-console: Fix failure on unconnected pty
by Christian Borntraeger
· 13 years ago
03ecd2c
virtio-serial-bus: Ports are expected to implement 'have_data' callback
by Amit Shah
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
d6cca4b
virtio-serial: Turn props any virtio-serial-bus device must have into bus props
by Markus Armbruster
· 14 years ago
021a131
virtio-serial: Clean up virtser_bus_dev_print() output
by Markus Armbruster
· 14 years ago
bf1cd9b
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 14 years ago
348e7b8
iov: Update parameter usage in iov_(to|from)_buf()
by Hannes Reinecke
· 14 years ago
95c9cde
virtio-serial-bus: Fix trailing \n in error_report string
by Amit Shah
· 14 years ago
49e3fdd
virtio-serial-bus: Add trace events
by Amit Shah
· 14 years ago
c45d1fc
Merge remote-tracking branch 'amit/for-anthony' into staging
by Anthony Liguori
· 14 years ago
d2e4d08
virtio-serial: Fix segfault on guest boot
by Luiz Capitulino
· 14 years ago
6daf194
Strip trailing '\n' from error_report()'s first argument
by Markus Armbruster
· 14 years ago
a15bb0d
virtio-serial: Drop redundant VirtIOSerialPort member info
by Markus Armbruster
· 14 years ago
2a3d57c
virtio-serial: Clean up virtconsole detection
by Markus Armbruster
· 14 years ago
5e52e5f
virtio-serial: Plug memory leak on qdev exit()
by Markus Armbruster
· 14 years ago
199646d
virtio-serial-bus: use bh for unthrottling
by Alon Levy
· 14 years ago
5c1c9bb
virtio-serial: Fix endianness bug in the config space
by Alexey Kardashevskiy
· 14 years ago
fbe0c55
virtio-serial: don't crash on invalid input
by Michael S. Tsirkin
· 14 years ago
e9b382b
virtio-serial-bus: Simplify handle_output() function
by Amit Shah
· 14 years ago
6b331ef
virtio-serial: Use a struct to pass config information from proxy
by Amit Shah
· 14 years ago
a43f9c9
virtio-serial: kill VirtIOSerialDevice
by Gerd Hoffmann
· 14 years ago
7185f93
virtio-serial: Make sure virtqueue is ready before discarding data
by Amit Shah
· 14 years ago
e54b7f5
Merge remote branch 'amit/for-anthony' into staging
by Anthony Liguori
· 14 years ago
37f95bf
virtio-serial: save/restore new fields in port struct
by Amit Shah
· 14 years ago
f1925df
virtio-serial: Add support for flow control
by Amit Shah
· 14 years ago
471344d
virtio-serial: Don't copy over guest buffer to host
by Amit Shah
· 14 years ago
6bff865
virtio-serial: move out discard logic in a separate function
by Amit Shah
· 14 years ago
a01a9cb
virtio-serial-bus: bump up control vq size to 32
by Amit Shah
· 14 years ago
8b53a86
virtio-serial: Cleanup on device hot-unplug
by Amit Shah
· 15 years ago
5ab4bb5
virtio-serial: Check if more max_ports specified than we can handle
by Amit Shah
· 15 years ago
fd11a78
virtio-serial: Assert for virtio queue ready before virtqueue operations
by Amit Shah
· 15 years ago
6b611d3
virtio-serial: Check if virtio queue is ready before consuming data
by Amit Shah
· 15 years ago
0be71e3
savevm: Add DeviceState param
by Alex Williamson
· 15 years ago
f83ccb3
virtio-serial: Simplify virtio_serial_load()
by Markus Armbruster
· 15 years ago
a132a67
virtio-serial-bus: fix ports_map allocation on init
by Alon Levy
· 15 years ago
a1c5975
virtio-serial: Fix check for 'assert'; prevent NULL derefs
by Amit Shah
· 15 years ago
9ed7b05
virtio-serial: Implement flow control for individual ports
by Amit Shah
· 15 years ago
a69c760
virtio-serial: Discard data that guest sends us when ports aren't connected
by Amit Shah
· 15 years ago
1e4476a
virtio-serial: Apps should consume all data that guest sends out / Fix virtio api abuse
by Amit Shah
· 15 years ago
e85ba9b
virtio-serial: Handle scatter/gather input from the guest
by Amit Shah
· 15 years ago
e61da14
virtio-serial: Handle scatter-gather buffers for control messages
by Amit Shah
· 15 years ago
e4d5639
iov: Introduce a new file for helpers around iovs, add iov_from_buf()
by Amit Shah
· 15 years ago
3ecb45f
virtio-serial: Send out guest data to ports only if port is opened
by Amit Shah
· 15 years ago
4048c7c
virtio-serial: Propagate errors in initialising ports / devices in guest
by Amit Shah
· 15 years ago
71c092e
virtio-serial: Update copyright year to 2010
by Amit Shah
· 15 years ago
e30f328
virtio-serial: Remove redundant check for 0-sized write request
by Amit Shah
· 15 years ago
306eb45
virtio-serial: whitespace: match surrounding code
by Amit Shah
· 15 years ago
055b889
virtio-serial: Use control messages to notify guest of new ports
by Amit Shah
· 15 years ago
31abe21
virtio-serial: save/load: Send target host connection status if different
by Amit Shah
· 15 years ago
16af2e3
virtio-serial: save/load: Ensure we have hot-plugged ports instantiated
by Amit Shah
· 15 years ago
295587f
virtio-serial: save/load: Ensure nr_ports on src and dest are same.
by Amit Shah
· 15 years ago
e245795
virtio-serial: save/load: Ensure target has enough ports
by Amit Shah
· 15 years ago
1ecda02
error: Replace qemu_error() by error_report()
by Markus Armbruster
· 15 years ago
ee4d45b
virtio-serial: don't set MULTIPORT for 1 port dev
by Michael S. Tsirkin
· 15 years ago
9ae84f0
virtio-serial-bus: Fix bus initialisation and allow for bus identification
by Amit Shah
· 15 years ago
f146ec9
virtio-serial-bus: Add ability to hot-unplug ports
by Amit Shah
· 15 years ago
160600f
virtio-serial-bus: Add a port 'name' property for port discovery in guests
by Amit Shah
· 15 years ago
6663a19
virtio-serial-bus: Maintain guest and host port open/close state
by Amit Shah
· 15 years ago
98b1925
virtio-console: qdev conversion, new virtio-serial-bus
by Amit Shah
· 15 years ago