From: Vijay Kumar <vijaykumar@bravegnu.org>
To: "Krumme, Chris" <Chris.Krumme@windriver.com>
Cc: qemu-devel@nongnu.org, paul@codesourcery.com
Subject: Re: [Qemu-devel] [PATCH] Implement RCC2 in Stellaris
Date: Sat, 15 Aug 2009 11:54:45 +0530 [thread overview]
Message-ID: <4A8654AD.2020003@bravegnu.org> (raw)
In-Reply-To: <58BD0469C48A7443A479A13D101685E302E2EACF@ala-mail09.corp.ad.wrs.com>
Krumme, Chris wrote:
>> ssys_state *s = (ssys_state *)opaque;
>>
>> - if (version_id != 1)
>> + if (version_id != 2)
>> return -EINVAL;
>>
>> s->pborctl = qemu_get_be32(f);
>> @@ -638,6 +703,7 @@ static int ssys_load(QEMUFile *f, void
>> *opaque, int version_id)
>> s->int_status = qemu_get_be32(f);
>> s->resc = qemu_get_be32(f);
>> s->rcc = qemu_get_be32(f);
>> + s->rcc2 = qemu_get_be32(f);
>
> If I understand correctly this should be protected by an if (version ==
> 2), and the if above should support both 1 and 2.
>
> This does not seem like a change that should break old --> new
> migration.
Thanks for the suggestion Chris. I will incorporate this and
send the updated patch.
Regards,
Vijay
prev parent reply other threads:[~2009-08-15 6:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-13 12:09 [Qemu-devel] [PATCH] Implement RCC2 in Stellaris Vijay Kumar
2009-08-14 3:34 ` Krumme, Chris
2009-08-15 6:24 ` Vijay Kumar [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=4A8654AD.2020003@bravegnu.org \
--to=vijaykumar@bravegnu.org \
--cc=Chris.Krumme@windriver.com \
--cc=paul@codesourcery.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 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.