Am Dienstag, 14. Oktober 2008 schrieb Glauber Costa:
> 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;
>
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