[Qemu-devel] [PATCH v2 0/2] Use target_words_bigendian() for generic-loader

Thomas Huth posted 2 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1538744508-17108-1-git-send-email-thuth@redhat.com
Test docker-clang@ubuntu failed
Test checkpatch passed
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(-)
[Qemu-devel] [PATCH v2 0/2] Use target_words_bigendian() for generic-loader
Posted by Thomas Huth 7 years, 1 month ago
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