qemu: Use socket.sendall() to push text into AF_UNIX sockets
There is no guarantee that send() won't result in a short write. This seems to be particularly likely in Python 3.7 for some reason.
Signed-off-by: Simon McVittie smcv@debian.org
Closes: #916428