mbox

[PULL,for-5.0,0/1] tcg patch queue

Message ID 20200412211121.13579-1-richard.henderson@linaro.org
State New
Headers show

Pull-request

https://github.com/rth7680/qemu.git tags/pull-tcg-20200412

Message

Richard Henderson April 12, 2020, 9:11 p.m. UTC
The following changes since commit 17e1e49814096a3daaa8e5a73acd56a0f30bdc18:

  Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2020-04-09 19:00:41 +0100)

are available in the Git repository at:

  https://github.com/rth7680/qemu.git tags/pull-tcg-20200412

for you to fetch changes up to a4e57084c16d5b0eff3651693fba04f26b30b551:

  tcg/mips: mips sync* encode error (2020-04-12 14:07:07 -0700)

----------------------------------------------------------------
Fix tcg/mips barrier encoding

----------------------------------------------------------------
lixinyu (1):
      tcg/mips: mips sync* encode error

 tcg/mips/tcg-target.inc.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comments

Peter Maydell April 13, 2020, 12:11 p.m. UTC | #1
On Sun, 12 Apr 2020 at 22:11, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> The following changes since commit 17e1e49814096a3daaa8e5a73acd56a0f30bdc18:
>
>   Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2020-04-09 19:00:41 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/rth7680/qemu.git tags/pull-tcg-20200412
>
> for you to fetch changes up to a4e57084c16d5b0eff3651693fba04f26b30b551:
>
>   tcg/mips: mips sync* encode error (2020-04-12 14:07:07 -0700)
>
> ----------------------------------------------------------------
> Fix tcg/mips barrier encoding
>
> ----------------------------------------------------------------
> lixinyu (1):
>       tcg/mips: mips sync* encode error
>
>  tcg/mips/tcg-target.inc.c | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.0
for any user-visible changes.

-- PMM