|
| From: | Tristan Gingold |
| Subject: | Re: [Qemu-devel] PATCH: ide.c: send irq for WIN_DIAGNOSE |
| Date: | Mon, 10 Dec 2007 16:29:30 +0100 |
Index: hw/ide.c
===================================================================
RCS file: /sources/qemu/qemu/hw/ide.c,v
retrieving revision 1.72
diff -u -r1.72 ide.c
--- hw/ide.c 18 Nov 2007 01:44:37 -0000 1.72
+++ hw/ide.c 30 Nov 2007 14:02:33 -0000
@@ -2042,6 +2053,7 @@
ide_set_signature(s);
s->status = 0x00; /* NOTE: READY is _not_ set */
s->error = 0x01;
+ ide_set_irq(s);
break;
case WIN_SRST:
if (!s->is_cdrom)
is there a way to reproduce that timeout on the guest OS you are using?
I confirm this fixes the timeout issue. Tristan.
| [Prev in Thread] | Current Thread | [Next in Thread] |