All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 0/7] softfloat queue
Date: Fri, 22 Jan 2016 15:17:29 +0000	[thread overview]
Message-ID: <1453475856-14682-1-git-send-email-peter.maydell@linaro.org> (raw)

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(-)

             reply	other threads:[~2016-01-22 15:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-22 15:17 Peter Maydell [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1453475856-14682-1-git-send-email-peter.maydell@linaro.org \
    --to=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.