VT9P_MAX_IOV
struct iovec iov[VT9P_MAX_IOV];
n = vq_getchain(vq, iov, VT9P_MAX_IOV, &req);
assert(n >= 1 && n <= VT9P_MAX_IOV);