qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Cc: blauwirbel@gmail.com
Subject: [Qemu-devel] [PATCH v2 00/10] Alpha updates
Date: Sat, 24 Mar 2012 09:51:05 -0700	[thread overview]
Message-ID: <1332607875-18895-1-git-send-email-rth@twiddle.net> (raw)

Changes v1->v2:
  * Formatting fixed during the move to new files.  It might have been
    cleaner to fix it before the move, but it was easier to run the
    existing patches through checkpatch.pl.

  * Add noreturn marker, now that it's available.


r~


Richard Henderson (10):
  alpha-linux-user: Initialize fpu to round-to-normal.
  target-alpha: Move integer helpers to int_helper.c.
  target-alpha: Move exception helpers to helper.c.
  target-alpha: Move floating-point helpers to fpu_helper.c.
  target-alpha: Move fpcr helpers from op_helper.c to helper.c.
  target-alpha: Move integer overflow helpers to int_helper.c.
  target-alpha: Move palcode support helpers to sys_helper.c.
  target-alpha: Move memory helpers to mem_helper.c.
  target-alpha: Make use of fp_status.flush_inputs_to_zero.
  target-alpha: Use noreturn marker in helper.h.

 Makefile.target           |    3 +
 configure                 |    2 +-
 target-alpha/cpu.h        |    4 +-
 target-alpha/fpu_helper.c |  822 +++++++++++++++++++++++++++
 target-alpha/helper.c     |   61 ++-
 target-alpha/helper.h     |  143 +++---
 target-alpha/int_helper.c |  320 +++++++++++
 target-alpha/mem_helper.c |  151 +++++
 target-alpha/op_helper.c  | 1379 ---------------------------------------------
 target-alpha/sys_helper.c |   87 +++
 target-alpha/translate.c  |  222 +++++---
 11 files changed, 1643 insertions(+), 1551 deletions(-)
 create mode 100644 target-alpha/fpu_helper.c
 create mode 100644 target-alpha/int_helper.c
 create mode 100644 target-alpha/mem_helper.c
 delete mode 100644 target-alpha/op_helper.c
 create mode 100644 target-alpha/sys_helper.c

-- 
1.7.7.6

             reply	other threads:[~2012-03-24 16:51 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-24 16:51 Richard Henderson [this message]
2012-03-24 16:51 ` [Qemu-devel] [PATCH 01/10] alpha-linux-user: Initialize fpu to round-to-normal Richard Henderson
2012-03-24 16:51 ` [Qemu-devel] [PATCH 02/10] target-alpha: Move integer helpers to int_helper.c Richard Henderson
2012-03-24 16:51 ` [Qemu-devel] [PATCH 03/10] target-alpha: Move exception helpers to helper.c Richard Henderson
2012-03-24 16:51 ` [Qemu-devel] [PATCH 04/10] target-alpha: Move floating-point helpers to fpu_helper.c Richard Henderson
2012-03-24 16:51 ` [Qemu-devel] [PATCH 05/10] target-alpha: Move fpcr helpers from op_helper.c to helper.c Richard Henderson
2012-03-24 16:51 ` [Qemu-devel] [PATCH 06/10] target-alpha: Move integer overflow helpers to int_helper.c Richard Henderson
2012-03-24 16:51 ` [Qemu-devel] [PATCH 07/10] target-alpha: Move palcode support helpers to sys_helper.c Richard Henderson
2012-03-24 16:51 ` [Qemu-devel] [PATCH 08/10] target-alpha: Move memory helpers to mem_helper.c Richard Henderson
2012-03-24 16:51 ` [Qemu-devel] [PATCH 09/10] target-alpha: Make use of fp_status.flush_inputs_to_zero Richard Henderson
2012-03-24 16:51 ` [Qemu-devel] [PATCH 10/10] target-alpha: Use noreturn marker in helper.h Richard Henderson
2012-03-24 18:34 ` [Qemu-devel] [PATCH v2 00/10] Alpha updates Blue Swirl

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=1332607875-18895-1-git-send-email-rth@twiddle.net \
    --to=rth@twiddle.net \
    --cc=blauwirbel@gmail.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).