From: "Andreas Färber" <afaerber@suse.de>
To: Evgeny Voevodin <e.voevodin@samsung.com>
Cc: Peter Maydell <peter.maydell@linaro.org>,
qemu-devel@nongnu.org, kyungmin.park@samsung.com,
d.solodkiy@samsung.com, m.kozlov@samsung.com,
jehyung.lee@samsung.com
Subject: Re: [Qemu-devel] [PATCH v9 7/9] hw/lan9118: Add basic 16-bit mode support.
Date: Wed, 25 Jan 2012 18:04:57 +0100 [thread overview]
Message-ID: <4F203639.3000101@suse.de> (raw)
In-Reply-To: <CAFEAcA-kFKHxdP0-75OMpZ2KCPPPSusGd5mMNk16dK5TvQwcCQ@mail.gmail.com>
Am 25.01.2012 17:35, schrieb Peter Maydell:
> On 20 January 2012 10:53, Evgeny Voevodin <e.voevodin@samsung.com> wrote:
>> @@ -294,6 +304,14 @@ static const VMStateDescription vmstate_lan9118 = {
>> VMSTATE_INT32(rxp_offset, lan9118_state),
>> VMSTATE_INT32(rxp_size, lan9118_state),
>> VMSTATE_INT32(rxp_pad, lan9118_state),
>> + VMSTATE_UINT32(write_word_prev_offset, lan9118_state),
>> + VMSTATE_UINT32(write_word_n, lan9118_state),
>> + VMSTATE_UINT16(write_word_l, lan9118_state),
>> + VMSTATE_UINT16(write_word_h, lan9118_state),
>> + VMSTATE_UINT32(read_word_prev_offset, lan9118_state),
>> + VMSTATE_UINT32(read_word_n, lan9118_state),
>> + VMSTATE_UINT32(read_long, lan9118_state),
>> + VMSTATE_UINT32(mode_16bit, lan9118_state),
>> VMSTATE_END_OF_LIST()
>
> You need to bump .version_id and make your new fields
> VMSTATE_UINT32(write_word_prev_offset, lan9118_state, 2),
VMSTATE_UINT32_V(write_word_prev_offset, lan9118_state, 2),
> etc.
Andreas
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
next prev parent reply other threads:[~2012-01-25 17:07 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-20 10:53 [Qemu-devel] [PATCH v9 0/9] ARM: Samsung Exynos4210-based boards support Evgeny Voevodin
2012-01-20 10:53 ` [Qemu-devel] [PATCH v9 1/9] ARM: exynos4210: IRQ subsystem support Evgeny Voevodin
2012-01-20 10:53 ` [Qemu-devel] [PATCH v9 2/9] ARM: Samsung exynos4210-based boards emulation Evgeny Voevodin
2012-01-20 10:53 ` [Qemu-devel] [PATCH v9 3/9] ARM: exynos4210: UART support Evgeny Voevodin
2012-01-20 10:53 ` [Qemu-devel] [PATCH v9 4/9] ARM: exynos4210: PWM support Evgeny Voevodin
2012-01-20 10:53 ` [Qemu-devel] [PATCH v9 5/9] ARM: exynos4210: Added PMU register model Evgeny Voevodin
2012-01-20 10:53 ` [Qemu-devel] [PATCH v9 6/9] ARM: exynos4210: MCT support Evgeny Voevodin
2012-01-20 10:53 ` [Qemu-devel] [PATCH v9 7/9] hw/lan9118: Add basic 16-bit mode support Evgeny Voevodin
2012-01-25 16:35 ` Peter Maydell
2012-01-25 17:04 ` Andreas Färber [this message]
2012-01-25 17:20 ` Peter Maydell
2012-01-20 10:53 ` [Qemu-devel] [PATCH v9 8/9] hw/exynos4210.c: Add LAN support for SMDKC210 Evgeny Voevodin
2012-01-20 10:53 ` [Qemu-devel] [PATCH v9 9/9] Exynos4210: added display controller implementation Evgeny Voevodin
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=4F203639.3000101@suse.de \
--to=afaerber@suse.de \
--cc=d.solodkiy@samsung.com \
--cc=e.voevodin@samsung.com \
--cc=jehyung.lee@samsung.com \
--cc=kyungmin.park@samsung.com \
--cc=m.kozlov@samsung.com \
--cc=peter.maydell@linaro.org \
--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).