summary refs log tree commit diff stats
path: root/hw/xen/xen-pvh-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xen/xen-pvh-common.c')
-rw-r--r--hw/xen/xen-pvh-common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xen/xen-pvh-common.c b/hw/xen/xen-pvh-common.c
index 9df50cd538..9c21fa858d 100644
--- a/hw/xen/xen-pvh-common.c
+++ b/hw/xen/xen-pvh-common.c
@@ -381,7 +381,6 @@ static void xen_pvh_class_init(ObjectClass *oc, void *data)
     mc->default_machine_opts = "accel=xen";
     /* Set to zero to make sure that the real ram size is passed. */
     mc->default_ram_size = 0;
-    mc->auto_create_sdcard = true;
 }
 
 static const TypeInfo xen_pvh_info = {