qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 15fa1a: disas: Dump insn bytes along with cap


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 15fa1a: disas: Dump insn bytes along with capstone disasse...
Date: Mon, 13 Nov 2017 03:23:49 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 15fa1a0ae0b7de61401131d3ecfcc4acbc31eaaa
      
https://github.com/qemu/qemu/commit/15fa1a0ae0b7de61401131d3ecfcc4acbc31eaaa
  Author: Richard Henderson <address@hidden>
  Date:   2017-11-09 (Thu, 09 Nov 2017)

  Changed paths:
    M disas.c
    M include/disas/bfd.h
    M target/arm/cpu.c
    M target/i386/cpu.c

  Log Message:
  -----------
  disas: Dump insn bytes along with capstone disassembly

This feature is present for some targets in the bfd disassembler(s).
Implement it generically for all capstone users.

Suggested-by: Peter Maydell <address@hidden>
Signed-off-by: Richard Henderson <address@hidden>


  Commit: 9f81aeb5dadab588920b157a4610e890995ef4b9
      
https://github.com/qemu/qemu/commit/9f81aeb5dadab588920b157a4610e890995ef4b9
  Author: Alistair Francis <address@hidden>
  Date:   2017-11-09 (Thu, 09 Nov 2017)

  Changed paths:
    M Makefile
    M configure

  Log Message:
  -----------
  Makefile: Capstone: Add support for cross compile ranlib

When cross compiling QEMU for Windows we need to specify the cross
version of ranlib to avoid build errors when building capstone. This
patch ensures we use the same cross prefix on ranlib as other toolchain
components.

- Fedora23 mingw
- RHEL-7.2 with mingw packages from epel:

   LINK    qemu-img.exe
 build-win64/capstone/capstone.lib: error adding symbols: Archive has no
index; run ranlib to add one
 collect2: error: ld returned 1 exit status

$ x86_64-w64-mingw32-ar --version
GNU ar (GNU Binutils) 2.25

Tested-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Daniel P. Berrange <address@hidden>
Suggested-by: Peter Maydell <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Alistair Francis <address@hidden>
Signed-off-by: Richard Henderson <address@hidden>


  Commit: 6b8d0ac0315f7ecfa41ebdc1467410a4d3342326
      
https://github.com/qemu/qemu/commit/6b8d0ac0315f7ecfa41ebdc1467410a4d3342326
  Author: Peter Maydell <address@hidden>
  Date:   2017-11-13 (Mon, 13 Nov 2017)

  Changed paths:
    M Makefile
    M configure
    M disas.c
    M include/disas/bfd.h
    M target/arm/cpu.c
    M target/i386/cpu.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/rth/tags/pull-cap-20171109' into staging

Capstone fixes for 2.11

# gpg: Signature made Thu 09 Nov 2017 07:49:25 GMT
# gpg:                using RSA key 0x64DF38E8AF7E215F
# gpg: Good signature from "Richard Henderson <address@hidden>"
# Primary key fingerprint: 7A48 1E78 868B 4DB6 A85A  05C0 64DF 38E8 AF7E 215F

* remotes/rth/tags/pull-cap-20171109:
  Makefile: Capstone: Add support for cross compile ranlib
  disas: Dump insn bytes along with capstone disassembly

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/53fb28d10da4...6b8d0ac0315f

reply via email to

[Prev in Thread] Current Thread [Next in Thread]