[Qemu-devel] [PULL v1 0/3] Xilinx queue

Edgar E. Iglesias posted 3 patches 6 years, 9 months ago
Test checkpatch passed
Test docker-mingw@fedora passed
Test asan passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190122122048.10845-1-edgar.iglesias@gmail.com
Maintainers: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>
There is a newer version of this series
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(-)
[Qemu-devel] [PULL v1 0/3] Xilinx queue
Posted by Edgar E. Iglesias 6 years, 9 months ago
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(-)

-- 
2.19.1


Re: [Qemu-devel] [PULL v1 0/3] Xilinx queue
Posted by Peter Maydell 6 years, 9 months ago
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