qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH 1/3] simplify cpu_exec


From: Anthony Liguori
Subject: [Qemu-devel] Re: [PATCH 1/3] simplify cpu_exec
Date: Wed, 21 May 2008 17:05:04 -0500
User-agent: Thunderbird 2.0.0.14 (X11/20080501)

Glauber Costa wrote:
This is a first attempt to simplify cpu_exec(): it has simply
too many ifdefs, which is not a very good practice at all.

Following some work I've already posted in the past, I'm moving the target-based ifdefs to target-xxx/helper.c, encapsuled into relevant functions.

This is a very good thing to do. My only suggestion would be to use a name that was a bit more meaningful that cpu_pre_exec(). These hooks seem to be loading and putting flag values for each architecture so something like cpu_exec_load_flags() and cpu_exec_put_flags() may be more meaningful.

Regards,

Anthony Liguori





reply via email to

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