[Type]Bugfix
[Module]qemu
[Priority]Major
[Jira#]N_SE-1972, N_SE-1914
[Redmine#] // Redmine Isuue Number
[Problem] // Problem Description
[Cause] // Cause Description
[Solution] // Solution Description
[TestCase] // Executed the test-target (How to)
/* parse -usbdevice disk: syntax into drive opts */
snprintf(id, sizeof(id), "usb%d", nr++);
opts = qemu_opts_create(qemu_find_opts("drive"), id, 0);
-
+#ifndef CONFIG_MARU
p1 = strchr(filename, ':');
if (p1++) {
const char *p2;
}
filename = p1;
}
+#endif
if (!*filename) {
printf("block device specification needed\n");
return NULL;