qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/5] target-tile: Firstly add to qemu with minim


From: Max Filippov
Subject: Re: [Qemu-devel] [PATCH 1/5] target-tile: Firstly add to qemu with minimized features
Date: Mon, 16 Feb 2015 18:24:38 +0300

On Mon, Feb 16, 2015 at 5:44 PM, Chen Gang S <address@hidden> wrote:
> I guess, for qemu, we need !DISASM_ONLY, and may need BFD_RELOC, and may
> need the latest decode_X1_fsm, and also may need !__KERNEL__ -- which
> means we will use the full binutils version disassembler!!

Disassembler is not a crucial part of QEMU target.
If you need it you can dump instruction bytes and use the script
scripts/disas-objdump.pl
that calls binutils. target-xtensa does that.

-- 
Thanks.
-- Max



reply via email to

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