search for: max_mult_sector

Displaying 1 result from an estimated 1 matches for "max_mult_sector".

Did you mean: max_mult_sectors
2008 Mar 21
1
Re: [Xen-bugs] [Bug 1194] both Linux and Windows hvm guest can not boot up
...t; --- a/tools/ioemu/hw/ide.c Thu Mar 20 17:45:00 2008 +0000 > +++ b/tools/ioemu/hw/ide.c Thu Mar 20 17:47:05 2008 +0000 > @@ -1823,7 +1823,6 @@ static void ide_ioport_write(void *opaqu > break; > case WIN_SETMULT: > if (s->nsector > MAX_MULT_SECTORS || > - s->nsector == 0 || > (s->nsector & (s->nsector - 1)) != 0) { > ide_abort_command(s); > } else { > > If revert c/s 17266, WinXP guest can boot up, but Linux still can''t. Oh, that'...