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 >