qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] qemugdb/coroutine: fix arch_prctl has unknown r


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH] qemugdb/coroutine: fix arch_prctl has unknown return type
Date: Fri, 8 Feb 2019 15:39:26 +0800
User-agent: Mutt/1.10.1 (2018-07-13)

On Wed, Feb 06, 2019 at 06:14:25PM +0300, Vladimir Sementsov-Ogievskiy wrote:
> qemu coroutine command results in following error output:
> 
> Python Exception <class 'gdb.error'> 'arch_prctl' has unknown return
> type; cast the call to its declared return type: Error occurred in
> Python command: 'arch_prctl' has unknown return type; cast the call to
> its declared return type
> 
> Fix it by giving it what it wants: arch_prctl return type.
> 
> Information on the topic:
>    https://sourceware.org/gdb/onlinedocs/gdb/Calling.html
> 
> Signed-off-by: Vladimir Sementsov-Ogievskiy <address@hidden>
> ---
>  scripts/qemugdb/coroutine.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, applied to my block tree:
https://github.com/stefanha/qemu/commits/block

Stefan

Attachment: signature.asc
Description: PGP signature


reply via email to

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