mbox

[PULL,0/3] microblaze patch queue

Message ID 20201015045208.595044-1-richard.henderson@linaro.org (mailing list archive)
State New, archived
Headers show

Pull-request

https://github.com/rth7680/qemu.git tags/pull-mb-20201014

Message

Richard Henderson Oct. 15, 2020, 4:52 a.m. UTC
The following changes since commit 57c98ea9acdcef5021f5671efa6475a5794a51c4:

  Merge remote-tracking branch 'remotes/kraxel/tags/ui-20201014-pull-request' into staging (2020-10-14 13:56:06 +0100)

are available in the Git repository at:

  https://github.com/rth7680/qemu.git tags/pull-mb-20201014

for you to fetch changes up to 49e258df83e2200847cd4b331f48d8d872fba51c:

  linux-user/microblaze: Remove non-rt signal frames (2020-10-14 21:19:56 -0700)

----------------------------------------------------------------
Implement rt signal frames for microblaze-linux-user
Adjust linux-user test for musl

----------------------------------------------------------------
Richard Henderson (3):
      tests/tcg/linux-test: Adjust getsockname for musl
      linux-user/microblaze: Implement rt signal frames
      linux-user/microblaze: Remove non-rt signal frames

 linux-user/microblaze/target_signal.h |   1 -
 linux-user/microblaze/signal.c        | 186 +++++++++++++++-------------------
 tests/tcg/multiarch/linux-test.c      |   2 +-
 3 files changed, 84 insertions(+), 105 deletions(-)

Comments

Peter Maydell Oct. 15, 2020, 9:20 p.m. UTC | #1
On Thu, 15 Oct 2020 at 05:52, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> The following changes since commit 57c98ea9acdcef5021f5671efa6475a5794a51c4:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/ui-20201014-pull-request' into staging (2020-10-14 13:56:06 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/rth7680/qemu.git tags/pull-mb-20201014
>
> for you to fetch changes up to 49e258df83e2200847cd4b331f48d8d872fba51c:
>
>   linux-user/microblaze: Remove non-rt signal frames (2020-10-14 21:19:56 -0700)
>
> ----------------------------------------------------------------
> Implement rt signal frames for microblaze-linux-user
> Adjust linux-user test for musl
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM