[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 00/13] user-mode: Prune build dependencies (part 1)
From: |
Laurent Vivier |
Subject: |
Re: [PATCH v4 00/13] user-mode: Prune build dependencies (part 1) |
Date: |
Tue, 2 Jun 2020 17:55:14 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 |
Le 02/06/2020 à 16:46, Philippe Mathieu-Daudé a écrit :
> This series is now fully reviewed.
>
> Laurent, as Paolo's misc-tree is already full, can it go via your
> linux-user tree (as it improve linux-user at the end)?
OK, I add the series to my queue. I plan to do a linux-user PR soon.
Thanks,
Laurent
> Thanks,
>
> Phil.
>
> On 5/22/20 7:24 PM, Philippe Mathieu-Daudé wrote:
>> This is the first part of a series reducing user-mode
>> dependencies. By stripping out unused code, the build
>> and testing time is reduced (as is space used by objects).
>>
>> Part 1 (generic):
>> - reduce user-mode object list
>> - remove some migration code from user-mode
>> - remove cpu_get_crash_info()
>>
> [...]
>>
>> Philippe Mathieu-Daudé (13):
>> Makefile: Only build virtiofsd if system-mode is enabled
>> configure: Avoid building TCG when not needed
>> tests/Makefile: Only display TCG-related tests when TCG is available
>> tests/Makefile: Restrict some softmmu-only tests
>> util/Makefile: Reduce the user-mode object list
>> stubs/Makefile: Reduce the user-mode object list
>> target/riscv/cpu: Restrict CPU migration to system-mode
>> exec: Assert CPU migration is not used on user-only build
>> arch_init: Remove unused 'qapi-commands-misc.h' include
>> target/i386: Restrict CpuClass::get_crash_info() to system-mode
>> target/s390x: Restrict CpuClass::get_crash_info() to system-mode
>> hw/core: Restrict CpuClass::get_crash_info() to system-mode
>> stubs: Restrict ui/win32-kbd-hook to system-mode
>