From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: [PATCH] CFI: Fix AMD erase support
Date: Thu, 13 Mar 2008 16:54:04 +0100 [thread overview]
Message-ID: <20080313155404.GA1766@game.jcrosoft.org> (raw)
In-Reply-To: <1203868673-11489-1-git-send-email-plagnioj@jcrosoft.com>
No review?
On 16:57 Sun 24 Feb , Jean-Christophe PLAGNIOL-VILLARD wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
>
> diff --git a/hw/pflash_cfi01.c b/hw/pflash_cfi01.c
> index b3a8a8e..c360179 100644
> --- a/hw/pflash_cfi01.c
> +++ b/hw/pflash_cfi01.c
> @@ -275,7 +275,7 @@ static void pflash_write (pflash_t *pfl, target_ulong offset, uint32_t value,
> if (cmd == 0xd0) { /* confirm */
> pfl->wcycle = 1;
> pfl->status |= 0x80;
> - } if (cmd == 0xff) { /* read array mode */
> + } else if (cmd == 0xff) { /* read array mode */
> goto reset_flash;
> } else
> goto error_flash;
> --
> 1.5.4
prev parent reply other threads:[~2008-03-13 16:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-24 15:57 [Qemu-devel] [PATCH] CFI: Fix AMD erase support Jean-Christophe PLAGNIOL-VILLARD
2008-03-13 15:54 ` Jean-Christophe PLAGNIOL-VILLARD [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=20080313155404.GA1766@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--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).