Re: [libvirt] [PATCHv2] conf: remove NULL check from virDomainQemuMonitorEventNew

2019-11-15 Thread Michal Privoznik
On 11/12/19 6:04 PM, Ján Tomko wrote: The qemu_domain_monitor_event_msg struct in qemu_protocol.x defines event as a nonnull_string and qemuMonitorJSONIOProcessEvent also errors out on a non-NULL event. Drop the check completely. This essentially reverts commit d343e8203d248635f5e7a0d86dd077f74

[libvirt] [PATCHv2] conf: remove NULL check from virDomainQemuMonitorEventNew

2019-11-12 Thread Ján Tomko
The qemu_domain_monitor_event_msg struct in qemu_protocol.x defines event as a nonnull_string and qemuMonitorJSONIOProcessEvent also errors out on a non-NULL event. Drop the check completely. This essentially reverts commit d343e8203d248635f5e7a0d86dd077f74d49e3af Signed-off-by: Ján Tomko ---