Re: [Qemu-devel] [PATCH][v11] megasas: LSI Megaraid SAS HBA emulation

2012-02-18 Thread Avi Kivity
On 02/18/2012 01:15 PM, Gerhard Wiesinger wrote: >> I pulled on Thursday, are you testing the latest? >> >> I something's missing, you can always do a local merge btw. > > > Yes, latest. With patch below, it works also on qemu-kvm. > So something is still missing ... > You'll need that patch for q

Re: [Qemu-devel] [PATCH][v11] megasas: LSI Megaraid SAS HBA emulation

2012-02-18 Thread Gerhard Wiesinger
On Sat, 18 Feb 2012, Avi Kivity wrote: On 02/17/2012 07:11 PM, Gerhard Wiesinger wrote: gcc --version gcc (GCC) 4.6.2 20111027 (Red Hat 4.6.2-1) Please submit a new patch which removes unused variables, etc. As already mentioned, this patch is against qemu.git, not qemu-kvm.git. The latter

Re: [Qemu-devel] [PATCH][v11] megasas: LSI Megaraid SAS HBA emulation

2012-02-18 Thread Avi Kivity
On 02/17/2012 07:11 PM, Gerhard Wiesinger wrote: >>> gcc --version >>> gcc (GCC) 4.6.2 20111027 (Red Hat 4.6.2-1) >>> >>> Please submit a new patch which removes unused variables, etc. >>> >> >> As already mentioned, this patch is against qemu.git, not qemu-kvm.git. >> The latter doesn't (yet) have

Re: [Qemu-devel] [PATCH][v11] megasas: LSI Megaraid SAS HBA emulation

2012-02-17 Thread Gerhard Wiesinger
On Fri, 17 Feb 2012, Hannes Reinecke wrote: On 02/17/2012 03:03 PM, Gerhard Wiesinger wrote: Hello Hannes, Reason for my problems of non working megasas is that megasas.o was no compiled: Details: Makefile.objs #hw-obj-$(CONFIG_MEGASAS_SCSI_PCI) += megasas.o # OK: hw-obj-y += megasas.o Altho

Re: [Qemu-devel] [PATCH][v11] megasas: LSI Megaraid SAS HBA emulation

2012-02-17 Thread Hannes Reinecke
On 02/17/2012 03:03 PM, Gerhard Wiesinger wrote: > Hello Hannes, > > Reason for my problems of non working megasas is that megasas.o was > no compiled: > > Details: > Makefile.objs > #hw-obj-$(CONFIG_MEGASAS_SCSI_PCI) += megasas.o > # OK: > hw-obj-y += megasas.o > > Although: > ./default-configs