[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2] Remove old global variables max_cpus and smp
From: |
Laurent Vivier |
Subject: |
Re: [Qemu-devel] [PATCH v2] Remove old global variables max_cpus and smp_cpus |
Date: |
Tue, 23 Jul 2019 15:54:56 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 |
Le 23/07/2019 à 15:53, Eduardo Habkost a écrit :
> On Fri, Jul 12, 2019 at 03:43:07PM +0200, Stefan Weil wrote:
>> Signed-off-by: Stefan Weil <address@hidden>
>> ---
>> v2: Remove also max_cpus (merci à Laurent Vivier <address@hidden>)
>>
>> include/sysemu/sysemu.h | 2 --
>> 1 file changed, 2 deletions(-)
>>
>> diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h
>> index 984c439ac9..e70edf7c1c 100644
>> --- a/include/sysemu/sysemu.h
>> +++ b/include/sysemu/sysemu.h
>> @@ -103,8 +103,6 @@ extern const char *keyboard_layout;
>> extern int win2k_install_hack;
>> extern int alt_grab;
>> extern int ctrl_grab;
>> -extern int smp_cpus;
>> -extern unsigned int max_cpus;
>> extern int cursor_hide;
>> extern int graphic_rotate;
>> extern int no_quit;
>> --
>> 2.20.1
>>
>
> Queued for 4.2, thanks!
>
Hi did you the mail from Peter?
"this looks like an inadvertent duplicate of Alex's
patch from yesterday:
https://patchew.org/QEMU/address@hidden/";
Thanks,
Laurent