On Thu, Mar 05, 2015 at 12:38:44PM -0300, Eduardo Habkost wrote: > Eduardo Habkost (6): > cpu: No need to zero-initialize numa_node > cpu: Initialize breakpoint/watchpoint lists on cpu_common_initfn() > cpu: Reorder cpu->as and cpu->thread_id initialization
Andreas, do you want to queue the patches above through your qom-cpu tree? They are not a hard requirement for the patches below. (The only difference is that the commit message in patch 6/6 refer to the modified version of cpu_exec_init()) > target-i386: Rename optimize_flags_init() > target-i386: Move TCG initialization to realize time > target-i386: Call cpu_exec_init() on realize > > exec.c | 12 +++++------- > qom/cpu.c | 2 ++ > target-i386/cpu.c | 16 ++++++++-------- > target-i386/cpu.h | 2 +- > target-i386/translate.c | 2 +- > 5 files changed, 17 insertions(+), 17 deletions(-) > > -- > 2.1.0 > > -- Eduardo