Re: [PATCH v7 00/16] QEMU cpus.c refactoring part2

2020-09-09 Thread Alex Bennée
Claudio Fontana writes: > On 9/8/20 2:14 PM, Paolo Bonzini wrote: >> On 08/09/20 13:58, Claudio Fontana wrote: >>> Thanks Paolo, >>> >>> if it can help I try to keep a rebased functioning version at >>> >>> https://github.com/hw-claudio/qemu.git "cpus-refactoring" >>> >>> some of the CI complai

Re: [PATCH v7 00/16] QEMU cpus.c refactoring part2

2020-09-09 Thread Claudio Fontana
On 9/8/20 2:14 PM, Paolo Bonzini wrote: > On 08/09/20 13:58, Claudio Fontana wrote: >> Thanks Paolo, >> >> if it can help I try to keep a rebased functioning version at >> >> https://github.com/hw-claudio/qemu.git "cpus-refactoring" >> >> some of the CI complains about: >> >> check: qemu-img not fo

Re: [PATCH v7 00/16] QEMU cpus.c refactoring part2

2020-09-08 Thread Paolo Bonzini
On 08/09/20 13:58, Claudio Fontana wrote: > Thanks Paolo, > > if it can help I try to keep a rebased functioning version at > > https://github.com/hw-claudio/qemu.git "cpus-refactoring" > > some of the CI complains about: > > check: qemu-img not found > Makefile.mtest:1229: recipe for target 'c

Re: [PATCH v7 00/16] QEMU cpus.c refactoring part2

2020-09-08 Thread Claudio Fontana
On 9/4/20 7:29 PM, Paolo Bonzini wrote: > > > Il ven 4 set 2020, 18:08 Claudio Fontana > ha scritto: > > btw not sure whose queues should these go through? > > > I can take this; the dust from the meson merge should settle soon. > > Paolo Thanks Paolo, if it ca

Re: [PATCH v7 00/16] QEMU cpus.c refactoring part2

2020-09-04 Thread Paolo Bonzini
Il ven 4 set 2020, 18:08 Claudio Fontana ha scritto: > btw not sure whose queues should these go through? > I can take this; the dust from the meson merge should settle soon. Paolo > Thanks, > > Claudio > > On 9/3/20 12:55 PM, Claudio Fontana wrote: > > Motivation and higher level steps: > >

Re: [PATCH v7 00/16] QEMU cpus.c refactoring part2

2020-09-04 Thread Claudio Fontana
btw not sure whose queues should these go through? Thanks, Claudio On 9/3/20 12:55 PM, Claudio Fontana wrote: > Motivation and higher level steps: > > https://lists.gnu.org/archive/html/qemu-devel/2020-05/msg04628.html > > Current state is all reviewed, I think this is a good base to > include

[PATCH v7 00/16] QEMU cpus.c refactoring part2

2020-09-03 Thread Claudio Fontana
Motivation and higher level steps: https://lists.gnu.org/archive/html/qemu-devel/2020-05/msg04628.html Current state is all reviewed, I think this is a good base to include at this point. I had to fix one build issue in patch 1 that went undetected previously due to a meson thing (parallel build)