Re: [Qemu-devel] [RFC PATCH v2 24/37] build: convert sound.mak to Kconfig

2019-01-17 Thread Yang Zhong
On Wed, Jan 16, 2019 at 02:51:37PM +0100, Thomas Huth wrote: > On 2019-01-16 14:48, Thomas Huth wrote: > > On 2019-01-15 15:10, Yang Zhong wrote: > >> From: Paolo Bonzini > >> > >> There is really nothing special in these devices; they are just > >> ISA devices. Instead of including them for each

Re: [Qemu-devel] [RFC PATCH v2 24/37] build: convert sound.mak to Kconfig

2019-01-16 Thread Thomas Huth
On 2019-01-16 14:48, Thomas Huth wrote: > On 2019-01-15 15:10, Yang Zhong wrote: >> From: Paolo Bonzini >> >> There is really nothing special in these devices; they are just >> ISA devices. Instead of including them for each target, >> set CONFIG_ISA to true, and make the devices default to prese

Re: [Qemu-devel] [RFC PATCH v2 24/37] build: convert sound.mak to Kconfig

2019-01-16 Thread Thomas Huth
On 2019-01-15 15:10, Yang Zhong wrote: > From: Paolo Bonzini > > There is really nothing special in these devices; they are just > ISA devices. Instead of including them for each target, > set CONFIG_ISA to true, and make the devices default to present > whenever ISA is available. More conversi

[Qemu-devel] [RFC PATCH v2 24/37] build: convert sound.mak to Kconfig

2019-01-15 Thread Yang Zhong
From: Paolo Bonzini There is really nothing special in these devices; they are just ISA devices. Instead of including them for each target, set CONFIG_ISA to true, and make the devices default to present whenever ISA is available. More conversion of ISA devices will follow. Done with the follo