qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 4/6] cpu: Support a target CPU having a varia


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v2 4/6] cpu: Support a target CPU having a variable page size
Date: Tue, 21 Jun 2016 20:46:18 +0100

On 21 June 2016 at 19:26, Andrew Jones <address@hidden> 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



reply via email to

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