On 23/05/2023 18.35, Philippe Mathieu-Daudé wrote:
The previous commit remove the unnecessary "virtio-access.h" header. These files no longer have target-specific dependency. Move them to the generic 'softmmu_ss' source set.Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> --- hw/block/dataplane/meson.build | 2 +- hw/scsi/meson.build | 10 +++++++--- hw/virtio/meson.build | 11 ++++++----- 3 files changed, 14 insertions(+), 9 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>