[Qemu-devel] [PATCH v3 0/2] ERC cleanup and CRW bugfix

Dong Jia Shi posted 2 patches 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170803003527.86979-1-bjsdjshi@linux.vnet.ibm.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
hw/s390x/css.c            | 16 ++++++++++------
include/hw/s390x/css.h    |  3 ++-
include/hw/s390x/ioinst.h | 12 ++++++++++--
3 files changed, 22 insertions(+), 9 deletions(-)
[Qemu-devel] [PATCH v3 0/2] ERC cleanup and CRW bugfix
Posted by Dong Jia Shi 6 years, 8 months ago
This series is trying to:
1. clear up ERC related code
2. bugfix for channel path related CRW generation

Change log
----------
v2->v3:
Added Halil's R-B on both patches.
Patch #1:
  Added ERC "installed parameters restored".

v1->v2:
Patch #1:
  Add all ERCs.
  Commit message update.
Patch #2:
  Rename the new added parameter to more speaking name -- solicited.

Dong Jia Shi (2):
  s390x/css: use macro for event-information pending error recover code
  s390x/css: generate solicited crw for rchp completion signaling

 hw/s390x/css.c            | 16 ++++++++++------
 include/hw/s390x/css.h    |  3 ++-
 include/hw/s390x/ioinst.h | 12 ++++++++++--
 3 files changed, 22 insertions(+), 9 deletions(-)

-- 
2.11.2


Re: [Qemu-devel] [PATCH v3 0/2] ERC cleanup and CRW bugfix
Posted by Cornelia Huck 6 years, 8 months ago
On Thu,  3 Aug 2017 02:35:25 +0200
Dong Jia Shi <bjsdjshi@linux.vnet.ibm.com> wrote:

> This series is trying to:
> 1. clear up ERC related code
> 2. bugfix for channel path related CRW generation
> 
> Change log
> ----------
> v2->v3:
> Added Halil's R-B on both patches.
> Patch #1:
>   Added ERC "installed parameters restored".
> 
> v1->v2:
> Patch #1:
>   Add all ERCs.
>   Commit message update.
> Patch #2:
>   Rename the new added parameter to more speaking name -- solicited.
> 
> Dong Jia Shi (2):
>   s390x/css: use macro for event-information pending error recover code
>   s390x/css: generate solicited crw for rchp completion signaling
> 
>  hw/s390x/css.c            | 16 ++++++++++------
>  include/hw/s390x/css.h    |  3 ++-
>  include/hw/s390x/ioinst.h | 12 ++++++++++--
>  3 files changed, 22 insertions(+), 9 deletions(-)
> 

Thanks, applied.