I am concerned about an apparent misencoding for ioctl KVM_SET_IRQCHIP kvm/include/linux/kvm.h defines KVM_SET_IRQCHIP as #define KVM_SET_IRQCHIP _IOR(KVMIO, 0x63, struct kvm_irqchip) But the verb "SET" in the ioctl name would imply that the ioctl encoding constructor should be _IOW, not _IOR. Note also that KVM_SET_PIT seems to have the same encoding issue. Robert Henry rrh@xxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html