hw/virtio: Build vhost-vdpa.o once
commit05632635f84311f241ad4dbffdb591f97339a5dc
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 10 Jul 2023 10:04:32 +0000 (10 12:04 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 4 Oct 2023 08:54:02 +0000 (4 04:54 -0400)
tree6b060a93d3f226d88b87f9f0b5d3089d0dac8dcc
parent33f21860b766701f92c01094dcfc5390974d4020
hw/virtio: Build vhost-vdpa.o once

The previous commit removed the dependencies on the
target-specific TARGET_PAGE_FOO macros. We can now
move vhost-vdpa.c to the 'softmmu_virtio_ss' source
set to build it once for all our targets.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230710100432.84819-1-philmd@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/virtio/meson.build