]> Git Repo - qemu.git/blobdiff - hw/timer/mc146818rtc.c
savevm: Remove all the unneeded version_minimum_id_old (x86)
[qemu.git] / hw / timer / mc146818rtc.c
index df545465628b7acc48885b6d81176030a2160e29..1201f90db572674325c44581870e46697b176c4a 100644 (file)
@@ -720,9 +720,8 @@ static const VMStateDescription vmstate_rtc = {
     .name = "mc146818rtc",
     .version_id = 3,
     .minimum_version_id = 1,
-    .minimum_version_id_old = 1,
     .post_load = rtc_post_load,
-    .fields      = (VMStateField []) {
+    .fields = (VMStateField[]) {
         VMSTATE_BUFFER(cmos_data, RTCState),
         VMSTATE_UINT8(cmos_index, RTCState),
         VMSTATE_UNUSED(7*4),
This page took 0.023768 seconds and 4 git commands to generate.