From: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v3 00/13] TARGET_*_ALIGNMENT cleanup, and config-target.mak trimming
Date: Thu, 18 Apr 2013 16:49:56 +0200 [thread overview]
Message-ID: <20130418144956.GL4915@smtp.vpn> (raw)
In-Reply-To: <1366208807-4433-1-git-send-email-pbonzini@redhat.com>
On Wed, Apr 17, 2013 at 04:26:34PM +0200, Paolo Bonzini wrote:
> This series expands on the one I sent yesterday, but also fixes some
> confusion between target (CPU) and ABI types in linux-user/elfload.c.
>
> target_short/int/llong and the corresponding unsigned types are renamed
> to abi_short/int/llong, and TARGET_*_ALIGNMENT is similarly renamed to
> ABI_*_ALIGNMENT. target_long/ulong, which identify the register width
> in the CPU, do not have special alignment anymore. Core dumps are
> changed to use the new types, with fixes to include the full 64-bit
> contents of mipsn32 registers.
Applied all, thanks Paolo.
> Paolo Bonzini (13):
> configure: QEMU_INCLUDES are the same for all subtargets
> elfload: fix size of ABI-dependent fields in core dumps
> elfload: fix size of registers for N32
> elfload: use tswapreg consistently in elf_core_copy_regs
> elfload: use abi_short/ushort instead of target_short/ushort
> elfload: use abi_int/uint instead of target_int/uint
> elfload: only give abi_long/ulong the alignment specified by the target
> elfload: use abi_llong/ullong instead of target_llong/ullong
> configure: move CONFIG_QEMU_LDST_OPTIMIZATION to config-host.mak
> configure: move common libraries to config-host.mak
> configure: eliminate target_libs_softmmu
> configure: CONFIG_NO_XEN is duplicated
> configure: remove duplicate test
>
> Makefile.target | 10 +--
> configure | 129 ++++++++++++-----------------
> default-configs/lm32-softmmu.mak | 1 +
> hw/display/Makefile.objs | 5 +-
> include/exec/cpu-defs.h | 14 +---
> include/exec/user/abitypes.h | 46 ++++++++--
> include/hw/xen/xen.h | 2 +-
> linux-user/elfload.c | 175 ++++++++++++++++++++-------------------
> 8 files changed, 196 insertions(+), 186 deletions(-)
>
> --
> 1.8.1.4
>
next prev parent reply other threads:[~2013-04-18 14:50 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-17 14:26 [Qemu-devel] [PATCH v3 00/13] TARGET_*_ALIGNMENT cleanup, and config-target.mak trimming Paolo Bonzini
2013-04-17 14:26 ` [Qemu-devel] [PATCH 01/13] configure: QEMU_INCLUDES are the same for all subtargets Paolo Bonzini
2013-04-17 14:26 ` [Qemu-devel] [PATCH 02/13] elfload: fix size of ABI-dependent fields in core dumps Paolo Bonzini
2013-04-17 14:26 ` [Qemu-devel] [PATCH 03/13] elfload: fix size of registers for N32 Paolo Bonzini
2013-04-17 14:26 ` [Qemu-devel] [PATCH 04/13] elfload: use tswapreg consistently in elf_core_copy_regs Paolo Bonzini
2013-04-17 14:26 ` [Qemu-devel] [PATCH 05/13] elfload: use abi_short/ushort instead of target_short/ushort Paolo Bonzini
2013-04-17 14:26 ` [Qemu-devel] [PATCH 06/13] elfload: use abi_int/uint instead of target_int/uint Paolo Bonzini
2013-04-17 14:26 ` [Qemu-devel] [PATCH 07/13] elfload: only give abi_long/ulong the alignment specified by the target Paolo Bonzini
2013-04-17 14:26 ` [Qemu-devel] [PATCH 08/13] elfload: use abi_llong/ullong instead of target_llong/ullong Paolo Bonzini
2013-04-17 14:26 ` [Qemu-devel] [PATCH 09/13] configure: move CONFIG_QEMU_LDST_OPTIMIZATION to config-host.mak Paolo Bonzini
2013-04-17 14:26 ` [Qemu-devel] [PATCH 10/13] configure: move common libraries " Paolo Bonzini
2013-04-17 14:26 ` [Qemu-devel] [PATCH 11/13] configure: eliminate target_libs_softmmu Paolo Bonzini
2013-04-17 14:26 ` [Qemu-devel] [PATCH 12/13] configure: CONFIG_NO_XEN is duplicated Paolo Bonzini
2013-04-17 14:26 ` [Qemu-devel] [PATCH 13/13] configure: remove duplicate test Paolo Bonzini
2013-04-18 14:49 ` Edgar E. Iglesias [this message]
2013-04-18 14:58 ` [Qemu-devel] [PATCH v3 00/13] TARGET_*_ALIGNMENT cleanup, and config-target.mak trimming Riku Voipio
2013-04-18 19:39 ` Paolo Bonzini
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=20130418144956.GL4915@smtp.vpn \
--to=edgar.iglesias@gmail.com \
--cc=pbonzini@redhat.com \
--cc=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 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).