virtio-serial: Propagate errors in initialising ports / devices in guest
authorAmit Shah <amit.shah@redhat.com>
Tue, 27 Apr 2010 12:34:03 +0000 (18:04 +0530)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 28 Apr 2010 13:58:21 +0000 (08:58 -0500)
commit9a7446350cf28a86beb0556f45058e680f75a04f
tree733b70bb0807112738c0cc4f3555f3bf92bb1ee1
parent7e955ab2a63af13ba77e67669386cf9a0d05c97a
virtio-serial: Propagate errors in initialising ports / devices in guest

If adding of ports or devices in the guest fails we can send out a QMP
event so that management software can deal with it.

Signed-off-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/virtio-serial-bus.c