Re: [libvirt] [PATCH] Clean up chardev sockets on QEMU shutdown

2014-05-26 Thread Ján Tomko
On 05/26/2014 02:45 PM, Peter Krempa wrote: > On 05/13/14 15:21, Ján Tomko wrote: >> https://bugzilla.redhat.com/show_bug.cgi?id=1088787 >> >> Clean up unix socket files for chardevs using mode='bind', >> like we clean up the monitor socket. >> They are created by QEMU on startup and not really use

Re: [libvirt] [PATCH] Clean up chardev sockets on QEMU shutdown

2014-05-26 Thread Peter Krempa
On 05/13/14 15:21, Ján Tomko wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1088787 > > Clean up unix socket files for chardevs using mode='bind', > like we clean up the monitor socket. > They are created by QEMU on startup and not really useful > after shutting it down. > --- > src/qemu/qe

Re: [libvirt] [PATCH] Clean up chardev sockets on QEMU shutdown

2014-05-26 Thread Ján Tomko
On 05/13/2014 03:21 PM, Ján Tomko wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1088787 > > Clean up unix socket files for chardevs using mode='bind', > like we clean up the monitor socket. > They are created by QEMU on startup and not really useful > after shutting it down. > --- > src/qe

[libvirt] [PATCH] Clean up chardev sockets on QEMU shutdown

2014-05-13 Thread Ján Tomko
https://bugzilla.redhat.com/show_bug.cgi?id=1088787 Clean up unix socket files for chardevs using mode='bind', like we clean up the monitor socket. They are created by QEMU on startup and not really useful after shutting it down. --- src/qemu/qemu_process.c | 19 +++ 1 file change