first version of persistent QEMU

This commit is contained in:
Andrea Fioraldi
2019-09-12 12:34:53 +02:00
parent df379dfcf4
commit 6b40189045
17 changed files with 408 additions and 60 deletions

View File

@ -493,7 +493,7 @@ int main(int argc, char** argv) {
case 'h':
usage(argv[0]);
return -1;
break; // not needed
break; // not needed
default: usage(argv[0]);