qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 0/6] softfloat queue


From: Peter Maydell
Subject: [Qemu-devel] [PULL 0/6] softfloat queue
Date: Fri, 19 Feb 2016 16:36:49 +0000

This is just the MAINTAINERS change plus dropping the fast types.
I've included the minor MIPS change (by agreement with Leon) and the
osdep.h change that drops the solaris compat baggage.

thanks
-- PMM



The following changes since commit 1b3337bb1d1c3125a2140c47629f36540ac57605:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-02-19' into 
staging (2016-02-19 15:19:13 +0000)

are available in the git repository at:


  git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-softfloat-20160219

for you to fetch changes up to 1badb5869831de916792628b5e159176f7e342b8:

  MAINTAINERS: Add section for FPU emulation (2016-02-19 16:27:22 +0000)

----------------------------------------------------------------
softfloat queue:
 * update MAINTAINERS with a section for softfloat
 * drop all the uses of int_fast*_t types

----------------------------------------------------------------
Peter Maydell (6):
      target-mips: Stop using uint_fast*_t types in r4k_tlb_t struct
      fpu: Remove use of int_fast16_t in conversions to int16
      fpu: Use plain 'int' rather than 'int_fast16_t' for shift counts
      fpu: Use plain 'int' rather than 'int_fast16_t' for exponents
      osdep.h: Remove int_fast*_t Solaris compatibility code
      MAINTAINERS: Add section for FPU emulation

 MAINTAINERS             |   7 +++
 fpu/softfloat-macros.h  |  18 +++---
 fpu/softfloat.c         | 162 ++++++++++++++++++++++++++----------------------
 include/fpu/softfloat.h |  16 ++---
 include/qemu/osdep.h    |   7 ---
 target-mips/cpu.h       |  26 ++++----
 6 files changed, 124 insertions(+), 112 deletions(-)



reply via email to

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