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

2018-01-19 Thread Eduardo Habkost
Hi Amador, First of all, sorry for reviewing this so late. On Tue, Nov 14, 2017 at 11:22:40AM +0100, 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

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

2017-11-14 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