Christian Borntraeger wrote:
When you are at it, could move these printk to the arches that atually enable/disable virtualization?

For example you could do something like if (callback) {
        printk "...";
        callback();
}

And then you could remove kvm_arch_hardware_enable/disable from s390 and powerpc.

Havng these messages on s390 and powerpc makes absolutely no sense.

In a separate patch, this is big enough already.

We could do this using kconfig

config KVM_NEEDS_HARDWARE_DETECT
   bool
   default n

and override it for x86/ia64. This would remove the need to implement dummy callbacks in s390/ppc.

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