We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ec9d2 commit 3584486Copy full SHA for 3584486
configs/example/config.c
@@ -10,8 +10,8 @@
10
* Declare VM images using the VM_IMAGE macro, passing an identifier and the
11
* path for the image.
12
*/
13
-VM_IMAGE(vm1, "/path/to/vm1/binary.bin");
14
-VM_IMAGE(vm2, "/path/to/vm2/binary.bin");
+VM_IMAGE(vm1, "/path/to/vm1/binary.bin")
+VM_IMAGE(vm2, "/path/to/vm2/binary.bin")
15
16
/**
17
* The configuration itself is a struct config that MUST be named config.
0 commit comments