Re: [Qemu-devel] [PATCH v2] hmp: delvm: use hmp_handle_error

2019-05-01 Thread Dr. David Alan Gilbert
* Cole Robinson (crobi...@redhat.com) wrote: > This gives us the consistent 'Error:' prefix added in 66363e9a43f, > which helps users like libvirt who still need to scrape hmp error > messages to detect failure. > > Reviewed-by: Eric Blake > Signed-off-by: Cole Robinson Queued > --- > v2: >

[Qemu-devel] [PATCH v2] hmp: delvm: use hmp_handle_error

2019-04-24 Thread Cole Robinson
This gives us the consistent 'Error:' prefix added in 66363e9a43f, which helps users like libvirt who still need to scrape hmp error messages to detect failure. Reviewed-by: Eric Blake Signed-off-by: Cole Robinson --- v2: Drop now redundant "Error while" string prefix hmp.c | 7 --- 1