search for: ide_abort_command

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

2008 Mar 21
1
Re: [Xen-bugs] [Bug 1194] both Linux and Windows hvm guest can not boot up
...@ 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''s pretty odd that it doesn''t like it... Well then OK, please revert it (it was mostly meant to fix a scary but harmless warning in the Linux hda init...