Re: [PATCH-for-10.1 v6 09/14] hw/virtio: Build various files once

2025-07-08 Thread Philippe Mathieu-Daudé
(Forgot to Cc Manos) On 7/7/25 19:20, Philippe Mathieu-Daudé wrote: Now than various VirtIO files don't use target specific API anymore, we can move them to the system_ss[] source set to build them once. Signed-off-by: Philippe Mathieu-Daudé --- hw/virtio/virtio-config-io.c | 1 - hw/block

Re: [PATCH-for-10.1 v6 09/14] hw/virtio: Build various files once

2025-07-08 Thread Manos Pitsidianakis
Reviewed-by: Manos Pitsidianakis On Tue, Jul 8, 2025 at 1:17 PM Philippe Mathieu-Daudé wrote: > > (Forgot to Cc Manos) > > On 7/7/25 19:20, Philippe Mathieu-Daudé wrote: > > Now than various VirtIO files don't use target specific > > API anymore, we can move them to the system_ss[] source > > se

[PATCH-for-10.1 v6 09/14] hw/virtio: Build various files once

2025-07-07 Thread Philippe Mathieu-Daudé
Now than various VirtIO files don't use target specific API anymore, we can move them to the system_ss[] source set to build them once. Signed-off-by: Philippe Mathieu-Daudé --- hw/virtio/virtio-config-io.c | 1 - hw/block/meson.build | 6 -- hw/virtio/meson.build| 20 +