X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fide.c;h=ef42d61a4265468f604fa42edbbcc2bf4dd95919;hb=5070a2b7685d1fe39072e3d503d07ffb29b3d5b5;hp=425441a7b0817b25dd13dc2da7cfac8b830b8047;hpb=0139d9a5b6beca02fa6c5a44947e1326e2edee24;p=palacios.releases.git 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;