Re: [PATCH v9 00/10] accel: Allow targets to use Kconfig

2020-06-25 Thread Philippe Mathieu-Daudé
On 6/25/20 12:20 PM, Paolo Bonzini wrote: > On 25/06/20 09:49, Philippe Mathieu-Daudé wrote: >> Hi Paolo, >> >> Claudio raised an issue with patch #4, so at this point >> I have to admit again having the KVM-only build merged >> for the next release won't be possible :( >> >> Only patch #9 depends

Re: [PATCH v9 00/10] accel: Allow targets to use Kconfig

2020-06-25 Thread Paolo Bonzini
On 25/06/20 09:49, Philippe Mathieu-Daudé wrote: > Hi Paolo, > > Claudio raised an issue with patch #4, so at this point > I have to admit again having the KVM-only build merged > for the next release won't be possible :( > > Only patch #9 depends on patch #4. Are you OK to take > the rest of the

Re: [PATCH v9 00/10] accel: Allow targets to use Kconfig

2020-06-25 Thread Philippe Mathieu-Daudé
Hi Paolo, Claudio raised an issue with patch #4, so at this point I have to admit again having the KVM-only build merged for the next release won't be possible :( Only patch #9 depends on patch #4. Are you OK to take the rest of the series, patches 1-3, 5-8, 10 (all but 4 and 9). Patches are full

Re: [PATCH v9 00/10] accel: Allow targets to use Kconfig

2020-06-22 Thread Philippe Mathieu-Daudé
On 6/18/20 2:33 PM, Philippe Mathieu-Daudé wrote: > Missing review: > - 03/10 MAINTAINERS: Cover the HAX accelerator stub I forgot again to include the HAXM team... > - 04/10 configure: Generate rule to calculate base arch of target > > This series include generic patches I took of the KVM/ARM >

Re: [PATCH v9 00/10] accel: Allow targets to use Kconfig

2020-06-18 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200618123342.10693-1-phi...@redhat.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash export

[PATCH v9 00/10] accel: Allow targets to use Kconfig

2020-06-18 Thread Philippe Mathieu-Daudé
Missing review: - 03/10 MAINTAINERS: Cover the HAX accelerator stub - 04/10 configure: Generate rule to calculate base arch of target This series include generic patches I took of the KVM/ARM specific series which will follow. - Update accelerators in MAINTAINERS - Add accel/Kconfig - Allow targe