[Qemu-devel] [PATCH] Make SCSI HBA configurable

2010-11-22 Thread Hannes Reinecke
This patch introduces configuration variables CONFIG_SCSI_LSI CONFIG_SCSI_MEGASAS and renames the existing CONFIG_ESP to CONFIG_SCSI_ESP. With this the available SCSI HBAs can be configured for each target configuration instead of compiling it in for everyone. Signed-off-by: Hannes Reinecke ---

Re: [Qemu-devel] [PATCH] Make SCSI HBA configurable

2010-11-22 Thread Jes Sorensen
On 11/22/10 11:15, Hannes Reinecke wrote: > > This patch introduces configuration variables > CONFIG_SCSI_LSI > CONFIG_SCSI_MEGASAS > and renames the existing CONFIG_ESP to CONFIG_SCSI_ESP. > With this the available SCSI HBAs can be configured for each > target configuration instead of compiling i

Re: [Qemu-devel] [PATCH] Make SCSI HBA configurable

2010-11-22 Thread Alexander Graf
On 22.11.2010, at 16:05, Jes Sorensen wrote: > On 11/22/10 11:15, Hannes Reinecke wrote: >> >> This patch introduces configuration variables >> CONFIG_SCSI_LSI >> CONFIG_SCSI_MEGASAS >> and renames the existing CONFIG_ESP to CONFIG_SCSI_ESP. >> With this the available SCSI HBAs can be configured

Re: [Qemu-devel] [PATCH] Make SCSI HBA configurable

2010-11-25 Thread Paul Brook
> This patch introduces configuration variables > CONFIG_SCSI_LSI > CONFIG_SCSI_MEGASAS > and renames the existing CONFIG_ESP to CONFIG_SCSI_ESP. > With this the available SCSI HBAs can be configured for each > target configuration instead of compiling it in for everyone. No. These are both PCI de

Re: [Qemu-devel] [PATCH] Make SCSI HBA configurable

2010-11-25 Thread Alexander Graf
On 25.11.2010, at 11:59, Paul Brook wrote: >> This patch introduces configuration variables >> CONFIG_SCSI_LSI >> CONFIG_SCSI_MEGASAS >> and renames the existing CONFIG_ESP to CONFIG_SCSI_ESP. >> With this the available SCSI HBAs can be configured for each >> target configuration instead of compi

Re: [Qemu-devel] [PATCH] Make SCSI HBA configurable

2010-11-25 Thread Paul Brook
> On 25.11.2010, at 11:59, Paul Brook wrote: > >> This patch introduces configuration variables > >> CONFIG_SCSI_LSI > >> CONFIG_SCSI_MEGASAS > >> and renames the existing CONFIG_ESP to CONFIG_SCSI_ESP. > >> With this the available SCSI HBAs can be configured for each > >> target configuration inst

Re: [Qemu-devel] [PATCH] Make SCSI HBA configurable

2010-11-25 Thread Alexander Graf
On 25.11.2010, at 14:22, Paul Brook wrote: >> On 25.11.2010, at 11:59, Paul Brook wrote: This patch introduces configuration variables CONFIG_SCSI_LSI CONFIG_SCSI_MEGASAS and renames the existing CONFIG_ESP to CONFIG_SCSI_ESP. With this the available SCSI HBAs can be conf

Re: [Qemu-devel] [PATCH] Make SCSI HBA configurable

2010-11-26 Thread Jes Sorensen
On 11/25/10 14:22, Paul Brook wrote: >> On 25.11.2010, at 11:59, Paul Brook wrote: >> RH needs to compile out as much as they can from the code base, because >> they state that they support everything that's compiled in. So making as >> much as possible optional is good. And I don't see why we shou