summary refs log tree commit diff stats
path: root/hw/virtio/virtio-md-stubs.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hw/virtio: move stubs out of stubs/Paolo Bonzini2024-04-181-0/+24
Since the virtio memory device stubs are needed exactly when the Kconfig symbol is not enabled, they can be placed in hw/virtio/ and conditionalized on CONFIG_VIRTIO_MD. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20240408155330.522792-12-pbonzini@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>