Re: [Qemu-devel] [PATCH v3 0/6] Convert to realize and improve error handling

2017-11-21 Thread Mao Zhongyi
Hi, Kevin On 11/10/2017 10:25 PM, Kevin Wolf wrote: Am 19.09.2017 um 01:59 hat John Snow geschrieben: On 09/18/2017 10:05 AM, Mao Zhongyi wrote: This series mainly implements the conversions of ide, floppy and nvme device to realize. Add some error handling messages and remove the local variab

Re: [Qemu-devel] [PATCH v3 0/6] Convert to realize and improve error handling

2017-11-10 Thread Kevin Wolf
Am 19.09.2017 um 01:59 hat John Snow geschrieben: > On 09/18/2017 10:05 AM, Mao Zhongyi wrote: > > This series mainly implements the conversions of ide, floppy and nvme > > device to realize. Add some error handling messages and remove the local > > variable local_err, use errp to propagate the err

Re: [Qemu-devel] [PATCH v3 0/6] Convert to realize and improve error handling

2017-10-11 Thread Mao Zhongyi
Hi, Long time no news. Ping... Thanks, Mao On 09/19/2017 09:25 AM, Mao Zhongyi wrote: On 09/19/2017 07:59 AM, John Snow wrote: On 09/18/2017 10:05 AM, Mao Zhongyi wrote: This series mainly implements the conversions of ide, floppy and nvme device to realize. Add some error handling mes

Re: [Qemu-devel] [PATCH v3 0/6] Convert to realize and improve error handling

2017-09-18 Thread Mao Zhongyi
On 09/19/2017 07:59 AM, John Snow wrote: On 09/18/2017 10:05 AM, Mao Zhongyi wrote: This series mainly implements the conversions of ide, floppy and nvme device to realize. Add some error handling messages and remove the local variable local_err, use errp to propagate the error directly. Als

Re: [Qemu-devel] [PATCH v3 0/6] Convert to realize and improve error handling

2017-09-18 Thread John Snow
On 09/18/2017 10:05 AM, Mao Zhongyi wrote: > This series mainly implements the conversions of ide, floppy and nvme > device to realize. Add some error handling messages and remove the local > variable local_err, use errp to propagate the error directly. Also > fix the unusual function name. > >

[Qemu-devel] [PATCH v3 0/6] Convert to realize and improve error handling

2017-09-18 Thread Mao Zhongyi
This series mainly implements the conversions of ide, floppy and nvme device to realize. Add some error handling messages and remove the local variable local_err, use errp to propagate the error directly. Also fix the unusual function name. v3: -patch1: update the test output in 051 [John Snow]