mbox series

[PULL,v1,0/3] Xilinx queue

Message ID 20190122122048.10845-1-edgar.iglesias@gmail.com (mailing list archive)
Headers show
Series Xilinx queue | expand

Message

Edgar E. Iglesias Jan. 22, 2019, 12:20 p.m. UTC
From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>

The following changes since commit e56b86bc7735dd076939fa33a76e1ee9d5907e47:

  Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into staging (2019-01-21 19:19:47 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 2867a96ffb63fa363820e4b0110b96a06218068b:

  target/microblaze: Add props enabling exceptions on failed bus accesses (2019-01-22 03:17:34 -0800)

----------------------------------------------------------------
Pullreq 2019-01-22

----------------------------------------------------------------
Edgar E. Iglesias (2):
      hw/microblaze: s3adsp1800: Create an unimplemented GPIO area
      target/microblaze: Add props enabling exceptions on failed bus accesses

Peter Maydell (1):
      target/microblaze: Switch to transaction_failed hook

 hw/microblaze/petalogix_s3adsp1800_mmu.c |  4 ++++
 target/microblaze/cpu.c                  | 14 ++++++++++++--
 target/microblaze/cpu.h                  |  9 ++++++---
 target/microblaze/op_helper.c            | 22 ++++++++++++----------
 4 files changed, 34 insertions(+), 15 deletions(-)

Comments

Peter Maydell Jan. 23, 2019, 5:57 p.m. UTC | #1
On Tue, 22 Jan 2019 at 12:21, Edgar E. Iglesias
<edgar.iglesias@gmail.com> wrote:
>
> From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>
>
> The following changes since commit e56b86bc7735dd076939fa33a76e1ee9d5907e47:
>
>   Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into staging (2019-01-21 19:19:47 +0000)
>
> are available in the Git repository at:
>
>   git@github.com:edgarigl/qemu.git tags/edgar/xilinx-next-2019-01-22.for-upstream
>
> for you to fetch changes up to 2867a96ffb63fa363820e4b0110b96a06218068b:
>
>   target/microblaze: Add props enabling exceptions on failed bus accesses (2019-01-22 03:17:34 -0800)
>
> ----------------------------------------------------------------
> Pullreq 2019-01-22
>
> ----------------------------------------------------------------
> Edgar E. Iglesias (2):
>       hw/microblaze: s3adsp1800: Create an unimplemented GPIO area
>       target/microblaze: Add props enabling exceptions on failed bus accesses
>
> Peter Maydell (1):
>       target/microblaze: Switch to transaction_failed hook

Applied, thanks.

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

-- PMM