qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v4 00/16] linux-user: Split do_syscall


From: Laurent Vivier
Subject: Re: [Qemu-devel] [PATCH v4 00/16] linux-user: Split do_syscall
Date: Tue, 21 Aug 2018 19:33:26 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

Le 18/08/2018 à 21:01, Richard Henderson a écrit :
> Version 4 continues the split into multiple files, but for
> inclusion rather than separate compilation.  This allows us
> to get warnings if there are mistakes in the switch statement
> that looks up the structures.
> 
> 
> r~
> 
> 
> Richard Henderson (16):
>   linux-user: Remove DEBUG
>   linux-user: Split out do_syscall1
>   linux-user: Relax single exit from "break"
>   linux-user: Propagate goto efault to return
>   linux-user: Propagate goto unimplemented_nowarn to return
>   linux-user: Propagate goto unimplemented to default
>   linux-user: Propagate goto fail to return
...

Richard,

if you want I can include patches 1 to 7 in my next pull request, this
will avoid you to rebase them for every new version of the series.

Thanks,
Laurent



reply via email to

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