Sheng Yang wrote:

+#define KVM_USERSPACE_IRQ_SOURCE_ID    1 << 0
+
This is dangerous, if used in an expression together with a higher
precedence operator.  I fixed it and applied.  Thanks to all involved.

Wait a minute....

I think I reserved source id 0 to userspace, rather than 1<<0=1... It's strange...
 + kvm->arch.irq_sources_bitmap = 1;

What really should be addressed is here...

Oh right.  I changed it to 0.

--
error compiling committee.c: too many arguments to function

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to