mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
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>
This commit is contained in:
parent
64eb930176
commit
17cf2c76b6
1 changed files with 1 additions and 0 deletions
|
@ -1246,6 +1246,7 @@ static const VMStateDescription vmstate_cadence_gem = {
|
||||||
VMSTATE_UINT32(rx_desc_addr, GemState),
|
VMSTATE_UINT32(rx_desc_addr, GemState),
|
||||||
VMSTATE_UINT32(tx_desc_addr, GemState),
|
VMSTATE_UINT32(tx_desc_addr, GemState),
|
||||||
VMSTATE_BOOL_ARRAY(sar_active, GemState, 4),
|
VMSTATE_BOOL_ARRAY(sar_active, GemState, 4),
|
||||||
|
VMSTATE_END_OF_LIST(),
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue