From: balrog Date: Tue, 11 Dec 2007 22:15:29 +0000 (+0000) Subject: IDE should send irq after WIN_DIAGNOSE (Tristan Gingold). X-Git-Tag: release_0_9_1~88 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=9249d2921c48cfaf18b7fdd72bb36dc28a505173;p=xenclient%2Fioemu.git IDE should send irq after WIN_DIAGNOSE (Tristan Gingold). --- diff --git a/hw/ide.c b/hw/ide.c index 2183f314..13a880be 100644 --- a/hw/ide.c +++ b/hw/ide.c @@ -2042,6 +2042,7 @@ static void ide_ioport_write(void *opaque, uint32_t addr, uint32_t val) 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)