[PULL 0/1] s390x: documentation fix

Cornelia Huck posted 1 patch 5 years, 4 months ago
Test checkpatch passed
Test docker-mingw@fedora failed
Test FreeBSD passed
Test docker-quick@centos7 failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200717135633.791340-1-cohuck@redhat.com
Maintainers: Cornelia Huck <cohuck@redhat.com>, Thomas Huth <thuth@redhat.com>
docs/system/s390x/vfio-ccw.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PULL 0/1] s390x: documentation fix
Posted by Cornelia Huck 5 years, 4 months ago
The following changes since commit 151f76c689b1ff4c2c59e6d8469a0d4fe5346f55:

  Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' into staging (2020-07-16 21:46:18 +0100)

are available in the Git repository at:

  https://github.com/cohuck/qemu tags/s390x-20200717

for you to fetch changes up to 9ece07d7a3941eeb845a6f000a191bba19557231:

  docs/s390x: fix vfio-ccw type (2020-07-17 12:56:22 +0200)

----------------------------------------------------------------
Fix typo in newly added documentation.

----------------------------------------------------------------

Cornelia Huck (1):
  docs/s390x: fix vfio-ccw type

 docs/system/s390x/vfio-ccw.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.25.4


Re: [PULL 0/1] s390x: documentation fix
Posted by Peter Maydell 5 years, 3 months ago
On Fri, 17 Jul 2020 at 14:56, Cornelia Huck <cohuck@redhat.com> wrote:
>
> The following changes since commit 151f76c689b1ff4c2c59e6d8469a0d4fe5346f55:
>
>   Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' into staging (2020-07-16 21:46:18 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/cohuck/qemu tags/s390x-20200717
>
> for you to fetch changes up to 9ece07d7a3941eeb845a6f000a191bba19557231:
>
>   docs/s390x: fix vfio-ccw type (2020-07-17 12:56:22 +0200)
>
> ----------------------------------------------------------------
> Fix typo in newly added documentation.
>
> ----------------------------------------------------------------
>
> Cornelia Huck (1):
>   docs/s390x: fix vfio-ccw type
>
>  docs/system/s390x/vfio-ccw.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.1
for any user-visible changes.

-- PMM