#5312·lima

driver: `ListSnapshotsResponse` should return []struct, not a machine-unreadable string

Author: AkihiroSudaCreated Jul 22, 2026Updated Sep 14, 2026
Labelskind/refactoringarea/vmdriversimpact/breaking

https://github.com/lima-vm/lima/blob/de0816ea4bdc5267b428ab21025889b8dd785526/pkg/driver/external/driver.proto#L207-L211

It should return a slice of struct, not a raw output of qemu-img snapshot -l which is not robustly parsable.

Depends on: