vl: Don't escape commas for -bios path

This commit is contained in:
Matt Borgerson 2020-11-07 16:10:46 -07:00
parent f827615262
commit f079f8447d
1 changed files with 1 additions and 1 deletions

View File

@ -3038,7 +3038,7 @@ void qemu_init(int argc, char **argv, char **envp)
g_free(msg);
} else {
fake_argv[fake_argc++] = strdup("-bios");
fake_argv[fake_argc++] = strdup_double_commas(flash_path);
fake_argv[fake_argc++] = strdup(flash_path);
autostart = 1;
}