[Qemu-devel] [PULL 0/1] 9p patches for 2.13 20180502

Greg Kurz posted 1 patch 7 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180502111318.129888-1-groug@kaod.org
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test s390x passed
hw/9pfs/9p.c         | 5 +++++
hw/9pfs/trace-events | 2 ++
2 files changed, 7 insertions(+)
[Qemu-devel] [PULL 0/1] 9p patches for 2.13 20180502
Posted by Greg Kurz 7 years, 5 months ago
The following changes since commit 26bd8d98c4b3284a4c6fe3b67c98b1edd00e9beb:

  Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.13-pull-request' into staging (2018-05-01 15:26:06 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 8f9c64bfa584ab66b8bcbfc162efa179f7f1cd41:

  9p: add trace event for v9fs_setattr() (2018-05-02 08:59:24 +0200)

----------------------------------------------------------------
Just one trace

----------------------------------------------------------------
Greg Kurz (1):
      9p: add trace event for v9fs_setattr()

 hw/9pfs/9p.c         | 5 +++++
 hw/9pfs/trace-events | 2 ++
 2 files changed, 7 insertions(+)
-- 
2.14.3


Re: [Qemu-devel] [PULL 0/1] 9p patches for 2.13 20180502
Posted by Peter Maydell 7 years, 5 months ago
On 2 May 2018 at 12:13, Greg Kurz <groug@kaod.org> wrote:
> The following changes since commit 26bd8d98c4b3284a4c6fe3b67c98b1edd00e9beb:
>
>   Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.13-pull-request' into staging (2018-05-01 15:26:06 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/gkurz/qemu.git tags/for-upstream
>
> for you to fetch changes up to 8f9c64bfa584ab66b8bcbfc162efa179f7f1cd41:
>
>   9p: add trace event for v9fs_setattr() (2018-05-02 08:59:24 +0200)
>
> ----------------------------------------------------------------
> Just one trace
>
> ----------------------------------------------------------------
> Greg Kurz (1):
>       9p: add trace event for v9fs_setattr()
>
>  hw/9pfs/9p.c         | 5 +++++
>  hw/9pfs/trace-events | 2 ++
>  2 files changed, 7 insertions(+)

Applied, thanks.

-- PMM