From: Jack Lange Date: Tue, 18 Jan 2011 20:20:56 +0000 (-0600) Subject: one more fix to the IDE layer X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=commitdiff_plain;h=bd0be459f4bbfe75bdfaf7f497a671dd0698550b;p=palacios.git one more fix to the IDE layer --- diff --git a/palacios/src/devices/ide.c b/palacios/src/devices/ide.c index 425441a..ef42d61 100644 --- a/palacios/src/devices/ide.c +++ b/palacios/src/devices/ide.c @@ -1173,6 +1173,8 @@ static int read_cd_data(uint8_t * dst, uint_t length, struct ide_internal * ide, } } else { // This was the final read of the request + + drive->req_len = 0; channel->status.data_req = 0; channel->status.ready = 1;