Re: [PATCH 2/7] python/machine: remove _remove_monitor_sockfile property

2021-11-19 Thread Willian Rampazzo
On Thu, Nov 18, 2021 at 5:49 PM John Snow wrote: > > It doesn't matter if it was the user or the class itself that specified > where the sockfile should be created; the fact is that if we are using a > sockfile here, we created it and we can clean it up. > > Signed-off-by: John Snow > --- > pyth

[PATCH 2/7] python/machine: remove _remove_monitor_sockfile property

2021-11-18 Thread John Snow
It doesn't matter if it was the user or the class itself that specified where the sockfile should be created; the fact is that if we are using a sockfile here, we created it and we can clean it up. Signed-off-by: John Snow --- python/qemu/machine/machine.py | 5 + 1 file changed, 1 insertion