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

Stefan Hajnoczi posted 1 patch 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170915173950.21404-1-stefanha@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
trace/control-target.c | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
[Qemu-devel] [PULL 0/1] Tracing patches
Posted by Stefan Hajnoczi 6 years, 7 months ago
The following changes since commit 3dabde1128b671f36ac6cb36b97b273139964420:

  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20170914' into staging (2017-09-14 16:33:02 +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 f99b38fc7c1bdf2dcc5e316478281c35b8c60f79:

  trace: Immediately apply per-vCPU state changes if a vCPU is being created (2017-09-15 14:25:22 +0100)

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

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

Lluís Vilanova (1):
  trace: Immediately apply per-vCPU state changes if a vCPU is being
    created

 trace/control-target.c | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

-- 
2.13.5


Re: [Qemu-devel] [PULL 0/1] Tracing patches
Posted by Peter Maydell 6 years, 7 months ago
On 15 September 2017 at 18:39, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> The following changes since commit 3dabde1128b671f36ac6cb36b97b273139964420:
>
>   Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20170914' into staging (2017-09-14 16:33:02 +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 f99b38fc7c1bdf2dcc5e316478281c35b8c60f79:
>
>   trace: Immediately apply per-vCPU state changes if a vCPU is being created (2017-09-15 14:25:22 +0100)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------
>
> Lluís Vilanova (1):
>   trace: Immediately apply per-vCPU state changes if a vCPU is being
>     created
>
>  trace/control-target.c | 18 +++++++++++-------
>  1 file changed, 11 insertions(+), 7 deletions(-)

Applied, thanks.

-- PMM