Displaying 1 result from an estimated 1 matches for "win_setmult".
2008 Mar 21
1
Re: [Xen-bugs] [Bug 1194] both Linux and Windows hvm guest can not boot up
...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);
> } else {
>
> If revert c/s 17266, WinXP guest can b...