[Qemu-devel] [PATCH v6 0/4] Remove dead error handling and convert to realize

Mao Zhongyi posted 4 patches 6 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1501052660.git.maozy.fnst@cn.fujitsu.com
Test FreeBSD passed
Test checkpatch passed
Test s390x passed
hw/net/rocker/rocker.c        | 94 +++++++++++--------------------------------
hw/net/rocker/rocker_desc.c   | 10 -----
hw/net/rocker/rocker_fp.c     |  4 --
hw/net/rocker/rocker_of_dpa.c | 20 ---------
hw/net/rocker/rocker_world.c  | 12 +++---
5 files changed, 28 insertions(+), 112 deletions(-)
[Qemu-devel] [PATCH v6 0/4] Remove dead error handling and convert to realize
Posted by Mao Zhongyi 6 years, 9 months ago
This series mainly implements the conversion of rocker to realize,
also remove the dead error handling and rename the unusual macro 
name.

v6:

I posted another patch(commit 4cee3cf3) after patch1 of this series but 
before patch1 be merged, they changed the same function caused this 
series not to be applied cleanly on HEAD. so resend v6 to fix it.

Because there is no change on the patch content, so still add the R-B.

Cc: jasowang@redhat.com
Cc: jiri@resnulli.us
Cc: armbru@redhat.com
Cc: f4bug@amsat.org

Mao Zhongyi (4):
  net/rocker: Remove the dead error handling
  net/rocker: Plug memory leak in pci_rocker_init()
  net/rocker: Convert to realize()
  net/rocker: Fix the unusual macro name

 hw/net/rocker/rocker.c        | 94 +++++++++++--------------------------------
 hw/net/rocker/rocker_desc.c   | 10 -----
 hw/net/rocker/rocker_fp.c     |  4 --
 hw/net/rocker/rocker_of_dpa.c | 20 ---------
 hw/net/rocker/rocker_world.c  | 12 +++---
 5 files changed, 28 insertions(+), 112 deletions(-)

-- 
2.9.4




Re: [Qemu-devel] [PATCH v6 0/4] Remove dead error handling and convert to realize
Posted by Jason Wang 6 years, 8 months ago

On 2017年07月26日 16:13, Mao Zhongyi wrote:
> This series mainly implements the conversion of rocker to realize,
> also remove the dead error handling and rename the unusual macro
> name.
>
> v6:
>
> I posted another patch(commit 4cee3cf3) after patch1 of this series but
> before patch1 be merged, they changed the same function caused this
> series not to be applied cleanly on HEAD. so resend v6 to fix it.
>
> Because there is no change on the patch content, so still add the R-B.
>
> Cc: jasowang@redhat.com
> Cc: jiri@resnulli.us
> Cc: armbru@redhat.com
> Cc: f4bug@amsat.org
>
> Mao Zhongyi (4):
>    net/rocker: Remove the dead error handling
>    net/rocker: Plug memory leak in pci_rocker_init()
>    net/rocker: Convert to realize()
>    net/rocker: Fix the unusual macro name
>
>   hw/net/rocker/rocker.c        | 94 +++++++++++--------------------------------
>   hw/net/rocker/rocker_desc.c   | 10 -----
>   hw/net/rocker/rocker_fp.c     |  4 --
>   hw/net/rocker/rocker_of_dpa.c | 20 ---------
>   hw/net/rocker/rocker_world.c  | 12 +++---
>   5 files changed, 28 insertions(+), 112 deletions(-)
>

Applied.

Thanks