Home | History | Annotate | Download | only in qemu

Lines Matching defs:snapshot

2231 int drive_init(struct drive_opt *arg, int snapshot, void *opaque)
2253 "media", "snapshot", "file",
2402 if (get_param_value(buf, sizeof(buf), "snapshot", str)) {
2404 snapshot = 1;
2406 snapshot = 0;
2408 fprintf(stderr, "qemu: '%s' invalid snapshot option\n", str);
2569 if (snapshot) {
2571 cache = 2; /* always use write-back with snapshot */
4982 int snapshot, linux_boot, net_boot;
5064 snapshot = 0;
5201 snapshot = 1;
5973 if (drive_init(&drives_opt[i], snapshot, machine) == -1)