Re: [Qemu-devel] [PATCH v10 2/8] qemu.py: better control of created files

2017-11-13 Thread Amador Pahim
On 13 Nov 2017 11:24 pm, "Amador Pahim" wrote: To launch a VM, we need to create basically two files: the monitor socket (if it's a UNIX socket) and the qemu log file. For the qemu log file, we currently just open the path, which will create the file if it does not exist or overwrite the file if

[Qemu-devel] [PATCH v10 2/8] qemu.py: better control of created files

2017-11-13 Thread Amador Pahim
To launch a VM, we need to create basically two files: the monitor socket (if it's a UNIX socket) and the qemu log file. For the qemu log file, we currently just open the path, which will create the file if it does not exist or overwrite the file if it does exist. For the monitor socket, if it al