[Qemu-devel] [PATCH] floppy: save and restore DIR register

2011-03-24 Thread Jason Wang
We need to keep DIR register unchanged across migration, but currently it depends on the media_changed flags from block layer and we do not save/restore it which could let the guest driver think the floppy have changed after migration. To fix this, a new filed media_changed in FDrive strcutre was i

[Qemu-devel] Re: [PATCH] virtio-serial: Print out reason for aborting before calling abort()

2011-03-24 Thread Amit Shah
On (Fri) 25 Mar 2011 [11:54:02], Amit Shah wrote: > When a port returns an error for not consuming data, we can only handle > the -EAGAIN error type. Any other error isn't handled. Print out a > message indicating this and the error returned. > > Signed-off-by: Amit Shah > --- > hw/virtio-seri

[Qemu-devel] [PATCH v2] virtio-serial: Print out reason for aborting before calling abort()

2011-03-24 Thread Amit Shah
When a port returns an error for not consuming data, we can only handle the -EAGAIN error type. Any other error isn't handled. Print out a message indicating this and the error returned. Signed-off-by: Amit Shah --- hw/virtio-serial-bus.c |2 ++ 1 files changed, 2 insertions(+), 0 deletion

<    1   2