From: Laszlo Ersek <lersek@redhat.com>
To: Bug 1276879 <1276879@bugs.launchpad.net>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [Bug 1276879] [NEW] lots of dma command 10, 14 not supported
Date: Thu, 06 Feb 2014 02:46:56 +0100 [thread overview]
Message-ID: <52F2E990.7040605@redhat.com> (raw)
In-Reply-To: <20140206011459.1483.59437.malonedeb@wampee.canonical.com>
On 02/06/14 02:14, tyler knosis wrote:
> Public bug reported:
>
> Trying to install NeXTSTEP 3.3 onto a 2GB file with QEMU 1.7.0.
> In the terminal that started QEMU, there are a lot of
> dma: command 10 not supported
> and
> dma: command 14 not supported
> messages.
These correspond to
CMD_CYCLIC_PRIORITY
and
CMD_CYCLIC_PRIORITY | CMD_BLOCK_CONTROLLER
in write_cont() [hw/dma/i8257.c]. They are not supported (see
CMD_NOT_SUPPORTED in the same file).
> When the installation of NeXTSTEP gets to
> 'preparing disk for nextstep installation', there are a lot
> of messages that ATA command c5 failed and other info.
> The result is a failed installation.
0xC5 is WIN_MULTWRITE ("write sectors using multiple mode"), and it
seems to hook into DMA.
> Is this a bug in QEMU?
Probably not, it's more likely "incomplete" DMA emulation ("lack of
support").
> Is there a workaround, e.g. by
> disabling DMA altogether?
It's worth a try I guess, if you can figure out a way how to do that.
FWIW, ide_identify() appears to report unconditional support for:
- single word dma0-2
- mdma0-2
- udma5
(I have no clue about IDE or DMA btw.)
Laszlo
next prev parent reply other threads:[~2014-02-06 1:47 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-06 1:14 [Qemu-devel] [Bug 1276879] [NEW] lots of dma command 10, 14 not supported tyler knosis
2014-02-06 1:46 ` Laszlo Ersek [this message]
2014-02-06 1:47 ` [Qemu-devel] [Bug 1276879] " tyler knosis
2014-02-06 16:51 ` tyler knosis
2014-02-06 20:58 ` BALATON Zoltan
2014-02-07 18:54 ` tyler knosis
2014-02-07 21:39 ` BALATON Zoltan
2014-02-08 2:19 ` tyler knosis
2014-02-08 10:59 ` BALATON Zoltan
2014-02-08 18:13 ` tyler knosis
2014-02-08 18:22 ` BALATON Zoltan
2014-02-08 18:59 ` tyler knosis
2014-02-08 23:28 ` tyler knosis
2017-10-28 13:49 ` Thomas Huth
2017-12-28 4:17 ` Launchpad Bug Tracker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52F2E990.7040605@redhat.com \
--to=lersek@redhat.com \
--cc=1276879@bugs.launchpad.net \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.