hw/virtio: Build various target-agnostic objects just once
commit7a0903f7ea8ac7e5b3191c9a2cfd1751b153f48c
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 24 May 2023 09:37:44 +0000 (24 11:37 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 23 Jun 2023 06:54:44 +0000 (23 02:54 -0400)
tree3402af7b254c3e20855de16ca58528a8f23bbc46
parent4ee4667ded5841ff9278d4e4a4c765a3220023bf
hw/virtio: Build various target-agnostic objects just once

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é <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20230524093744.88442-11-philmd@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/block/dataplane/meson.build
hw/scsi/meson.build
hw/virtio/meson.build