Commit b521c6f
refactor: migrate ephemeral VMs to CPIO initrd and default to MicroVM execution
Infrastructure Changes:
- Switch from ext4 rootfs to CPIO initrd for ephemeral VMs
- Use home directory paths (~/.osvm/) for kernel and rootfs
- Copy mcp-server.cpio to temp directory for VM execution
- Remove ext4 drive configuration in favor of initrd boot
Execution Mode Updates:
- Change default execution mode from Unikernel to MicroVM
- Update all default configurations to use Firecracker MicroVM
- Better balance between security and performance
Build Configuration:
- Add workspace section to mcp_vsock_wrapper/Cargo.toml
Testing:
- cargo check passes successfully
- No breaking changes to public API
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent ead5282 commit b521c6f
File tree
4 files changed
+42
-17
lines changed- guest/mcp_vsock_wrapper
- src/services
4 files changed
+42
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
76 | 80 | | |
77 | 81 | | |
78 | 82 | | |
| |||
207 | 211 | | |
208 | 212 | | |
209 | 213 | | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
210 | 241 | | |
211 | 242 | | |
212 | 243 | | |
| |||
259 | 290 | | |
260 | 291 | | |
261 | 292 | | |
262 | | - | |
| 293 | + | |
263 | 294 | | |
264 | 295 | | |
265 | 296 | | |
266 | 297 | | |
| 298 | + | |
267 | 299 | | |
268 | | - | |
269 | | - | |
270 | | - | |
| 300 | + | |
271 | 301 | | |
272 | 302 | | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | 303 | | |
280 | 304 | | |
281 | 305 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
387 | | - | |
| 387 | + | |
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
| |||
0 commit comments