qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 7/8] disas: mips: QOMify target specific disas s


From: Leon Alrae
Subject: Re: [Qemu-devel] [PATCH 7/8] disas: mips: QOMify target specific disas setup
Date: Mon, 13 Jul 2015 17:00:54 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

On 12/07/2015 03:00, Peter Crosthwaite wrote:
> From: Peter Crosthwaite <address@hidden>
> 
> Move the target_disas() mips specifics to the QOM disas_set_info hook
> and delete the #ifdef specific code in disas.c.
> 
> Cc: Aurelien Jarno <address@hidden>
> Cc: Leon Alrae <address@hidden>
> Signed-off-by: Peter Crosthwaite <address@hidden>
> ---
> Testing:
> mips-test$ ./run-qemu -d in_asm -S 2> err
> QEMU 2.3.90 monitor - type 'help' for more information
> (qemu) x/i 0xbfc00000
> 0xbfc00000:  j  0xbfc00580
> (qemu) c
> (qemu) q
> 
> mips-test$ more err
> IN:
> 0xbfc00000:  j  0xbfc00580
> 0xbfc00004:  nop
> 
> IN:
> 0xbfc00580:  li a0,2
> 0xbfc00584:  lui    sp,0x8000
> ...
> ---
>  disas.c           | 12 ------------
>  target-mips/cpu.c | 10 ++++++++++
>  2 files changed, 10 insertions(+), 12 deletions(-)

Acked-by: Leon Alrae <address@hidden>




reply via email to

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