[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL 00/11] capstone + disassembler patch queue
From: |
Peter Maydell |
Subject: |
Re: [PULL 00/11] capstone + disassembler patch queue |
Date: |
Fri, 25 Sep 2020 11:03:32 +0100 |
On Tue, 22 Sep 2020 at 18:47, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> The following changes since commit 834b9273d5cdab68180dc8c84d641aaa4344b057:
>
> Merge remote-tracking branch
> 'remotes/vivier2/tags/trivial-branch-for-5.2-pull-request' into staging
> (2020-09-22 15:42:23 +0100)
>
> are available in the Git repository at:
>
> https://github.com/rth7680/qemu.git tags/pull-cap-20200922
>
> for you to fetch changes up to fcfea6ced053045beb1dc8d22bdeaacc9c03d0b9:
>
> disas/capstone: Add skipdata hook for s390x (2020-09-22 08:59:28 -0700)
>
> ----------------------------------------------------------------
> Update capstone submodule from v3.0.5 to v5 ("next").
> Convert submodule build to meson.
> Enable capstone disassembly for s390x.
> Code cleanups in disas.c
Fails to build:
Linux qemu01 4.15.0-72-generic s390x
>From https://git-us.linaro.org/people/pmaydell/qemu-arm
8c1c07929f..a53ea1e6f9 staging -> pmaydell/staging
Fetching submodule capstone
>From https://git.qemu.org/git/capstone
fc236325..4457d451 master -> origin/master
02af5976..2f38802e next -> origin/next
d57e7af3..7ca653c7 v4 -> origin/v4
* [new tag] 4.0.2 -> 4.0.2
make: Entering directory '/home/ubuntu/qemu/build/all'
config-host.mak is out-of-date, running configure
make: *** No rule to make target 'capstone/all', needed by 'Makefile'. Stop.
make: *** Waiting for unfinished jobs....
GIT ui/keycodemapdb tests/fp/berkeley-testfloat-3
tests/fp/berkeley-softfloat-3 meson dtc capstone slirp roms/SLOF
cross containers no
NOTE: guest cross-compilers enabled: cc cc
make: Leaving directory '/home/ubuntu/qemu/build/all'
thanks
-- PMM
- [PULL 04/11] disas: Move host asm annotations to tb_gen_code, (continued)
- [PULL 04/11] disas: Move host asm annotations to tb_gen_code, Richard Henderson, 2020/09/22
- [PULL 03/11] capstone: Require version 4.0 from a system library, Richard Henderson, 2020/09/22
- [PULL 02/11] capstone: Update to upstream "next" branch, Richard Henderson, 2020/09/22
- [PULL 06/11] disas: Use qemu/bswap.h for bfd endian loads, Richard Henderson, 2020/09/22
- [PULL 08/11] disas: Configure capstone for aarch64 host without libvixl, Richard Henderson, 2020/09/22
- [PULL 11/11] disas/capstone: Add skipdata hook for s390x, Richard Henderson, 2020/09/22
- [PULL 10/11] disas: Enable capstone disassembly for s390x, Richard Henderson, 2020/09/22
- [PULL 07/11] disas: Cleanup plugin_disas, Richard Henderson, 2020/09/22
- [PULL 09/11] disas: Split out capstone code to disas/capstone.c, Richard Henderson, 2020/09/22
- Re: [PULL 00/11] capstone + disassembler patch queue, Paolo Bonzini, 2020/09/24
- Re: [PULL 00/11] capstone + disassembler patch queue,
Peter Maydell <=