mbox

[PULL,0/1] M68k for 2.11 patches

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

Pull-request

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

Message

Laurent Vivier Sept. 10, 2017, 4:18 p.m. UTC
The following changes since commit fcea73709b966a7ded9efa7b106ea50c7fe9025c:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2017-09-08 16:04:42 +0100)

are available in the git repository at:

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

for you to fetch changes up to 6fa9ba09dbf4eb8b52bcb47d6820957f1b77ee0b:

  target/m68k: Switch fpu_rom from make_floatx80() to make_floatx80_init() (2017-09-10 18:07:40 +0200)

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

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

Kamil Rytarowski (1):
  target/m68k: Switch fpu_rom from make_floatx80() to
    make_floatx80_init()

 target/m68k/fpu_helper.c | 44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Comments

Peter Maydell Sept. 11, 2017, 10:07 a.m. UTC | #1
On 10 September 2017 at 17:18, Laurent Vivier <laurent@vivier.eu> wrote:
> The following changes since commit fcea73709b966a7ded9efa7b106ea50c7fe9025c:
>
>   Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2017-09-08 16:04:42 +0100)
>
> are available in the git repository at:
>
>   git://github.com/vivier/qemu-m68k.git tags/m68k-for-2.11-pull-request
>
> for you to fetch changes up to 6fa9ba09dbf4eb8b52bcb47d6820957f1b77ee0b:
>
>   target/m68k: Switch fpu_rom from make_floatx80() to make_floatx80_init() (2017-09-10 18:07:40 +0200)
>
> ----------------------------------------------------------------
>
> ----------------------------------------------------------------
>
> Kamil Rytarowski (1):
>   target/m68k: Switch fpu_rom from make_floatx80() to
>     make_floatx80_init()
>
>  target/m68k/fpu_helper.c | 44 ++++++++++++++++++++++----------------------
>  1 file changed, 22 insertions(+), 22 deletions(-)
>
> --

Applied, thanks.

-- PMM