| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
fix(guestd): keep PID 1 alive on guest SIGTERM (#180) | 4 天前 | |
trace: add trace create func three step cost handleCreateSandbox() 1. prepareSandboxBoot() 2. Restore() 3. WaitReady() output example: 2026-08-13 10:37:16.045 [DEBUG] ulog.go:393 prepareSandboxBoot() traceid=sandbox_bd4a9e6bb8496a2173e5 from=16.034 cost=10.877ms 2026-08-13 10:37:16.058 [DEBUG] ulog.go:393 Restore() traceid=sandbox_bd4a9e6bb8496a2173e5 from=16.045 cost=13.180ms 2026-08-13 10:37:16.075 [DEBUG] ulog.go:393 WaitReady() traceid=sandbox_bd4a9e6bb8496a2173e5 from=16.058 cost=16.845ms 2026-08-13 10:37:16.075 [DEBUG] ulog.go:393 handleCreateSandbox() traceid=sandbox_bd4a9e6bb8496a2173e5 from=16.032 cost=43.077ms Signed-off-by: jingrui <jingrui@huawei.com> | 22 天前 | |
fix(sandbox): validate initialization payloads before startup Validate environment entries and the complete vsock initialization payload before starting a VM. Treat guest environment application failures as terminal, and map invalid or oversized initialization data to stable sandbox API errors. | 23 天前 |