From: "Hervé Poussineau" <hpoussin@reactos.org>
To: John Snow <jsnow@redhat.com>, qemu-block@nongnu.org
Cc: qemu-devel@nongnu.org
Subject: Re: [PATCH] hw/block/fdc: do not set SEEK status bit in multi track commands
Date: Mon, 1 Jan 2024 22:44:21 +0100 [thread overview]
Message-ID: <10e3fd96-ede1-1e13-2441-779be98cf886@reactos.org> (raw)
In-Reply-To: <20230812085957.408208-1-hpoussin@reactos.org>
Ping.
Le 12/08/2023 à 10:59, Hervé Poussineau a écrit :
> I don't understand when SEEK must be set or not, but it seems to fix Minix...
>
> Fixes: https://gitlab.com/qemu-project/qemu/-/issues/1522
> Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
> ---
> hw/block/fdc.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/hw/block/fdc.c b/hw/block/fdc.c
> index d7cc4d3ec19..f627bbaf951 100644
> --- a/hw/block/fdc.c
> +++ b/hw/block/fdc.c
> @@ -1404,7 +1404,6 @@ static int fdctrl_seek_to_next_sect(FDCtrl *fdctrl, FDrive *cur_drv)
> } else {
> new_head = 0;
> new_track++;
> - fdctrl->status0 |= FD_SR0_SEEK;
> if ((cur_drv->flags & FDISK_DBL_SIDES) == 0) {
> ret = 0;
> }
next prev parent reply other threads:[~2024-01-01 21:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-12 8:59 [PATCH] hw/block/fdc: do not set SEEK status bit in multi track commands Hervé Poussineau
2024-01-01 21:44 ` Hervé Poussineau [this message]
2024-01-08 23:29 ` John Snow
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=10e3fd96-ede1-1e13-2441-779be98cf886@reactos.org \
--to=hpoussin@reactos.org \
--cc=jsnow@redhat.com \
--cc=qemu-block@nongnu.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).