Re: [Qemu-devel] [RFC PATCH 13/25] scsi: express dependencies with Kconfig

2019-01-10 Thread Yang Zhong
On Tue, Jan 08, 2019 at 12:42:06PM +0100, Paolo Bonzini wrote: > On 08/01/19 09:04, Yang Zhong wrote: > > On Fri, Jan 04, 2019 at 02:39:50PM +0100, Thomas Huth wrote: > >> On 2018-12-27 07:34, Yang Zhong wrote: > >>> From: Paolo Bonzini > >>> > >>> This lets you disable SCSI altogether with "CONFI

Re: [Qemu-devel] [RFC PATCH 13/25] scsi: express dependencies with Kconfig

2019-01-08 Thread Paolo Bonzini
On 08/01/19 09:04, Yang Zhong wrote: > On Fri, Jan 04, 2019 at 02:39:50PM +0100, Thomas Huth wrote: >> On 2018-12-27 07:34, Yang Zhong wrote: >>> From: Paolo Bonzini >>> >>> This lets you disable SCSI altogether with "CONFIG_SCSI=n". >>> >>> Signed-off-by: Paolo Bonzini >>> Signed-off-by: Yang Zh

Re: [Qemu-devel] [RFC PATCH 13/25] scsi: express dependencies with Kconfig

2019-01-08 Thread Yang Zhong
On Fri, Jan 04, 2019 at 02:39:50PM +0100, Thomas Huth wrote: > On 2018-12-27 07:34, Yang Zhong wrote: > > From: Paolo Bonzini > > > > This lets you disable SCSI altogether with "CONFIG_SCSI=n". > > > > Signed-off-by: Paolo Bonzini > > Signed-off-by: Yang Zhong > > --- > > hw/scsi/Kconfig

Re: [Qemu-devel] [RFC PATCH 13/25] scsi: express dependencies with Kconfig

2019-01-07 Thread Yang Zhong
On Fri, Jan 04, 2019 at 02:38:23PM +0100, Paolo Bonzini wrote: > On 27/12/18 07:34, Yang Zhong wrote: > > From: Paolo Bonzini > > > > This lets you disable SCSI altogether with "CONFIG_SCSI=n". > > USB_STORAGE_BOT and USB_STORAGE_UAS must also select SCSI. > > Paolo Thanks for Paolo's remind

Re: [Qemu-devel] [RFC PATCH 13/25] scsi: express dependencies with Kconfig

2019-01-04 Thread Thomas Huth
On 2018-12-27 07:34, Yang Zhong wrote: > From: Paolo Bonzini > > This lets you disable SCSI altogether with "CONFIG_SCSI=n". > > Signed-off-by: Paolo Bonzini > Signed-off-by: Yang Zhong > --- > hw/scsi/Kconfig | 11 ++- > hw/scsi/Makefile.objs | 2 +- > 2 files changed, 11 inse

Re: [Qemu-devel] [RFC PATCH 13/25] scsi: express dependencies with Kconfig

2019-01-04 Thread Paolo Bonzini
On 27/12/18 07:34, Yang Zhong wrote: > From: Paolo Bonzini > > This lets you disable SCSI altogether with "CONFIG_SCSI=n". USB_STORAGE_BOT and USB_STORAGE_UAS must also select SCSI. Paolo

[Qemu-devel] [RFC PATCH 13/25] scsi: express dependencies with Kconfig

2018-12-26 Thread Yang Zhong
From: Paolo Bonzini This lets you disable SCSI altogether with "CONFIG_SCSI=n". Signed-off-by: Paolo Bonzini Signed-off-by: Yang Zhong --- hw/scsi/Kconfig | 11 ++- hw/scsi/Makefile.objs | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/hw/scsi/Kconfig b/h