qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 17ed22: softfloat: Fix uint64_to_float64


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 17ed22: softfloat: Fix uint64_to_float64
Date: Sat, 05 Jan 2013 04:30:09 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 17ed229379d971ae117245b353324115a62b0014
      
https://github.com/qemu/qemu/commit/17ed229379d971ae117245b353324115a62b0014
  Author: Richard Henderson <address@hidden>
  Date:   2013-01-05 (Sat, 05 Jan 2013)

  Changed paths:
    M fpu/softfloat.c

  Log Message:
  -----------
  softfloat: Fix uint64_to_float64

The interface to normalizeRoundAndPackFloat64 requires that the
high bit be clear.  Perform one shift-right-and-jam if needed.

Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 1e397eadf1cf54920c45a2fdc204b1ade1b72d38
      
https://github.com/qemu/qemu/commit/1e397eadf1cf54920c45a2fdc204b1ade1b72d38
  Author: Richard Henderson <address@hidden>
  Date:   2013-01-05 (Sat, 05 Jan 2013)

  Changed paths:
    M fpu/softfloat.c
    M include/fpu/softfloat.h

  Log Message:
  -----------
  softfloat: Implement uint64_to_float128

Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Richard Henderson <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 549db5c32bb025501e2eeb23d2e5cc669061eb71
      
https://github.com/qemu/qemu/commit/549db5c32bb025501e2eeb23d2e5cc669061eb71
  Author: Stefan Weil <address@hidden>
  Date:   2013-01-05 (Sat, 05 Jan 2013)

  Changed paths:
    M hw/pc-testdev.c

  Log Message:
  -----------
  hw/i386: Fix broken build for non POSIX hosts

pc-testdev.c cannot be compiled with MinGW (and other non POSIX hosts):

  CC    i386-softmmu/hw/i386/../pc-testdev.o
qemu/hw/i386/../pc-testdev.c:38:22: warning: sys/mman.h: file not found
qemu/hw/i386/../pc-testdev.c: In function ‘test_flush_page’:
qemu/hw/i386/../pc-testdev.c:103: warning: implicit declaration of function 
‘mprotect’
...

Signed-off-by: Stefan Weil <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


Compare: https://github.com/qemu/qemu/compare/a4c7ecd8ca99...549db5c32bb0

reply via email to

[Prev in Thread] Current Thread [Next in Thread]