[Qemu-devel] [PULL 0/1] M68k for 2.11 patches

Laurent Vivier posted 1 patch 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170910161811.21413-1-laurent@vivier.eu
Test checkpatch passed
Test docker passed
Test s390x passed
target/m68k/fpu_helper.c | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
[Qemu-devel] [PULL 0/1] M68k for 2.11 patches
Posted by Laurent Vivier 6 years, 7 months ago
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(-)

-- 
2.13.5


Re: [Qemu-devel] [PULL 0/1] M68k for 2.11 patches
Posted by Peter Maydell 6 years, 7 months ago
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