diff options
Diffstat (limited to 'hw/remote/machine.c')
| -rw-r--r-- | hw/remote/machine.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/remote/machine.c b/hw/remote/machine.c index fa4a1bb815..fdc6c441bb 100644 --- a/hw/remote/machine.c +++ b/hw/remote/machine.c @@ -128,7 +128,6 @@ static void remote_machine_class_init(ObjectClass *oc, void *data) mc->init = remote_machine_init; mc->desc = "Experimental remote machine"; - mc->auto_create_sdcard = true; hc->unplug = remote_machine_dev_unplug_cb; |