[Qemu-devel] [PULL 0/1] VFIO fixes 2017-07-17

Alex Williamson posted 1 patch 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170717203658.15922.21967.stgit@gimli.home
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
hw/vfio/common.c | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
[Qemu-devel] [PULL 0/1] VFIO fixes 2017-07-17
Posted by Alex Williamson 6 years, 8 months ago
The following changes since commit ca4e667dbf431d4a2a5a619cde79d30dd2ac3eb2:

  Merge remote-tracking branch 'remotes/kraxel/tags/usb-20170717-pull-request'
into staging (2017-07-17 17:54:17 +0100)

are available in the git repository at:


  git://github.com/awilliam/qemu-vfio.git tags/vfio-updates-20170717.0

for you to fetch changes up to 8c37faa475f35d158622422788fe8e5aef3118e1:

  vfio-pci, ppc64/spapr: Reorder group-to-container attaching (2017-07-17
12:39:09 -0600)

----------------------------------------------------------------
VFIO fixes 2017-07-17

 - Init re-order to better support hot-add on SPAR (Alexey Kardashevskiy)

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      vfio-pci, ppc64/spapr: Reorder group-to-container attaching

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

Re: [Qemu-devel] [PULL 0/1] VFIO fixes 2017-07-17
Posted by Peter Maydell 6 years, 8 months ago
On 17 July 2017 at 21:39, Alex Williamson <alex.williamson@redhat.com> wrote:
> The following changes since commit ca4e667dbf431d4a2a5a619cde79d30dd2ac3eb2:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/usb-20170717-pull-request'
> into staging (2017-07-17 17:54:17 +0100)
>
> are available in the git repository at:
>
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-updates-20170717.0
>
> for you to fetch changes up to 8c37faa475f35d158622422788fe8e5aef3118e1:
>
>   vfio-pci, ppc64/spapr: Reorder group-to-container attaching (2017-07-17
> 12:39:09 -0600)
>
> ----------------------------------------------------------------
> VFIO fixes 2017-07-17
>
>  - Init re-order to better support hot-add on SPAR (Alexey Kardashevskiy)
>
> ----------------------------------------------------------------
> Alexey Kardashevskiy (1):
>       vfio-pci, ppc64/spapr: Reorder group-to-container attaching
>
>  hw/vfio/common.c | 19 +++++++++++--------
>  1 file changed, 11 insertions(+), 8 deletions(-)

Applied, thanks.

-- PMM