Re: [RFC v3 0/4] QEMU cpus.c refactoring

2020-05-26 Thread Claudio Fontana
rmation: > > Message-id: 20200525145440.29728-1-cfont...@suse.de > Subject: [RFC v3 0/4] QEMU cpus.c refactoring > Type: series > > === TEST SCRIPT BEGIN === > #!/bin/bash > git rev-parse base > /dev/null || exit 0 > git config --local diff.renamelimit 0 >

Re: [RFC v3 0/4] QEMU cpus.c refactoring

2020-05-25 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200525145440.29728-1-cfont...@suse.de/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20200525145440.29728-1-cfont...@suse.de Subject: [RFC v3 0/4] QEMU cpus.c refactoring Type: series

[RFC v3 0/4] QEMU cpus.c refactoring

2020-05-25 Thread Claudio Fontana
Motivation and higher level steps: https://lists.gnu.org/archive/html/qemu-devel/2020-05/msg04628.html v2 -> v3: * turned into a 4 patch series, adding a first patch moving softmmu code currently in top_srcdir to softmmu/ * cpu-throttle: moved to softmmu/ * cpu-timers, icount: