[PULL v1 0/6] Xilinx queue 2020-04-30

Edgar E. Iglesias posted 6 patches 5 years, 6 months ago
Test docker-mingw@fedora passed
Test checkpatch passed
Test asan passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200430101949.7754-1-edgar.iglesias@gmail.com
Maintainers: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>
target/microblaze/cpu.h       |  6 ++++++
target/microblaze/cpu.c       | 24 ++++++++++++++++++++++--
target/microblaze/op_helper.c |  5 +++--
target/microblaze/translate.c |  8 ++++----
4 files changed, 35 insertions(+), 8 deletions(-)
[PULL v1 0/6] Xilinx queue 2020-04-30
Posted by Edgar E. Iglesias 5 years, 6 months ago
From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>

The following changes since commit 648db19685b7030aa558a4ddbd3a8e53d8c9a062:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2020-04-29' into staging (2020-04-29 15:07:33 +0100)

are available in the Git repository at:

  git@github.com:edgarigl/qemu.git tags/edgar/xilinx-next-2020-04-30.for-upstream

for you to fetch changes up to 3ed43b5031ed2d7ef501bb81b87caed960218461:

  target/microblaze: Add the pvr-user2 property (2020-04-30 12:11:03 +0200)

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

----------------------------------------------------------------
Edgar E. Iglesias (6):
      target/microblaze: Add the opcode-0x0-illegal CPU property
      target/microblaze: Add the ill-opcode-exception property
      target/microblaze: Add the div-zero-exception property
      target/microblaze: Add the unaligned-exceptions property
      target/microblaze: Add the pvr-user1 property
      target/microblaze: Add the pvr-user2 property

 target/microblaze/cpu.h       |  6 ++++++
 target/microblaze/cpu.c       | 24 ++++++++++++++++++++++--
 target/microblaze/op_helper.c |  5 +++--
 target/microblaze/translate.c |  8 ++++----
 4 files changed, 35 insertions(+), 8 deletions(-)

Edgar E. Iglesias (6):
  target/microblaze: Add the opcode-0x0-illegal CPU property
  target/microblaze: Add the ill-opcode-exception property
  target/microblaze: Add the div-zero-exception property
  target/microblaze: Add the unaligned-exceptions property
  target/microblaze: Add the pvr-user1 property
  target/microblaze: Add the pvr-user2 property

 target/microblaze/cpu.h       |  6 ++++++
 target/microblaze/cpu.c       | 24 ++++++++++++++++++++++--
 target/microblaze/op_helper.c |  5 +++--
 target/microblaze/translate.c |  8 ++++----
 4 files changed, 35 insertions(+), 8 deletions(-)

-- 
2.20.1


Re: [PULL v1 0/6] Xilinx queue 2020-04-30
Posted by Peter Maydell 5 years, 6 months ago
On Thu, 30 Apr 2020 at 11:19, Edgar E. Iglesias
<edgar.iglesias@gmail.com> wrote:
>
> From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>
>
> The following changes since commit 648db19685b7030aa558a4ddbd3a8e53d8c9a062:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2020-04-29' into staging (2020-04-29 15:07:33 +0100)
>
> are available in the Git repository at:
>
>   git@github.com:edgarigl/qemu.git tags/edgar/xilinx-next-2020-04-30.for-upstream
>
> for you to fetch changes up to 3ed43b5031ed2d7ef501bb81b87caed960218461:
>
>   target/microblaze: Add the pvr-user2 property (2020-04-30 12:11:03 +0200)
>
> ----------------------------------------------------------------
> For upstream
>
> ----------------------------------------------------------------
> Edgar E. Iglesias (6):
>       target/microblaze: Add the opcode-0x0-illegal CPU property
>       target/microblaze: Add the ill-opcode-exception property
>       target/microblaze: Add the div-zero-exception property
>       target/microblaze: Add the unaligned-exceptions property
>       target/microblaze: Add the pvr-user1 property
>       target/microblaze: Add the pvr-user2 property


Applied, thanks.

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

-- PMM