qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v24 16/18] target/i386: gdbstub: introduce aux functions to r


From: Richard Henderson
Subject: Re: [PATCH v24 16/18] target/i386: gdbstub: introduce aux functions to read/write CS64 regs
Date: Fri, 26 Feb 2021 07:59:30 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 2/26/21 1:49 AM, Claudio Fontana wrote:
> a number of registers are read as 64bit under the condition that
> (hflags & HF_CS64_MASK) || TARGET_X86_64)
> 
> and a number of registers are written as 64bit under the condition that
> (hflags & HF_CS64_MASK).
> 
> Provide some auxiliary functions that do that.
> 
> Signed-off-by: Claudio Fontana <cfontana@suse.de>
> Cc: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  target/i386/gdbstub.c | 155 ++++++++++++++----------------------------
>  1 file changed, 51 insertions(+), 104 deletions(-)

Much better, thanks.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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