Re: [PULL 11/63] hw/virtio: move stubs out of stubs/

2024-09-06 Thread Paolo Bonzini
On Fri, Sep 6, 2024 at 9:08 AM Michael Tokarev wrote: > > 05.09.2024 19:27, Paolo Bonzini wrote: > > On Sat, Aug 3, 2024 at 4:29 AM Michael Tokarev wrote: > >> > >> 23.04.2024 18:08, Paolo Bonzini wrote: > >>> Since the virtio memory device stubs are needed exactly when the > >>> Kconfig symbol i

Re: [PULL 11/63] hw/virtio: move stubs out of stubs/

2024-09-06 Thread Michael Tokarev
05.09.2024 19:27, Paolo Bonzini wrote: On Sat, Aug 3, 2024 at 4:29 AM Michael Tokarev wrote: 23.04.2024 18:08, 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_VI

Re: [PULL 11/63] hw/virtio: move stubs out of stubs/

2024-09-05 Thread Paolo Bonzini
On Sat, Aug 3, 2024 at 4:29 AM Michael Tokarev wrote: > > 23.04.2024 18:08, 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-

Re: [PULL 11/63] hw/virtio: move stubs out of stubs/

2024-08-02 Thread Michael Tokarev
23.04.2024 18:08, 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 Reviewed-by: Richard Henderson Message-ID: <202404081553

[PULL 11/63] hw/virtio: move stubs out of stubs/

2024-04-23 Thread Paolo Bonzini
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 Reviewed-by: Richard Henderson Message-ID: <20240408155330.522792-12-pbonz...@redhat.com> Signed-