[PULL 0/3] M68k next patches

Laurent Vivier posted 3 patches 3 years, 9 months ago
Test FreeBSD passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test docker-mingw@fedora passed
Failed in applying to current master (apply log)
There is a newer version of this series
include/fpu/softfloat.h | 24 ++++++++++++++++++++++++
target/m68k/helper.c    | 17 ++++++++---------
2 files changed, 32 insertions(+), 9 deletions(-)
[PULL 0/3] M68k next patches
Posted by Laurent Vivier 3 years, 9 months ago
The following changes since commit 64f0ad8ad8e13257e7c912df470d46784b55c3fd:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-07-02' into staging (2020-07-02 15:54:09 +0100)

are available in the Git repository at:

  git://github.com/vivier/qemu-m68k.git tags/m68k-next-pull-request

for you to fetch changes up to d159dd058c7dc48a9291fde92eaae52a9f26a4d1:

  softfloat,m68k: disable floatx80_invalid_encoding() for m68k (2020-07-06 21:41:52 +0200)

----------------------------------------------------------------
m68k pull-request 20200706

disable floatx80_invalid_encoding() for m68k
fix m68k_cpu_get_phys_page_debug()

----------------------------------------------------------------

Laurent Vivier (1):
  softfloat,m68k: disable floatx80_invalid_encoding() for m68k

Mark Cave-Ayland (2):
  target/m68k: fix physical address translation in
    m68k_cpu_get_phys_page_debug()
  target/m68k: consolidate physical translation offset into
    get_physical_address()

 include/fpu/softfloat.h | 24 ++++++++++++++++++++++++
 target/m68k/helper.c    | 17 ++++++++---------
 2 files changed, 32 insertions(+), 9 deletions(-)

-- 
2.26.2


Re: [PULL 0/3] M68k next patches
Posted by Peter Maydell 3 years, 9 months ago
On Mon, 6 Jul 2020 at 21:06, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit 64f0ad8ad8e13257e7c912df470d46784b55c3fd:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-07-02' into staging (2020-07-02 15:54:09 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu-m68k.git tags/m68k-next-pull-request
>
> for you to fetch changes up to d159dd058c7dc48a9291fde92eaae52a9f26a4d1:
>
>   softfloat,m68k: disable floatx80_invalid_encoding() for m68k (2020-07-06 21:41:52 +0200)
>
> ----------------------------------------------------------------
> m68k pull-request 20200706
>
> disable floatx80_invalid_encoding() for m68k
> fix m68k_cpu_get_phys_page_debug()
>


Applied, thanks.

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

-- PMM