[Qemu-devel] [PATCH v3 0/2] vfio-ccw: loosen orb flags checks

Halil Pasic posted 2 patches 5 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180524175828.3143-1-pasic@linux.ibm.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
hw/s390x/css.c | 12 ------------
hw/vfio/ccw.c  | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+), 12 deletions(-)
[Qemu-devel] [PATCH v3 0/2] vfio-ccw: loosen orb flags checks
Posted by Halil Pasic 5 years, 11 months ago
See the individual patches (inclusive change log).

Halil Pasic (2):
  vfio-ccw: add force unlimited prefetch property
  vfio-ccw: remove orb.c64 (64 bit data addresses) check

 hw/s390x/css.c | 12 ------------
 hw/vfio/ccw.c  | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 12 deletions(-)

-- 
2.16.3


Re: [Qemu-devel] [PATCH v3 0/2] vfio-ccw: loosen orb flags checks
Posted by Cornelia Huck 5 years, 11 months ago
On Thu, 24 May 2018 19:58:26 +0200
Halil Pasic <pasic@linux.ibm.com> wrote:

> See the individual patches (inclusive change log).
> 
> Halil Pasic (2):
>   vfio-ccw: add force unlimited prefetch property
>   vfio-ccw: remove orb.c64 (64 bit data addresses) check
> 
>  hw/s390x/css.c | 12 ------------
>  hw/vfio/ccw.c  | 35 +++++++++++++++++++++++++++++++++++
>  2 files changed, 35 insertions(+), 12 deletions(-)
> 

Thanks, applied.

We can do any changeover to a common _once reporting infrastructure on
top.