Searched defs:hda_opts (Results 1 - 1 of 1) sorted by path

/external/qemu/
H A Dvl-android.c2128 QemuOpts *hda_opts = NULL; local
2232 hda_opts = drive_add(argv[optind++], HD_ALIAS, 0);
2296 hda_opts = drive_add(optarg, HD_ALIAS, 0);
2298 hda_opts = drive_add(optarg, HD_ALIAS
2362 if (hda_opts != NULL) {
2365 qemu_opt_set(hda_opts, "cyls", num);
2367 qemu_opt_set(hda_opts, "heads", num);
2369 qemu_opt_set(hda_opts, "secs", num);
2371 qemu_opt_set(hda_opts, "trans", "lba");
2373 qemu_opt_set(hda_opts, "tran
[all...]

Completed in 286 milliseconds