Re: [PATCH v8 00/17] QEMU cpus.c refactoring part2

2020-09-25 Thread Peter Maydell
On Fri, 25 Sep 2020 at 17:09, Claudio Fontana wrote: > Hi, if it is helpful I just rebased on latest master and pushed to > > https://github.com/hw-claudio/qemu.git branch: "cpus-refactoring" > > The following changes since commit d4277402b5e4645e4c7706a3221f8acd3f1a50f7: > > tests: add missing

Re: [PATCH v8 00/17] QEMU cpus.c refactoring part2

2020-09-25 Thread Claudio Fontana
On 9/25/20 3:09 PM, Paolo Bonzini wrote: > On 18/09/20 21:00, Richard Henderson wrote: >> On 9/16/20 7:19 AM, Claudio Fontana wrote: >>> Motivation and higher level steps: >>> >>> https://lists.gnu.org/archive/html/qemu-devel/2020-05/msg04628.html >>> >>> Current state is mostly all reviewed, but

Re: [PATCH v8 00/17] QEMU cpus.c refactoring part2

2020-09-25 Thread Paolo Bonzini
On 18/09/20 21:00, Richard Henderson wrote: > On 9/16/20 7:19 AM, Claudio Fontana wrote: >> Motivation and higher level steps: >> >> https://lists.gnu.org/archive/html/qemu-devel/2020-05/msg04628.html >> >> Current state is mostly all reviewed, but I include here a few resolutions >> of rebasing

Re: [PATCH v8 00/17] QEMU cpus.c refactoring part2

2020-09-18 Thread Richard Henderson
On 9/16/20 7:19 AM, Claudio Fontana wrote: > Motivation and higher level steps: > > https://lists.gnu.org/archive/html/qemu-devel/2020-05/msg04628.html > > Current state is mostly all reviewed, but I include here a few resolutions > of rebasing conflicts and a new patch to use current_machine

[PATCH v8 00/17] QEMU cpus.c refactoring part2

2020-09-16 Thread Claudio Fontana
Motivation and higher level steps: https://lists.gnu.org/archive/html/qemu-devel/2020-05/msg04628.html Current state is mostly all reviewed, but I include here a few resolutions of rebasing conflicts and a new patch to use current_machine instead of qdev_get_machine in softmmu context. It's