mbox

[PULL,0/3] M68k next patches

Message ID 20200706200559.160209-1-laurent@vivier.eu
State New
Headers show

Pull-request

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

Message

Laurent Vivier July 6, 2020, 8:05 p.m. UTC
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(-)

Comments

Peter Maydell July 9, 2020, 10:29 a.m. UTC | #1
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