[Qemu-devel] [PULL 0/6] VFIO updates 2018-06-05

Alex Williamson posted 6 patches 5 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180605200425.24323.56023.stgit@gimli.home
Test checkpatch passed
Test docker-mingw@fedora failed
Test docker-quick@centos7 passed
Test s390x passed
hw/vfio/pci-quirks.c          | 268 +++++++++++++++++++++++++++++++++++++-----
hw/vfio/pci.c                 |   8 +-
hw/vfio/pci.h                 |  18 +++
hw/vfio/trace-events          |   3 +
include/hw/vfio/vfio-common.h |   9 --
5 files changed, 267 insertions(+), 39 deletions(-)
[Qemu-devel] [PULL 0/6] VFIO updates 2018-06-05
Posted by Alex Williamson 5 years, 10 months ago
The following changes since commit 41feb5b955f0d7c9d071b2c5adbc404ae2895c7a:

  Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.0-pull-request' into staging (2018-06-05 10:38:33 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 8151a9c56d31eeeea872b8103c8b86d03c411667:

  vfio/pci: Default display option to "off" (2018-06-05 08:28:09 -0600)

----------------------------------------------------------------
VFIO updates 2018-06-05

 - Removed unused DPRINTF (Tiwei Bie)
 - KVM & VFIO ioeventfd support for NVIDIA MSI ACK (Alex Williamson)
 - Default vfio-pci display support to "off" (Alex Williamson)

----------------------------------------------------------------
Alex Williamson (5):
      vfio/quirks: Add common quirk alloc helper
      vfio/quirks: Add quirk reset callback
      vfio/quirks: ioeventfd quirk acceleration
      vfio/quirks: Enable ioeventfd quirks to be handled by vfio directly
      vfio/pci: Default display option to "off"

Tiwei Bie (1):
      vfio: remove DPRINTF() definition from vfio-common.h

 hw/vfio/pci-quirks.c          | 268 +++++++++++++++++++++++++++++++++++++-----
 hw/vfio/pci.c                 |   8 +-
 hw/vfio/pci.h                 |  18 +++
 hw/vfio/trace-events          |   3 +
 include/hw/vfio/vfio-common.h |   9 --
 5 files changed, 267 insertions(+), 39 deletions(-)

Re: [Qemu-devel] [PULL 0/6] VFIO updates 2018-06-05
Posted by no-reply@patchew.org 5 years, 10 months ago
Hi,

This series failed docker-mingw@fedora build test. Please find the testing commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.

Type: series
Message-id: 20180605200425.24323.56023.stgit@gimli.home
Subject: [Qemu-devel] [PULL 0/6] VFIO updates 2018-06-05

=== TEST SCRIPT BEGIN ===
#!/bin/bash
set -e
git submodule update --init dtc
# Let docker tests dump environment info
export SHOW_ENV=1
export J=8
time make docker-test-mingw@fedora
=== TEST SCRIPT END ===

Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
fatal: unable to access 'https://github.com/patchew-project/qemu/': Empty reply from server
error: Could not fetch 3c8cf5a9c21ff8782164d1def7f44bd888713384
Traceback (most recent call last):
  File "/usr/bin/patchew", line 442, in test_one
    git_clone_repo(clone, r["repo"], r["head"], logf)
  File "/usr/bin/patchew", line 48, in git_clone_repo
    stdout=logf, stderr=logf)
  File "/usr/lib64/python3.6/subprocess.py", line 291, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['git', 'remote', 'add', '-f', '--mirror=fetch', '3c8cf5a9c21ff8782164d1def7f44bd888713384', 'https://github.com/patchew-project/qemu']' returned non-zero exit status 1.



---
Email generated automatically by Patchew [http://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
Re: [Qemu-devel] [PULL 0/6] VFIO updates 2018-06-05
Posted by Fam Zheng 5 years, 10 months ago
On Wed, 06/06 03:29, no-reply@patchew.org wrote:
> Hi,
> 
> This series failed docker-mingw@fedora build test. Please find the testing commands and
> their output below. If you have Docker installed, you can probably reproduce it
> locally.
> 
> Type: series
> Message-id: 20180605200425.24323.56023.stgit@gimli.home
> Subject: [Qemu-devel] [PULL 0/6] VFIO updates 2018-06-05
> 
> === TEST SCRIPT BEGIN ===
> #!/bin/bash
> set -e
> git submodule update --init dtc
> # Let docker tests dump environment info
> export SHOW_ENV=1
> export J=8
> time make docker-test-mingw@fedora
> === TEST SCRIPT END ===
> 
> Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
> fatal: unable to access 'https://github.com/patchew-project/qemu/': Empty reply from server
> error: Could not fetch 3c8cf5a9c21ff8782164d1def7f44bd888713384
> Traceback (most recent call last):
>   File "/usr/bin/patchew", line 442, in test_one
>     git_clone_repo(clone, r["repo"], r["head"], logf)
>   File "/usr/bin/patchew", line 48, in git_clone_repo
>     stdout=logf, stderr=logf)
>   File "/usr/lib64/python3.6/subprocess.py", line 291, in check_call
>     raise CalledProcessError(retcode, cmd)
> subprocess.CalledProcessError: Command '['git', 'remote', 'add', '-f', '--mirror=fetch', '3c8cf5a9c21ff8782164d1def7f44bd888713384', 'https://github.com/patchew-project/qemu']' returned non-zero exit status 1.

Can we blame this for M$? :D

Fam

Re: [Qemu-devel] [PULL 0/6] VFIO updates 2018-06-05
Posted by Peter Maydell 5 years, 10 months ago
On 5 June 2018 at 21:06, Alex Williamson <alex.williamson@redhat.com> wrote:
> The following changes since commit 41feb5b955f0d7c9d071b2c5adbc404ae2895c7a:
>
>   Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.0-pull-request' into staging (2018-06-05 10:38:33 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20180605.0
>
> for you to fetch changes up to 8151a9c56d31eeeea872b8103c8b86d03c411667:
>
>   vfio/pci: Default display option to "off" (2018-06-05 08:28:09 -0600)
>
> ----------------------------------------------------------------
> VFIO updates 2018-06-05
>
>  - Removed unused DPRINTF (Tiwei Bie)
>  - KVM & VFIO ioeventfd support for NVIDIA MSI ACK (Alex Williamson)
>  - Default vfio-pci display support to "off" (Alex Williamson)
>

Applied, thanks.

-- PMM