[Qemu-devel] [PULL 0/2] 9pfs fixes for 2.9 2017-04-04

Greg Kurz posted 2 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1491322410-24532-1-git-send-email-groug@kaod.org
Test checkpatch passed
Test docker passed
Test s390x passed
hw/9pfs/9p.c | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
[Qemu-devel] [PULL 0/2] 9pfs fixes for 2.9 2017-04-04
Posted by Greg Kurz 7 years ago
The following changes since commit 87cc4c61020addea6a001b94b662596b1896d1b3:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-04-04 11:40:55 +0100)

are available in the git repository at:

  https://github.com/gkurz/qemu.git tags/for-upstream

for you to fetch changes up to 6d54af0ea9eeee70b4c0eb48bd2ae1d22b207dd4:

  9pfs: clear migration blocker at session reset (2017-04-04 18:06:01 +0200)

----------------------------------------------------------------
Some 9pfs bugs fixes: potential hang at reset, migration blocker leak.

----------------------------------------------------------------
Greg Kurz (2):
      9pfs: fix multiple flush for same request
      9pfs: clear migration blocker at session reset

 hw/9pfs/9p.c | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)
-- 
2.7.4


Re: [Qemu-devel] [PULL 0/2] 9pfs fixes for 2.9 2017-04-04
Posted by Peter Maydell 7 years ago
On 4 April 2017 at 17:13, Greg Kurz <groug@kaod.org> wrote:
> The following changes since commit 87cc4c61020addea6a001b94b662596b1896d1b3:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-04-04 11:40:55 +0100)
>
> are available in the git repository at:
>
>   https://github.com/gkurz/qemu.git tags/for-upstream
>
> for you to fetch changes up to 6d54af0ea9eeee70b4c0eb48bd2ae1d22b207dd4:
>
>   9pfs: clear migration blocker at session reset (2017-04-04 18:06:01 +0200)
>
> ----------------------------------------------------------------
> Some 9pfs bugs fixes: potential hang at reset, migration blocker leak.
>
> ----------------------------------------------------------------
> Greg Kurz (2):
>       9pfs: fix multiple flush for same request
>       9pfs: clear migration blocker at session reset
>
>  hw/9pfs/9p.c | 17 ++++++++++-------
>  1 file changed, 10 insertions(+), 7 deletions(-)

Applied, thanks.

-- PMM