Samuel Thibault
2008-Mar-20 15:02 UTC
[Xen-devel] [PATCH] ioemu: IDE should accept SETMULT 0
ioemu: IDE should accept SETMULT 0 as upstream qemu now does Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com> diff -r dc1fe3bd1393 tools/ioemu/hw/ide.c --- a/tools/ioemu/hw/ide.c Thu Mar 20 10:53:10 2008 +0000 +++ b/tools/ioemu/hw/ide.c Thu Mar 20 14:58:22 2008 +0000 @@ -1823,7 +1823,6 @@ break; case WIN_SETMULT: if (s->nsector > MAX_MULT_SECTORS || - s->nsector == 0 || (s->nsector & (s->nsector - 1)) != 0) { ide_abort_command(s); } else { _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel