[Qemu-devel] [PULL for-3.0 0/1] Tracing patches

Stefan Hajnoczi posted 1 patch 7 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180724142504.15092-1-stefanha@redhat.com
Test docker-mingw@fedora passed
Test checkpatch passed
Test docker-quick@centos7 passed
There is a newer version of this series
trace/simple.c | 80 ++++++++++++++++++++++++++++++++++++++++++++------
1 file changed, 71 insertions(+), 9 deletions(-)
[Qemu-devel] [PULL for-3.0 0/1] Tracing patches
Posted by Stefan Hajnoczi 7 years, 3 months ago
The following changes since commit 768cef2974fb1fa30dd188b043ea737e13fea477:

  Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' into staging (2018-07-24 10:37:52 +0100)

are available in the Git repository at:

  git://github.com/stefanha/qemu.git tags/tracing-pull-request

for you to fetch changes up to b6ad6a528f2356b357bd1d210048dd7988dc9a7b:

  trace/simple: fix hang in child after fork(2) (2018-07-24 14:27:51 +0100)

----------------------------------------------------------------
Pull request

Fix qemu-iotests 147 when QEMU was built with ./configure --enable-trace-backend=simple.

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

Stefan Hajnoczi (1):
  trace/simple: fix hang in child after fork(2)

 trace/simple.c | 80 ++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 71 insertions(+), 9 deletions(-)

-- 
2.17.1


Re: [Qemu-devel] [PULL for-3.0 0/1] Tracing patches
Posted by Eric Blake 7 years, 3 months ago
On 07/24/2018 09:25 AM, Stefan Hajnoczi wrote:
> The following changes since commit 768cef2974fb1fa30dd188b043ea737e13fea477:
> 
>    Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' into staging (2018-07-24 10:37:52 +0100)
> 
> are available in the Git repository at:
> 
>    git://github.com/stefanha/qemu.git tags/tracing-pull-request
> 
> for you to fetch changes up to b6ad6a528f2356b357bd1d210048dd7988dc9a7b:
> 
>    trace/simple: fix hang in child after fork(2) (2018-07-24 14:27:51 +0100)
> 
> ----------------------------------------------------------------
> Pull request
> 
> Fix qemu-iotests 147 when QEMU was built with ./configure --enable-trace-backend=simple.

Design conversation ongoing under patch 1/1 - replying here to make sure 
this doesn't get applied if we aren't ready for it yet.

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org

Re: [Qemu-devel] [PULL for-3.0 0/1] Tracing patches
Posted by Peter Maydell 7 years, 3 months ago
On 24 July 2018 at 16:13, Eric Blake <eblake@redhat.com> wrote:
> On 07/24/2018 09:25 AM, Stefan Hajnoczi wrote:
>>
>> The following changes since commit
>> 768cef2974fb1fa30dd188b043ea737e13fea477:
>>
>>    Merge remote-tracking branch
>> 'remotes/ehabkost/tags/x86-next-pull-request' into staging (2018-07-24
>> 10:37:52 +0100)
>>
>> are available in the Git repository at:
>>
>>    git://github.com/stefanha/qemu.git tags/tracing-pull-request
>>
>> for you to fetch changes up to b6ad6a528f2356b357bd1d210048dd7988dc9a7b:
>>
>>    trace/simple: fix hang in child after fork(2) (2018-07-24 14:27:51
>> +0100)
>>
>> ----------------------------------------------------------------
>> Pull request
>>
>> Fix qemu-iotests 147 when QEMU was built with ./configure
>> --enable-trace-backend=simple.
>
>
> Design conversation ongoing under patch 1/1 - replying here to make sure
> this doesn't get applied if we aren't ready for it yet.

OK; I'll drop this pullreq from my queue. Pleas ping me again if
the outcome is that it should be applied.

thanks
-- PMM