Home
last modified time | relevance | path

Searched refs:bootpath (Results 1 – 2 of 2) sorted by relevance

/qemu/system/
H A Dbootdevice.c211 char *devpath = NULL, *s = NULL, *d, *bootpath; in get_boot_device_path() local
232 bootpath = g_strdup_printf("%s%s", in get_boot_device_path()
238 return bootpath; in get_boot_device_path()
257 char *bootpath; in get_boot_devices_list() local
260 bootpath = get_boot_device_path(i->dev, ignore_suffixes, i->suffix); in get_boot_devices_list()
265 len = strlen(bootpath) + 1; in get_boot_devices_list()
267 memcpy(&list[total], bootpath, len); in get_boot_devices_list()
269 g_free(bootpath); in get_boot_devices_list()
411 char *bootpath; in get_boot_devices_lchs_list() local
415 bootpath = get_boot_device_path(i->dev, false, i->suffix); in get_boot_devices_lchs_list()
[all …]
/qemu/tests/qtest/
H A Dmigration-test.c123 static char *bootpath; variable
138 bootpath = g_strdup_printf("%s/bootsect", dir); in bootfile_create()
161 FILE *bootfile = fopen(bootpath, "wb"); in bootfile_create()
169 unlink(bootpath); in bootfile_delete()
170 g_free(bootpath); in bootfile_delete()
171 bootpath = NULL; in bootfile_delete()
726 "-device ide-hd,drive=d0,secs=1,cyls=1,heads=1", bootpath); in test_migrate_start()
732 arch_opts = g_strdup_printf("-bios %s", bootpath); in test_migrate_start()
750 arch_opts = g_strdup_printf("-cpu max -kernel %s", bootpath); in test_migrate_start()
3122 tmpfs, bootpath); in dirtylimit_start_vm()