Re: [PATCH v10 00/32] i386 cleanup

2020-12-10 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20201210121226.19822-1-cfont...@suse.de/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20201210121226.19822-1-cfont...@suse.de Subject: [PATCH v10 00/32] i386 cleanup === TEST

Re: [PATCH v10 00/32] i386 cleanup

2020-12-10 Thread Claudio Fontana
On 12/10/20 2:05 PM, Philippe Mathieu-Daudé wrote: > Hi Claudio, > > On 12/10/20 1:11 PM, Claudio Fontana wrote: >> Hello, this is version 10 of the cleanup, changed from RFC to PATCH. >> >> v9 -> v10: minor tweaks and fixes >> >> * in "i386: split cpu accelerators from cpu.c", >> >> use kvm/kvm-c

Re: [PATCH v10 00/32] i386 cleanup

2020-12-10 Thread Philippe Mathieu-Daudé
Hi Claudio, On 12/10/20 1:11 PM, Claudio Fontana wrote: > Hello, this is version 10 of the cleanup, changed from RFC to PATCH. > > v9 -> v10: minor tweaks and fixes > > * in "i386: split cpu accelerators from cpu.c", > > use kvm/kvm-cpu.c, hvf/hvf-cpu.c, tcg/tcg-cpu.c. > Easier to understand co

[PATCH v10 00/32] i386 cleanup

2020-12-10 Thread Claudio Fontana
Hello, this is version 10 of the cleanup, changed from RFC to PATCH. v9 -> v10: minor tweaks and fixes * in "i386: split cpu accelerators from cpu.c", use kvm/kvm-cpu.c, hvf/hvf-cpu.c, tcg/tcg-cpu.c. Easier to understand compared to editing multiple cpu.c files, and matches the header files if n