]> Git Repo - qemu.git/commitdiff
net/cadence_gem: Add missing VMSTATE_END_OF_LIST
authorPeter Crosthwaite <[email protected]>
Wed, 4 Dec 2013 05:59:08 +0000 (21:59 -0800)
committerPeter Maydell <[email protected]>
Tue, 10 Dec 2013 13:28:50 +0000 (13:28 +0000)
Signed-off-by: Peter Crosthwaite <[email protected]>
Message-id: 8f8c2bfb15f40fb5f0d5766aa4cd3d54c596de6a.1386136219[email protected]
Signed-off-by: Peter Maydell <[email protected]>
hw/net/cadence_gem.c

index 07e6fe7a6f90f12d0510058cacb28166ed266477..8cfad0401790c5df231211d3d61d00e25bfe9723 100644 (file)
@@ -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(),
     }
 };
 
This page took 0.028385 seconds and 4 git commands to generate.