mbox series

[PULL,v1,0/3] MicroBlaze fixes

Message ID 20191112160449.29212-1-edgar.iglesias@gmail.com (mailing list archive)
Headers show
Series MicroBlaze fixes | expand

Message

Edgar E. Iglesias Nov. 12, 2019, 4:04 p.m. UTC
From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>

The following changes since commit 039e285e095c20a88e623b927654b161aaf9d914:

  Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-request' into staging (2019-11-12 12:09:19 +0000)

are available in the Git repository at:

  git@github.com:edgarigl/qemu.git tags/edgar/xilinx-next-2019-11-12.for-upstream

for you to fetch changes up to c49a41b0b9e6c77e24ac2be4d95c54d62bc7b092:

  target/microblaze: Plug temp leak around eval_cond_jmp() (2019-11-12 16:35:26 +0100)

----------------------------------------------------------------
For upstream

----------------------------------------------------------------
Edgar E. Iglesias (3):
      target/microblaze: Plug temp leaks for loads/stores
      target/microblaze: Plug temp leaks with delay slot setup
      target/microblaze: Plug temp leak around eval_cond_jmp()

 target/microblaze/translate.c | 77 +++++++++++++++++++++----------------------
 1 file changed, 38 insertions(+), 39 deletions(-)

Comments

Peter Maydell Nov. 12, 2019, 5:46 p.m. UTC | #1
On Tue, 12 Nov 2019 at 16:04, Edgar E. Iglesias
<edgar.iglesias@gmail.com> wrote:
>
> From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>
>
> The following changes since commit 039e285e095c20a88e623b927654b161aaf9d914:
>
>   Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-request' into staging (2019-11-12 12:09:19 +0000)
>
> are available in the Git repository at:
>
>   git@github.com:edgarigl/qemu.git tags/edgar/xilinx-next-2019-11-12.for-upstream
>
> for you to fetch changes up to c49a41b0b9e6c77e24ac2be4d95c54d62bc7b092:
>
>   target/microblaze: Plug temp leak around eval_cond_jmp() (2019-11-12 16:35:26 +0100)
>
> ----------------------------------------------------------------
> For upstream
>
> ----------------------------------------------------------------
> Edgar E. Iglesias (3):
>       target/microblaze: Plug temp leaks for loads/stores
>       target/microblaze: Plug temp leaks with delay slot setup
>       target/microblaze: Plug temp leak around eval_cond_jmp()
>


Applied, thanks.

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

-- PMM