Re: [Qemu-devel] [PATCH v5 0/4] Convert to realize and fix error handling

2017-07-25 Thread Mao Zhongyi
On 07/26/2017 12:09 PM, Jason Wang wrote: On 2017年07月26日 11:45, Mao Zhongyi wrote: Hi, Jason This was posted over 2 months ago with two R-Bs(Markus & Philippe), did it get merged or dropped? Thanks, Mao Hi: Want to merge but it does not apply cleanly on HEAD. Could you please rebase an

Re: [Qemu-devel] [PATCH v5 0/4] Convert to realize and fix error handling

2017-07-25 Thread Jason Wang
On 2017年07月26日 11:45, Mao Zhongyi wrote: Hi, Jason This was posted over 2 months ago with two R-Bs(Markus & Philippe), did it get merged or dropped? Thanks, Mao Hi: Want to merge but it does not apply cleanly on HEAD. Could you please rebase and post a V6? Thanks

Re: [Qemu-devel] [PATCH v5 0/4] Convert to realize and fix error handling

2017-07-25 Thread Mao Zhongyi
Hi, Jason This was posted over 2 months ago with two R-Bs(Markus & Philippe), did it get merged or dropped? Thanks, Mao On 05/23/2017 12:04 PM, Mao Zhongyi wrote: v5: * Patch 1 removed the dead error handling that was previously missing. * Patch 2 and 3 has not changed. * Patch 4 is a new patc

[Qemu-devel] [PATCH v5 0/4] Convert to realize and fix error handling

2017-05-22 Thread Mao Zhongyi
v5: * Patch 1 removed the dead error handling that was previously missing. * Patch 2 and 3 has not changed. * Patch 4 is a new patch to fix the unusual macro name. v4: * Patch 1 is following Markus's suggestion that remove the dead error handling. * Patch 2 is separate from patch 1 to plug the m