mirror of
https://github.com/containers/podman.git
synced 2025-11-01 10:45:52 +08:00
Right now the code used the same socket for gvproxy and the qemu qmp socket, this was racy and no correct as the later overwrote the former. The correct thing is to use to separate socket paths, just use the GVProxySocket() helper like applehv does. [NO NEW TESTS NEEDED] Signed-off-by: Paul Holzinger <pholzing@redhat.com>