mbox series

[v2,0/2] s390x/pci: some pcistb fixes

Message ID 1608243397-29428-1-git-send-email-mjrosato@linux.ibm.com (mailing list archive)
Headers show
Series s390x/pci: some pcistb fixes | expand

Message

Matthew Rosato Dec. 17, 2020, 10:16 p.m. UTC
Here are a few fixes pulled out of the 'Fixing s390 vfio-pci ISM support'
patchset.

v2:
- Changed loop pattern for patch 2.  @Thomas to be on the safe side I
didn't include your RB since I changed code, please have a look.

If there are further issues/comments I will address them after the
holidays, these aren't urgent fixes.  Thanks!

Matthew Rosato (2):
  s390x/pci: fix pcistb length
  s390x/pci: Fix memory_region_access_valid call

 hw/s390x/s390-pci-inst.c | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Comments

Cornelia Huck Dec. 21, 2020, 12:22 p.m. UTC | #1
On Thu, 17 Dec 2020 17:16:35 -0500
Matthew Rosato <mjrosato@linux.ibm.com> wrote:

> Here are a few fixes pulled out of the 'Fixing s390 vfio-pci ISM support'
> patchset.
> 
> v2:
> - Changed loop pattern for patch 2.  @Thomas to be on the safe side I
> didn't include your RB since I changed code, please have a look.
> 
> If there are further issues/comments I will address them after the
> holidays, these aren't urgent fixes.  Thanks!
> 
> Matthew Rosato (2):
>   s390x/pci: fix pcistb length
>   s390x/pci: Fix memory_region_access_valid call
> 
>  hw/s390x/s390-pci-inst.c | 14 ++++++++------
>  1 file changed, 8 insertions(+), 6 deletions(-)
> 

Thanks, applied.