qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/5] cpu-exec: Restructure cpu_exec()


From: Sergey Fedorov
Subject: Re: [Qemu-devel] [PATCH 0/5] cpu-exec: Restructure cpu_exec()
Date: Tue, 10 May 2016 18:49:20 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2

On 10/05/16 18:46, Sergey Fedorov wrote:
> From: Sergey Fedorov <address@hidden>
>
> cpu_exec() was a huge function also sprinkled with some preprocessor
> directives. It was hard to read and see the main loop crowded by all
> this code. Restructure cpu_exec() by moving its conceptual parts into
> separate static inline functions. That makes it possible to see the
> whole main loop at once, especially its sigsetjmp() handling part.
>
> This series is based on commit
>     40f646483a11 (cpu-exec: Remove relic orphaned comment)
> from
>     git://github.com/rth7680/qemu.git tcg-next
> and is available at
>     git://github.com/sergefdrv/qemu.git cpu_exec-restructure
>
> Sergey Fedorov (5):
>   cpu-exec: Move halt handling out of cpu_exec()
>   cpu-exec: Move exception handling out of cpu_exec()
>   cpu-exec: Move interrupt handling out of cpu_exec()
>   cpu-exec: Move TB execution stuff out of cpu_exec()
>   cpu-exec: Remove unused 'x86_cpu' and 'env' from cpu_exec()
>
>  cpu-exec.c | 395 
> +++++++++++++++++++++++++++++++++----------------------------
>  1 file changed, 211 insertions(+), 184 deletions(-)
>

Sorry, +CC.

Regards,
Sergey



reply via email to

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