Message ID | 20210710153143.1320521-1-richard.henderson@linaro.org |
---|---|
Headers | show |
Series | tcg patch queue | expand |
On Sat, 10 Jul 2021 at 16:33, Richard Henderson <richard.henderson@linaro.org> wrote: > > The following changes since commit 05de778b5b8ab0b402996769117b88c7ea5c7c61: > > Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2021-07-09 14:30:01 +0100) > > are available in the Git repository at: > > https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20210710 > > for you to fetch changes up to ad1a706f386c2281adb0b09257d892735e405834: > > cpu: Add breakpoint tracepoints (2021-07-09 21:31:11 -0700) > > ---------------------------------------------------------------- > Add translator_use_goto_tb. > Cleanups in prep of breakpoint fixes. > Misc fixes. > > ---------------------------------------------------------------- Is this intended as a pullreq despite the "PATCH" in the subject? thanks -- PMM
Oops, yes. r~ On Sat, 10 Jul 2021, 09:24 Peter Maydell, <peter.maydell@linaro.org> wrote: > On Sat, 10 Jul 2021 at 16:33, Richard Henderson > <richard.henderson@linaro.org> wrote: > > > > The following changes since commit > 05de778b5b8ab0b402996769117b88c7ea5c7c61: > > > > Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into > staging (2021-07-09 14:30:01 +0100) > > > > are available in the Git repository at: > > > > https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20210710 > > > > for you to fetch changes up to ad1a706f386c2281adb0b09257d892735e405834: > > > > cpu: Add breakpoint tracepoints (2021-07-09 21:31:11 -0700) > > > > ---------------------------------------------------------------- > > Add translator_use_goto_tb. > > Cleanups in prep of breakpoint fixes. > > Misc fixes. > > > > ---------------------------------------------------------------- > > Is this intended as a pullreq despite the "PATCH" in the subject? > > thanks > -- PMM > <div dir="auto">Oops, yes.<br><br><div data-smartmail="gmail_signature">r~</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, 10 Jul 2021, 09:24 Peter Maydell, <<a href="mailto:peter.maydell@linaro.org">peter.maydell@linaro.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Sat, 10 Jul 2021 at 16:33, Richard Henderson<br> <<a href="mailto:richard.henderson@linaro.org" target="_blank" rel="noreferrer">richard.henderson@linaro.org</a>> wrote:<br> ><br> > The following changes since commit 05de778b5b8ab0b402996769117b88c7ea5c7c61:<br> ><br> > Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2021-07-09 14:30:01 +0100)<br> ><br> > are available in the Git repository at:<br> ><br> > <a href="https://gitlab.com/rth7680/qemu.git" rel="noreferrer noreferrer" target="_blank">https://gitlab.com/rth7680/qemu.git</a> tags/pull-tcg-20210710<br> ><br> > for you to fetch changes up to ad1a706f386c2281adb0b09257d892735e405834:<br> ><br> > cpu: Add breakpoint tracepoints (2021-07-09 21:31:11 -0700)<br> ><br> > ----------------------------------------------------------------<br> > Add translator_use_goto_tb.<br> > Cleanups in prep of breakpoint fixes.<br> > Misc fixes.<br> ><br> > ----------------------------------------------------------------<br> <br> Is this intended as a pullreq despite the "PATCH" in the subject?<br> <br> thanks<br> -- PMM<br> </blockquote></div>
On Sat, 10 Jul 2021 at 16:33, Richard Henderson <richard.henderson@linaro.org> wrote: > > The following changes since commit 05de778b5b8ab0b402996769117b88c7ea5c7c61: > > Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2021-07-09 14:30:01 +0100) > > are available in the Git repository at: > > https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20210710 > > for you to fetch changes up to ad1a706f386c2281adb0b09257d892735e405834: > > cpu: Add breakpoint tracepoints (2021-07-09 21:31:11 -0700) > > ---------------------------------------------------------------- > Add translator_use_goto_tb. > Cleanups in prep of breakpoint fixes. > Misc fixes. Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/6.1 for any user-visible changes. -- PMM