|
From: | Richard Henderson |
Subject: | Re: [PATCH v2 11/18] hw/virtio: move stubs out of stubs/ |
Date: | Mon, 8 Apr 2024 06:47:51 -1000 |
User-agent: | Mozilla Thunderbird |
On 4/8/24 05:53, Paolo Bonzini wrote:
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> --- stubs/virtio-md-pci.c => hw/virtio/virtio-md-stubs.c | 0 hw/virtio/meson.build | 3 ++- stubs/meson.build | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) rename stubs/virtio-md-pci.c => hw/virtio/virtio-md-stubs.c (100%)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |