Home | History | Annotate | Download | only in qemu

Lines Matching full:ram

3176 /* ram save/restore */
3423 fprintf(stderr, "Error while reading ram block header\n");
3429 fprintf(stderr, "Error while reading ram block address=0x%08" PRIx64, (uint64_t)i);
5477 fprintf(stderr, "qemu: invalid ram size: %s\n", optarg);
5487 fprintf(stderr, "qemu: at most 2047 MB RAM can be simulated\n");
5491 fprintf(stderr, "qemu: ram size too large\n");
6089 guest ram allocation. It needs to go away. */
6127 register_savevm_live("ram", 0, 3, ram_save_live, NULL, ram_load, NULL);