From: Igor Mitsyanko <i.mitsyanko@samsung.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: Juan Quintela <quintela@redhat.com>,
qemu-devel@nongnu.org, patches@linaro.org
Subject: Re: [Qemu-devel] [PATCH] vmstate: Add support for saving/loading bitmaps
Date: Fri, 10 Aug 2012 20:35:00 +0400 [thread overview]
Message-ID: <50253834.10508@samsung.com> (raw)
In-Reply-To: <CAFEAcA8W+UAts77W5DAE1uJuZBQW5Xmbkd6wUGoN-3x-DhE-gg@mail.gmail.com>
On 08/10/2012 08:30 PM, Peter Maydell wrote:
> On 10 August 2012 17:22, Igor Mitsyanko <i.mitsyanko@samsung.com> wrote:
>> On 08/09/2012 03:54 PM, Peter Maydell wrote:
>>> --- a/vmstate.h
>>> +++ b/vmstate.h
>>> @@ -139,6 +139,7 @@ extern const VMStateInfo vmstate_info_uint64;
>>> extern const VMStateInfo vmstate_info_timer;
>>> extern const VMStateInfo vmstate_info_buffer;
>>> extern const VMStateInfo vmstate_info_unused_buffer;
>>> +extern const VMStateInfo vmstate_info_bitmap;
>>> #define type_check_array(t1,t2,n) ((t1(*)[n])0 - (t2*)0)
>>> #define type_check_pointer(t1,t2) ((t1**)0 - (t2*)0)
>>> @@ -411,6 +412,18 @@ extern const VMStateInfo vmstate_info_unused_buffer;
>>> .flags = VMS_BUFFER, \
>>> }
>>> +/* _field_size should be a uint32_t field in the _state struct giving
>>> the
>>
>> "..should be an int32_t.."
> Er, yes. This patch should probably go in as part of your series
> to add save/load to sd.c -- could you just fix this when you resend
> the patch as part of that, please?
>
> thanks
> -- PMM
>
sure
next prev parent reply other threads:[~2012-08-10 16:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-09 11:54 [Qemu-devel] [PATCH] vmstate: Add support for saving/loading bitmaps Peter Maydell
2012-08-10 16:22 ` Igor Mitsyanko
2012-08-10 16:30 ` Peter Maydell
2012-08-10 16:35 ` Igor Mitsyanko [this message]
2012-08-13 11:12 ` Juan Quintela
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=50253834.10508@samsung.com \
--to=i.mitsyanko@samsung.com \
--cc=patches@linaro.org \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=quintela@redhat.com \
/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.