From: Alon Levy <alevy@redhat.com>
To: Orit Wasserman <owasserm@redhat.com>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] arch_init/ram_load: add error message for block length mismatch
Date: Thu, 6 Dec 2012 07:17:23 -0500 (EST) [thread overview]
Message-ID: <208105688.43842791.1354796243900.JavaMail.root@redhat.com> (raw)
In-Reply-To: <50C08B66.5030607@redhat.com>
> On 12/06/2012 02:02 PM, Alon Levy wrote:
> > Signed-off-by: Alon Levy <alevy@redhat.com>
> > ---
> > arch_init.c | 4 +++-
> > 1 file changed, 3 insertions(+), 1 deletion(-)
> >
> > diff --git a/arch_init.c b/arch_init.c
> > index e6effe8..84bca99 100644
> > --- a/arch_init.c
> > +++ b/arch_init.c
> > @@ -808,8 +808,10 @@ static int ram_load(QEMUFile *f, void *opaque,
> > int version_id)
> > QLIST_FOREACH(block, &ram_list.blocks, next) {
> > if (!strncmp(id, block->idstr,
> > sizeof(id))) {
> > if (block->length != length) {
> > + fprintf(stderr, "Length mismatch:
> > %s: %d "
> > + "in != %d\n", id, length,
> > + block->length);
> > ret = -EINVAL;
> > - goto done;
> > }
> > break;
> > }
> >
> Reviewed-by: Orit Wasserman <owasserm@redhat.com>
>
> But the real question is what did we break this time? can it be
> fixed?
qxl - we changed the rom bar size for all revisions of the device. I'm checking the upstream fix and will send it when I'm happy.
>
> Orit
>
>
prev parent reply other threads:[~2012-12-06 12:17 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-06 12:02 [Qemu-devel] [PATCH] arch_init/ram_load: add error message for block length mismatch Alon Levy
2012-12-06 12:08 ` [Qemu-devel] [PATCH v2] " Alon Levy
2012-12-06 12:18 ` Orit Wasserman
2012-12-18 16:00 ` Stefan Hajnoczi
2012-12-06 12:11 ` [Qemu-devel] [PATCH] " Orit Wasserman
2012-12-06 12:17 ` Alon Levy [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=208105688.43842791.1354796243900.JavaMail.root@redhat.com \
--to=alevy@redhat.com \
--cc=owasserm@redhat.com \
--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 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).