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