[Qemu-devel] [PULL 0/3] target/alpha update

Richard Henderson posted 3 patches 6 years, 10 months ago
Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190108021723.14762-1-richard.henderson@linaro.org
There is a newer version of this series
hw/alpha/typhoon.c      |  47 +++++++++++++++++++++++++++--------------------
target/alpha/cpu.c      |   6 +++---
pc-bios/palcode-clipper | Bin 152680 -> 155968 bytes
roms/qemu-palcode       |   2 +-
4 files changed, 31 insertions(+), 24 deletions(-)
[Qemu-devel] [PULL 0/3] target/alpha update
Posted by Richard Henderson 6 years, 10 months ago
One quite old queued patch, and two recent bug fixes.


r~


The following changes since commit c102d9471f8f02d9fbea72ec4505d7089173f470:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190107' into staging (2019-01-07 16:56:33 +0000)

are available in the Git repository at:

  https://github.com/rth7680/qemu.git tags/pull-axp-20190108

for you to fetch changes up to ac89de40ef5d4eb1704aa830342a5371413a81dc:

  pc-bios: Update palcode-clipper (2019-01-08 12:12:51 +1000)

----------------------------------------------------------------
Queued target/alpha patches

----------------------------------------------------------------
Peter Maydell (1):
      hw/alpha/typhoon: Stop calling cpu_unassigned_access()

Richard Henderson (2):
      target/alpha: Fix user-only initialization of fpcr
      pc-bios: Update palcode-clipper

 hw/alpha/typhoon.c      |  47 +++++++++++++++++++++++++++--------------------
 target/alpha/cpu.c      |   6 +++---
 pc-bios/palcode-clipper | Bin 152680 -> 155968 bytes
 roms/qemu-palcode       |   2 +-
 4 files changed, 31 insertions(+), 24 deletions(-)

Re: [Qemu-devel] [PULL 0/3] target/alpha update
Posted by Peter Maydell 6 years, 10 months ago
On Tue, 8 Jan 2019 at 02:17, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> One quite old queued patch, and two recent bug fixes.
>
>
> r~
>
>
> The following changes since commit c102d9471f8f02d9fbea72ec4505d7089173f470:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190107' into staging (2019-01-07 16:56:33 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/rth7680/qemu.git tags/pull-axp-20190108
>
> for you to fetch changes up to ac89de40ef5d4eb1704aa830342a5371413a81dc:
>
>   pc-bios: Update palcode-clipper (2019-01-08 12:12:51 +1000)
>
> ----------------------------------------------------------------
> Queued target/alpha patches
>
> ----------------------------------------------------------------
> Peter Maydell (1):
>       hw/alpha/typhoon: Stop calling cpu_unassigned_access()
>
> Richard Henderson (2):
>       target/alpha: Fix user-only initialization of fpcr
>       pc-bios: Update palcode-clipper

Applied, thanks.

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

-- PMM