From: "Hervé Poussineau" <hpoussin@reactos.org>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-trivial@nongnu.org, Kevin Wolf <kwolf@redhat.com>,
qemu-devel@nongnu.org
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] ide: log error when trying to use ATAPI overlapping features
Date: Mon, 11 Feb 2013 22:08:17 +0100 [thread overview]
Message-ID: <51195DC1.5050208@reactos.org> (raw)
In-Reply-To: <CAFEAcA9Xf8_HOu1biVhtckp2vAf1VR9-sVtHkPQG2-6uvZxvBA@mail.gmail.com>
Peter Maydell a écrit :
> On 10 February 2013 22:12, Hervé Poussineau <hpoussin@reactos.org> wrote:
>> --- a/hw/ide/core.c
>> +++ b/hw/ide/core.c
>> @@ -1394,8 +1394,10 @@ void ide_exec_cmd(IDEBus *bus, uint32_t val)
>> break;
>> case WIN_PACKETCMD:
>> /* overlapping commands not supported */
>> - if (s->feature & 0x02)
>> + if (s->feature & 0x02) {
>> + qemu_log_mask(LOG_UNIMP, "ide: overlapping command not supported");
>
> Messages for qemu_log_mask() need to supply the trailing \n.
OK to add the '\n' in the v2 (if required), once I know if I can keep
the qemu_log_mask call, or if I have to change it to hw_error/fprintf.
Regards,
Hervé
prev parent reply other threads:[~2013-02-11 21:08 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-10 22:12 [Qemu-trivial] [PATCH] ide: log error when trying to use ATAPI overlapping features Hervé Poussineau
2013-02-11 13:27 ` [Qemu-trivial] [Qemu-devel] " Stefan Hajnoczi
2013-02-11 13:33 ` Kevin Wolf
2013-02-11 14:01 ` Markus Armbruster
2013-02-11 14:19 ` Andreas Färber
2013-02-11 14:34 ` Peter Maydell
2013-02-11 14:57 ` Stefan Hajnoczi
2013-02-11 15:03 ` Peter Maydell
2013-02-11 15:10 ` Andreas Färber
2013-02-12 7:55 ` Stefan Hajnoczi
2013-02-11 15:10 ` Peter Maydell
2013-02-11 21:08 ` Hervé Poussineau [this message]
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=51195DC1.5050208@reactos.org \
--to=hpoussin@reactos.org \
--cc=kwolf@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@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.