qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 1/7] disas: Add print_insn to disassemble inf


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v2 1/7] disas: Add print_insn to disassemble info
Date: Mon, 11 May 2015 08:51:21 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

On 05/09/2015 01:11 PM, Peter Crosthwaite wrote:
> Add the print_insn pointer to the disassemble info structure. This is
> to prepare for QOMification support, where a QOM CPU hook function will
> be responsible for setting the print_insn function. Add this function
> to the existing struct to consolidate such that only the one struct
> needs to be passed to the new QOM API.
> 
> Signed-off-by: Peter Crosthwaite <address@hidden>
> ---
>  disas.c             | 68 
> ++++++++++++++++++++++++++---------------------------
>  include/disas/bfd.h |  6 +++++
>  2 files changed, 39 insertions(+), 35 deletions(-)

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

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