* [PATCH] ioemu: IDE should accept SETMULT 0
@ 2008-03-20 15:02 Samuel Thibault
0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2008-03-20 15:02 UTC (permalink / raw)
To: xen-devel
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 {
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-20 15:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-20 15:02 [PATCH] ioemu: IDE should accept SETMULT 0 Samuel Thibault
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.