mbox

[PULL] VFIO updates 2016-03-28

Message ID 20160328223305.29099.84911.stgit@gimli.home
State New
Headers show

Pull-request

git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20160328.0

Message

Alex Williamson March 28, 2016, 10:34 p.m. UTC
The following changes since commit b68a80139e37e806f004237e55311ebc42151434:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160324' into staging (2016-03-24 16:24:02 +0000)

are available in the git repository at:


  git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20160328.0

for you to fetch changes up to 55efcc537d330f1659d3fa171a66eebc9327e91b:

  vfio: convert to 128 bit arithmetic calculations when adding mem regions (2016-03-28 13:27:49 -0600)

----------------------------------------------------------------
VFIO updates 2016-03-28

 - Use 128bit math to avoid asserts with IOMMU regions (Bandan Das)

----------------------------------------------------------------
Bandan Das (1):
      vfio: convert to 128 bit arithmetic calculations when adding mem regions

 hw/vfio/common.c | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

Comments

Peter Maydell March 29, 2016, 5:25 p.m. UTC | #1
On 28 March 2016 at 23:34, Alex Williamson <alex.williamson@redhat.com> wrote:
> The following changes since commit b68a80139e37e806f004237e55311ebc42151434:
>
>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160324' into staging (2016-03-24 16:24:02 +0000)
>
> are available in the git repository at:
>
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20160328.0
>
> for you to fetch changes up to 55efcc537d330f1659d3fa171a66eebc9327e91b:
>
>   vfio: convert to 128 bit arithmetic calculations when adding mem regions (2016-03-28 13:27:49 -0600)
>
> ----------------------------------------------------------------
> VFIO updates 2016-03-28
>
>  - Use 128bit math to avoid asserts with IOMMU regions (Bandan Das)
>

Applied, thanks.

-- PMM