Re: [PATCH v3 00/21] softmmu: Make various objects target agnostic

2022-03-06 Thread Philippe Mathieu-Daudé
On 7/2/22 08:54, Philippe Mathieu-Daudé wrote: This is a re-org accel/ and softmmu/ to have more target-agnostic objects. Series fully reviewed. Paolo, Richard, do you want me to send a pull request for this and the 'Remove "qemu/log.h"' series? Since soft-freeze is soon, I'm going to send a p

[PATCH v3 00/21] softmmu: Make various objects target agnostic

2022-02-06 Thread Philippe Mathieu-Daudé via
This is a re-org accel/ and softmmu/ to have more target-agnostic objects. Series fully reviewed. Paolo, Richard, do you want me to send a pull request for this and the 'Remove "qemu/log.h"' series? Since v1: - Simplify kvm_cpus_are_resettable (Richard) Since RFC: - Rework accel/meson (Richard)