diff options
author | Peter Crosthwaite <peter.crosthwaite@xilinx.com> | 2013-12-03 21:59:08 -0800 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2013-12-10 13:28:50 +0000 |
commit | 17cf2c76b684b679cb25fcb4a36d536ba9944d4d (patch) | |
tree | 38fc9274b40b2f3747eff7e9826aa06b3a57feb5 /hw/net/cadence_gem.c | |
parent | 64eb9301769c97c7fd340e4e7ef98edcd500ebff (diff) |
net/cadence_gem: Add missing VMSTATE_END_OF_LIST
Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Message-id: 8f8c2bfb15f40fb5f0d5766aa4cd3d54c596de6a.1386136219.git.peter.crosthwaite@xilinx.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/net/cadence_gem.c')
-rw-r--r-- | hw/net/cadence_gem.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/net/cadence_gem.c b/hw/net/cadence_gem.c index 07e6fe7a6f..8cfad04017 100644 --- a/hw/net/cadence_gem.c +++ b/hw/net/cadence_gem.c @@ -1246,6 +1246,7 @@ static const VMStateDescription vmstate_cadence_gem = { VMSTATE_UINT32(rx_desc_addr, GemState), VMSTATE_UINT32(tx_desc_addr, GemState), VMSTATE_BOOL_ARRAY(sar_active, GemState, 4), + VMSTATE_END_OF_LIST(), } }; |