]> Git Repo - qemu.git/blobdiff - target-alpha/machine.c
target-arm: Set CPU has_el3 prop during virt init
[qemu.git] / target-alpha / machine.c
index 889f2fcd03f036ae82617d7b69f667fb06b64c84..e796bbe27d2c92d508ab7ecbe6d49294b512f104 100644 (file)
@@ -72,7 +72,6 @@ static const VMStateDescription vmstate_env = {
     .name = "env",
     .version_id = 1,
     .minimum_version_id = 1,
-    .minimum_version_id_old = 1,
     .fields = vmstate_env_fields,
 };
 
@@ -86,6 +85,5 @@ const VMStateDescription vmstate_alpha_cpu = {
     .name = "cpu",
     .version_id = 1,
     .minimum_version_id = 1,
-    .minimum_version_id_old = 1,
     .fields = vmstate_cpu_fields,
 };
This page took 0.0248 seconds and 4 git commands to generate.