[PULL 0/1] 9p fixes for 5.2 2020-11-24

Greg Kurz posted 1 patch 3 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201124120728.1482792-1-groug@kaod.org
Maintainers: Thomas Huth <thuth@redhat.com>, Christian Schoenebeck <qemu_oss@crudebyte.com>, Laurent Vivier <lvivier@redhat.com>, Greg Kurz <groug@kaod.org>, Paolo Bonzini <pbonzini@redhat.com>
tests/qtest/virtio-9p-test.c | 9 +++++++++
1 file changed, 9 insertions(+)
[PULL 0/1] 9p fixes for 5.2 2020-11-24
Posted by Greg Kurz 3 years, 5 months ago
The following changes since commit 683685e72dccaf8cb9fe8ffa20f5c5aacea72118:

  Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request' into staging (2020-11-23 13:03:13 +0000)

are available in the Git repository at:

  https://gitlab.com/gkurz/qemu.git tags/9p-fix-2020-11-24

for you to fetch changes up to 558f5c42efded3e0d0b20a90bce2a9a14580d824:

  tests/9pfs: Mark "local" tests as "slow" (2020-11-24 12:44:25 +0100)

----------------------------------------------------------------
Mark "local" qtests as slow to avoid unwanted breakage of "make check"
with some configurations (eg. Fedora's Copr automatic build system).

----------------------------------------------------------------
Greg Kurz (1):
      tests/9pfs: Mark "local" tests as "slow"

 tests/qtest/virtio-9p-test.c | 9 +++++++++
 1 file changed, 9 insertions(+)
-- 
2.26.2


Re: [PULL 0/1] 9p fixes for 5.2 2020-11-24
Posted by Peter Maydell 3 years, 5 months ago
On Tue, 24 Nov 2020 at 12:08, Greg Kurz <groug@kaod.org> wrote:
>
> The following changes since commit 683685e72dccaf8cb9fe8ffa20f5c5aacea72118:
>
>   Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request' into staging (2020-11-23 13:03:13 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/gkurz/qemu.git tags/9p-fix-2020-11-24
>
> for you to fetch changes up to 558f5c42efded3e0d0b20a90bce2a9a14580d824:
>
>   tests/9pfs: Mark "local" tests as "slow" (2020-11-24 12:44:25 +0100)
>
> ----------------------------------------------------------------
> Mark "local" qtests as slow to avoid unwanted breakage of "make check"
> with some configurations (eg. Fedora's Copr automatic build system).
>
> ----------------------------------------------------------------
> Greg Kurz (1):
>       tests/9pfs: Mark "local" tests as "slow"
>
>  tests/qtest/virtio-9p-test.c | 9 +++++++++
>  1 file changed, 9 insertions(+)
> --

Applied, thanks.

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

-- PMM