Hi Carsten,
libkvm/libkvm.c, in function get_free_slot(), we see:
#if defined(KVM_CAP_SET_TSS_ADDR) && !defined(__s390__)
tss_ext = ioctl(kvm->fd, KVM_CHECK_EXTENSION, KVM_CAP_SET_TSS_ADDR);
#else
tss_ext = 0;
#endif
Effectively, because of that (and the check that follows), s390 will not
use slot 0. Does it really matters for s390, or is it just a bug?
--
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