Re: [PATCH 7/7] hw/virtio: Compile virtio-mem.c once

2025-03-07 Thread David Hildenbrand
On 07.03.25 16:15, Philippe Mathieu-Daudé wrote: Remove unused "exec/ram_addr.h" header. This file doesn't use any target specific definitions anymore, compile it once by moving it to system_virtio_ss[]. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: David Hildenbrand -- Cheers, David

[PATCH 7/7] hw/virtio: Compile virtio-mem.c once

2025-03-07 Thread Philippe Mathieu-Daudé
Remove unused "exec/ram_addr.h" header. This file doesn't use any target specific definitions anymore, compile it once by moving it to system_virtio_ss[]. Signed-off-by: Philippe Mathieu-Daudé --- hw/virtio/virtio-mem.c | 1 - hw/virtio/meson.build | 2 +- 2 files changed, 1 insertion(+), 2 del