qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Gerhard Wiesinger
Subject: Re: [Qemu-devel] [PATCH][v11] megasas: LSI Megaraid SAS HBA emulation
Date: Sat, 18 Feb 2012 12:15:31 +0100 (CET)
User-agent: Alpine 2.02 (LFD 1266 2009-07-14)

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 doesn't (yet) have the infrastructure changes, so
obviously it won't compile there.

For the unused variables I'll be updating the patch.


@Avi: Can you pull from qemu to test also qemu-kvm?


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 ...

Local merge: But then history isn't the same ...
What command do you use?

Ciao,
Gerhard

--
http://www.wiesinger.com/

--- hw/megasas.c        2012-02-18 09:08:17.000000000 +0100
+++ ../qemu/hw/megasas.c        2012-02-17 20:27:23.000000000 +0100
@@ -1862,4 +1862,4 @@
     type_register_static(&megasas_info);
 }

-device_init(megaraid1078_register_types);
+type_init(megaraid1078_register_types);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]