mbox

[PULL,0/1] Tracing patches

Message ID 20170915173950.21404-1-stefanha@redhat.com
State New
Headers show

Pull-request

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

Message

Stefan Hajnoczi Sept. 15, 2017, 5:39 p.m. UTC
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(-)

Comments

Peter Maydell Sept. 16, 2017, 1:35 p.m. UTC | #1
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