mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-19 06:47:51 +00:00
qemu need the id to start with a letter for some reason. If this is not the case qemu will fail: ``` qemu-system-x86_64: -device virtserialport,chardev=ad053e0bb519f_ready,name=org.fedoraproject.port.0: Property 'virtserialport.chardev' can't find value 'ad053e0bb519f_ready' er Identifiers consist of letters, digits, '-', '.', '_', starting with a letter. ``` To fix this we just add an "a" in front of it. Signed-off-by: Paul Holzinger <pholzing@redhat.com> |
||
|---|---|---|
| .. | ||
| claim_darwin.go | ||
| claim_unsupported.go | ||
| config.go | ||
| config_test.go | ||
| machine.go | ||
| machine_test.go | ||
| machine_unsupported.go | ||
| options_darwin.go | ||
| options_darwin_amd64.go | ||
| options_darwin_arm64.go | ||
| options_linux.go | ||
| options_linux_amd64.go | ||
| options_linux_arm64.go | ||