Hi Eric,
Will you look at the code in xdr_remote_typed_param_value() in
file sre/remote/remote_protocol.c that processes
VIR_TYPED_PARAM_INT? It looks odd and I'm sure it's the cause
of the bug you mentioned.
switch (objp->type) {
case VIR_TYPED_PARAM_INT:
return FALSE;
break;