Re: [libvirt] [Question]Libvirt doesn't care about qemu monitor event if fail to destroy qemu process

2018-03-06 Thread Wuzongyong (Euler Dept)
Thanks, Zongyong Wu > >> On 03/05/2018 12:43 PM, Cordius Wu wrote: > >> On 03/05/2018 03:20 AM, Wuzongyong (Euler Dept) wrote: > >>> Hi, > >>> > >>> We unregister qemu monitor after sending > >>> QEMU_PROCESS_EVENT_MONITOR_EOF > >> to workerPool: > >>> > >>>

Re: [libvirt] [Question]Libvirt doesn't care about qemu monitor event if fail to destroy qemu process

2018-03-05 Thread Michal Privoznik
ent)'; 'weijinfen' >> Subject: Re: [libvirt] [Question]Libvirt doesn't care about qemu monitor >> event if fail to destroy qemu process >> >> On 03/05/2018 12:43 PM, Cordius Wu wrote: >>>>>> On 03/05/2018 03:20 AM, Wuzongyong (Euler Dept)

Re: [libvirt] [Question]Libvirt doesn't care about qemu monitor event if fail to destroy qemu process

2018-03-05 Thread Cordius Wu
doesn't care about qemu monitor > event if fail to destroy qemu process > > On 03/05/2018 12:43 PM, Cordius Wu wrote: > >>>> On 03/05/2018 03:20 AM, Wuzongyong (Euler Dept) wrote: > >>>>> Hi, > >>>>> > >>>>> We u

Re: [libvirt] [Question]Libvirt doesn't care about qemu monitor event if fail to destroy qemu process

2018-03-05 Thread Michal Privoznik
On 03/05/2018 12:43 PM, Cordius Wu wrote: On 03/05/2018 03:20 AM, Wuzongyong (Euler Dept) wrote: > Hi, > > We unregister qemu monitor after sending QEMU_PROCESS_EVENT_MONITOR_EOF to workerPool: > > static void > qemuProcessHandleMonitorEOF(qemuMonitorPtr mon,

Re: [libvirt] [Question]Libvirt doesn't care about qemu monitor event if fail to destroy qemu process

2018-03-05 Thread Cordius Wu
>>> On 03/05/2018 03:20 AM, Wuzongyong (Euler Dept) wrote: Hi, We unregister qemu monitor after sending QEMU_PROCESS_EVENT_MONITOR_EOF >>> to workerPool: static void qemuProcessHandleMonitorEOF(qemuMonitorPtr mon, virDomainObjPtr vm,

Re: [libvirt] [Question]Libvirt doesn't care about qemu monitor event if fail to destroy qemu process

2018-03-05 Thread Michal Privoznik
:27 PM >> To: Wuzongyong (Euler Dept) <cordius...@huawei.com>; libvir- >> l...@redhat.com >> Cc: Wanzongshun (Vincent) <wanzongs...@huawei.com>; weijinfen >> <weijin...@huawei.com> >> Subject: Re: [libvirt] [Question]Libvirt doesn't care about qemu monit

Re: [libvirt] [Question]Libvirt doesn't care about qemu monitor event if fail to destroy qemu process

2018-03-05 Thread Wuzongyong (Euler Dept)
infen > <weijin...@huawei.com> > Subject: Re: [libvirt] [Question]Libvirt doesn't care about qemu > monitor event if fail to destroy qemu process > > On 03/05/2018 03:20 AM, Wuzongyong (Euler Dept) wrote: > > Hi, > > > > We unregister qemu monitor after sendin

Re: [libvirt] [Question]Libvirt doesn't care about qemu monitor event if fail to destroy qemu process

2018-03-05 Thread Wuzongyong (Euler Dept)
s...@huawei.com>; weijinfen > <weijin...@huawei.com> > Subject: Re: [libvirt] [Question]Libvirt doesn't care about qemu monitor > event if fail to destroy qemu process > > On 03/05/2018 03:20 AM, Wuzongyong (Euler Dept) wrote: > > Hi, > > > > We unregister qemu

Re: [libvirt] [Question]Libvirt doesn't care about qemu monitor event if fail to destroy qemu process

2018-03-05 Thread Michal Privoznik
On 03/05/2018 10:26 AM, Michal Privoznik wrote: > On 03/05/2018 03:20 AM, Wuzongyong (Euler Dept) wrote: >> Hi, >> >> We unregister qemu monitor after sending QEMU_PROCESS_EVENT_MONITOR_EOF to >> workerPool: >> >> static void >> qemuProcessHandleMonitorEOF(qemuMonitorPtr mon, >>

Re: [libvirt] [Question]Libvirt doesn't care about qemu monitor event if fail to destroy qemu process

2018-03-05 Thread Michal Privoznik
On 03/05/2018 03:20 AM, Wuzongyong (Euler Dept) wrote: > Hi, > > We unregister qemu monitor after sending QEMU_PROCESS_EVENT_MONITOR_EOF to > workerPool: > > static void > qemuProcessHandleMonitorEOF(qemuMonitorPtr mon, > virDomainObjPtr vm, >

[libvirt] [Question]Libvirt doesn't care about qemu monitor event if fail to destroy qemu process

2018-03-04 Thread Wuzongyong (Euler Dept)
Hi, We unregister qemu monitor after sending QEMU_PROCESS_EVENT_MONITOR_EOF to workerPool: static void qemuProcessHandleMonitorEOF(qemuMonitorPtr mon, virDomainObjPtr vm, void *opaque) { virQEMUDriverPtr driver = opaque;