Re: [PATCH 0/5] qemu: Don't log spurious errors on qemuMonitorDelObject

2020-03-19 Thread Michal Prívozník
On 18. 3. 2020 12:40, Peter Krempa wrote: > qemuMonitorDelObject is often used in cleanup cases so we need to > control whether to log errors. > > First patch actually prevents one of the spurious calls in cases we know > it would be pointless. > > Peter Krempa (5): >

[PATCH 0/5] qemu: Don't log spurious errors on qemuMonitorDelObject

2020-03-18 Thread Peter Krempa
qemuMonitorDelObject is often used in cleanup cases so we need to control whether to log errors. First patch actually prevents one of the spurious calls in cases we know it would be pointless. Peter Krempa (5): qemuDomainChangeEjectableMedia: Don't always remove managed PR daemon