Re: s390 kvm and slot 0

2008-10-14 Thread Christian Borntraeger
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; >

s390 kvm and slot 0

2008-10-14 Thread 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; #endif Effectively, because of that (and the check that follows), s390