Re: [PATCH v3 00/30] target/mips: Re-org to allow KVM-only builds

2021-04-19 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20210419191823.1555482-1-f4...@amsat.org/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20210419191823.1555482-1-f4...@amsat.org Subject: [PATCH v3 00/30] target/mips: Re-org to

[PATCH v3 00/30] target/mips: Re-org to allow KVM-only builds

2021-04-19 Thread Philippe Mathieu-Daudé
TL;DR: This series restrict TCG-specific objects by moving them to the tcg/ subdir. Code is moved around to satisfy 3 cases: { generic sysemu / tcg sysemu / tcg user}. Since v2: - Merge do_translate_address into cpu_mips_translate_address - Added Thomas & Willian tags Since v1: - Addressed Richa