[libvirt] [PATCHv4 4/6] Add virDomain{G, S}etNumaParameters support to the remote driver

Hu Tao hutao at cn.fujitsu.com
Tue Dec 20 03:44:35 UTC 2011


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;




More information about the libvir-list mailing list