qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org, Alistair Francis <alistair@alistair23.me>
Cc: Paolo Bonzini <pbonzini@redhat.com>,
	Peter Crosthwaite <crosthwaite.peter@gmail.com>,
	Richard Henderson <rth@twiddle.net>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	Peter Maydell <peter.maydell@linaro.org>,
	Laszlo Ersek <lersek@redhat.com>
Subject: [Qemu-devel] [PATCH v2 0/2] Use target_words_bigendian() for generic-loader
Date: Fri,  5 Oct 2018 15:01:46 +0200	[thread overview]
Message-ID: <1538744508-17108-1-git-send-email-thuth@redhat.com> (raw)

Provide a proper prototype for target_words_bigendian(), and use
this function in the generic-loader to be able to move it to common-obj.

v2:
 - Split up the single patch into two
 - Add a proper comment in front of the prototype in the header

Thomas Huth (2):
  cpu: Provide a proper prototype for target_words_bigendian() in a
    header
  hw/core/generic-loader: Compile only once, not for each target

 exec.c                   |  5 -----
 hw/core/Makefile.objs    |  2 +-
 hw/core/generic-loader.c |  6 +-----
 hw/virtio/virtio.c       |  1 -
 include/qom/cpu.h        | 11 +++++++++++
 qom/cpu.c                |  1 -
 6 files changed, 13 insertions(+), 13 deletions(-)

-- 
1.8.3.1

             reply	other threads:[~2018-10-05 13:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-05 13:01 Thomas Huth [this message]
2018-10-05 13:01 ` [Qemu-devel] [PATCH v2 1/2] cpu: Provide a proper prototype for target_words_bigendian() in a header Thomas Huth
2018-10-05 13:14   ` Philippe Mathieu-Daudé
2018-10-05 13:20   ` Laszlo Ersek
2018-10-05 13:32     ` Peter Maydell
2018-10-05 13:01 ` [Qemu-devel] [PATCH v2 2/2] hw/core/generic-loader: Compile only once, not for each target Thomas Huth
2018-10-05 13:16   ` Philippe Mathieu-Daudé
2018-10-05 16:24   ` Alistair Francis

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=1538744508-17108-1-git-send-email-thuth@redhat.com \
    --to=thuth@redhat.com \
    --cc=alistair@alistair23.me \
    --cc=crosthwaite.peter@gmail.com \
    --cc=lersek@redhat.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    /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).