Re: [PATCH 10/11] hw/virtio: Build various target-agnostic objects just once

2023-05-24 Thread Thomas Huth
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é --- hw/block/dataplane/meson.b

Re: [PATCH 10/11] hw/virtio: Build various target-agnostic objects just once

2023-05-23 Thread Richard Henderson
On 5/23/23 09: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é --- hw/block/dataplane/meson.build

[PATCH 10/11] hw/virtio: Build various target-agnostic objects just once

2023-05-23 Thread Philippe Mathieu-Daudé
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é --- hw/block/dataplane/meson.build | 2 +- hw/scsi/meson.build| 10