Home | History | Annotate | Download | only in qemu

Lines Matching defs:snapshot

2152 int drive_init(struct drive_opt *arg, int snapshot, void *opaque)
2174 "media", "snapshot", "file",
2323 if (get_param_value(buf, sizeof(buf), "snapshot", str)) {
2325 snapshot = 1;
2327 snapshot = 0;
2329 fprintf(stderr, "qemu: '%s' invalid snapshot option\n", str);
2490 if (snapshot) {
2492 cache = 2; /* always use write-back with snapshot */
4918 int snapshot, linux_boot, net_boot;
5000 snapshot = 0;
5137 snapshot = 1;
5973 if (drive_init(&drives_opt[i], snapshot, machine) == -1)