Re: [Qemu-devel] [PATCH 4/6] target-i386: Rename optimize_flags_init()

2015-03-05 Thread Eduardo Habkost
On Thu, Mar 05, 2015 at 05:31:39PM +0100, Igor Mammedov wrote: > On Thu, 5 Mar 2015 12:38:48 -0300 > Eduardo Habkost wrote: > > > Rename the function so that the reason for its existence is clearer: it > > does x86-specific initialization of TCG structures. > > > > Signed-off-by: Eduardo Habkos

Re: [Qemu-devel] [PATCH 4/6] target-i386: Rename optimize_flags_init()

2015-03-05 Thread Igor Mammedov
On Thu, 5 Mar 2015 12:38:48 -0300 Eduardo Habkost wrote: > Rename the function so that the reason for its existence is clearer: it > does x86-specific initialization of TCG structures. > > Signed-off-by: Eduardo Habkost > --- > target-i386/cpu.c | 2 +- > target-i386/cpu.h | 2 +-

[Qemu-devel] [PATCH 4/6] target-i386: Rename optimize_flags_init()

2015-03-05 Thread Eduardo Habkost
Rename the function so that the reason for its existence is clearer: it does x86-specific initialization of TCG structures. Signed-off-by: Eduardo Habkost --- target-i386/cpu.c | 2 +- target-i386/cpu.h | 2 +- target-i386/translate.c | 2 +- 3 files changed, 3 insertions(+), 3 delet