All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/7] softfloat queue
@ 2016-01-22 15:17 Peter Maydell
  2016-01-22 15:17 ` [Qemu-devel] [PULL 1/7] fpu: Replace int64 typedef with int64_t Peter Maydell
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Peter Maydell @ 2016-01-22 15:17 UTC (permalink / raw)
  To: qemu-devel

Pullreq with some pending softfloat patches: mine to get rid of the
confusing softfloat specific int types, and Aurelien's to fix the
roundAndPackFloat16 return type.

thanks
-- PMM


The following changes since commit 3c2c85ec4b112e3e2b899472314d5da6880fdf0e:

  Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging (2016-01-22 14:44:12 +0000)

are available in the git repository at:


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

for you to fetch changes up to 7ceac86f49b564954f5bde477c4281f407be1399:

  softfloat: fix return type of roundAndPackFloat16 (2016-01-22 15:09:21 +0000)

----------------------------------------------------------------
softfloat:
 * drop confusing softfloat-only types
 * fix return type of roundAndPackFloat16

----------------------------------------------------------------
Aurelien Jarno (1):
      softfloat: fix return type of roundAndPackFloat16

Peter Maydell (6):
      fpu: Replace int64 typedef with int64_t
      fpu: Replace uint64 typedef with uint64_t
      fpu: Replace int32 typedef with int32_t
      fpu: Replace uint32 typedef with uint32_t
      fpu: Replace int8 typedef with int8_t
      fpu: Replace uint8 typedef with uint8_t

 crypto/secret.c            |   2 +-
 fpu/softfloat-macros.h     |  26 +++---
 fpu/softfloat-specialize.h |   2 +-
 fpu/softfloat.c            | 220 ++++++++++++++++++++++-----------------------
 hw/i386/pc.c               |   2 +-
 hw/ipmi/isa_ipmi_bt.c      |   2 +-
 hw/ipmi/isa_ipmi_kcs.c     |   2 +-
 hw/misc/imx25_ccm.c        |   2 +-
 hw/misc/imx31_ccm.c        |   2 +-
 hw/net/vmware_utils.h      |   2 +-
 hw/net/vmxnet3.c           |   2 +-
 hw/ppc/spapr_events.c      |   4 +-
 include/fpu/softfloat.h    |  68 ++++++--------
 include/hw/i386/pc.h       |   2 +-
 migration/ram.c            |   2 +-
 target-alpha/fpu_helper.c  |   2 +-
 target-mips/kvm.c          |   4 +-
 target-mips/msa_helper.c   |  36 ++++----
 target-s390x/kvm.c         |   2 +-
 tests/vhost-user-test.c    |   2 +-
 20 files changed, 188 insertions(+), 198 deletions(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-01-25 10:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-22 15:17 [Qemu-devel] [PULL 0/7] softfloat queue Peter Maydell
2016-01-22 15:17 ` [Qemu-devel] [PULL 1/7] fpu: Replace int64 typedef with int64_t Peter Maydell
2016-01-22 15:17 ` [Qemu-devel] [PULL 2/7] fpu: Replace uint64 typedef with uint64_t Peter Maydell
2016-01-22 15:17 ` [Qemu-devel] [PULL 3/7] fpu: Replace int32 typedef with int32_t Peter Maydell
2016-01-22 15:17 ` [Qemu-devel] [PULL 4/7] fpu: Replace uint32 typedef with uint32_t Peter Maydell
2016-01-22 15:17 ` [Qemu-devel] [PULL 5/7] fpu: Replace int8 typedef with int8_t Peter Maydell
2016-01-22 15:17 ` [Qemu-devel] [PULL 6/7] fpu: Replace uint8 typedef with uint8_t Peter Maydell
2016-01-22 15:17 ` [Qemu-devel] [PULL 7/7] softfloat: fix return type of roundAndPackFloat16 Peter Maydell
2016-01-25 10:21 ` [Qemu-devel] [PULL 0/7] softfloat queue Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.