aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio-serial-bus.c
AgeCommit message (Expand)Author
2010-04-28virtio-serial: save/load: Send target host connection status if differentAmit Shah
2010-04-28virtio-serial: save/load: Ensure we have hot-plugged ports instantiatedAmit Shah
2010-04-28virtio-serial: save/load: Ensure nr_ports on src and dest are same.Amit Shah
2010-04-28virtio-serial: save/load: Ensure target has enough portsAmit Shah
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster
2010-02-19virtio-serial: don't set MULTIPORT for 1 port devMichael S. Tsirkin
2010-01-29virtio-serial-bus: Fix bus initialisation and allow for bus identificationAmit Shah
2010-01-20virtio-serial-bus: Add ability to hot-unplug portsAmit Shah
2010-01-20virtio-serial-bus: Add a port 'name' property for port discovery in guestsAmit Shah
2010-01-20virtio-serial-bus: Maintain guest and host port open/close stateAmit Shah
2010-01-20virtio-console: qdev conversion, new virtio-serial-busAmit Shah