search for: ide_ioport_writ

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

Did you mean: ide_ioport_write
2008 Mar 21
1
Re: [Xen-bugs] [Bug 1194] both Linux and Windows hvm guest can not boot up
...y be related to c/s #17266 which says that IDE should accept SETMUL > 0 as upstream qemu now does. It is following: > > --- 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); >...