qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 01/13] target-s390x: fix exception for invalid o


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 01/13] target-s390x: fix exception for invalid operation code
Date: Tue, 02 Jun 2015 09:41:30 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

On 06/01/2015 02:24 PM, Aurelien Jarno wrote:
> When an operation code is not recognized (ie invalid instruction) an
> operation exception should be generated instead of a specification
> exception. The latter is for valid opcode, with invalid operands or
> modifiers.
> 
> This give a very basic GDB support in the guest, as it uses the invalid
> opcode 0x0001 to generate a trap.
> 
> Cc: Alexander Graf <address@hidden>
> Cc: Richard Henderson <address@hidden>
> Signed-off-by: Aurelien Jarno <address@hidden>
> ---
>  target-s390x/translate.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

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