Re: [PATCH 02/13] i386: hvf: Drop useless declarations in sysemu

2020-06-05 Thread Roman Bolshakov
On Thu, Jun 04, 2020 at 11:53:53AM +0200, Claudio Fontana wrote: > On 5/28/20 9:37 PM, Roman Bolshakov wrote: > > They're either declared elsewhere or have no use. > > > > While at it, rename _hvf_cpu_synchronize_post_init() to > > do_hvf_cpu_synchronize_post_init(). > > > > Signed-off-by: Roman

Re: [PATCH 02/13] i386: hvf: Drop useless declarations in sysemu

2020-06-04 Thread Claudio Fontana
On 5/28/20 9:37 PM, Roman Bolshakov wrote: > They're either declared elsewhere or have no use. > > While at it, rename _hvf_cpu_synchronize_post_init() to > do_hvf_cpu_synchronize_post_init(). > > Signed-off-by: Roman Bolshakov > --- > include/sysemu/hvf.h | 22 -- > target

Re: [PATCH 02/13] i386: hvf: Drop useless declarations in sysemu

2020-06-03 Thread Philippe Mathieu-Daudé
On 5/28/20 9:37 PM, Roman Bolshakov wrote: > They're either declared elsewhere or have no use. > > While at it, rename _hvf_cpu_synchronize_post_init() to > do_hvf_cpu_synchronize_post_init(). > > Signed-off-by: Roman Bolshakov > --- > include/sysemu/hvf.h | 22 -- > target

[PATCH 02/13] i386: hvf: Drop useless declarations in sysemu

2020-05-28 Thread Roman Bolshakov
They're either declared elsewhere or have no use. While at it, rename _hvf_cpu_synchronize_post_init() to do_hvf_cpu_synchronize_post_init(). Signed-off-by: Roman Bolshakov --- include/sysemu/hvf.h | 22 -- target/i386/hvf/hvf.c | 7 --- 2 files changed, 4 insertions(+