On 21 June 2016 at 19:26, Andrew Jones <drjo...@redhat.com> wrote: > On Tue, Jun 21, 2016 at 06:09:32PM +0100, Peter Maydell wrote: >> --- a/include/qemu-common.h >> +++ b/include/qemu-common.h >> @@ -76,6 +76,19 @@ void tcg_exec_init(unsigned long tb_size); >> bool tcg_enabled(void); >> >> void cpu_exec_init_all(void); >> +void cpu_exec_machine_creation_done(void); > > Was the above added here by mistake?
Yes; leftover from an attempt at finalizing the page size much later in init; I deleted the function but forgot the prototype (and gcc doesn't warn about that). thanks -- PMM