diff options
author | Paul Holzinger <pholzing@redhat.com> | 2022-07-07 19:00:13 +0200 |
---|---|---|
committer | Paul Holzinger <pholzing@redhat.com> | 2022-07-07 20:48:28 +0200 |
commit | a26cf638e070321ec529fce058f1cf1935f36708 (patch) | |
tree | 53c93ad483f548bedcdbfe55f244352c5786ce7b /pkg/machine/machine_unsupported.go | |
parent | 4374038cc67405e3f5555b1870d5bb7f6570fa5d (diff) | |
download | podman-a26cf638e070321ec529fce058f1cf1935f36708.tar.gz podman-a26cf638e070321ec529fce058f1cf1935f36708.tar.bz2 podman-a26cf638e070321ec529fce058f1cf1935f36708.zip |
machine: qemu fix chardev id starting with letter
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>
Diffstat (limited to 'pkg/machine/machine_unsupported.go')
0 files changed, 0 insertions, 0 deletions