Il 03/10/2014 19:47, Dr. David Alan Gilbert (git) ha scritto: > QEMU_VM_CMD_INVALID = 0, /* Must be 0 */ > + QEMU_VM_CMD_OPENRP, /* Tell the dest to open the Return path */
OPEN_RETURN_PATH? > + QEMU_VM_CMD_REQACK, /* Request an ACK on the RP */ SEND_ACK or ACK_REQUESTED? > QEMU_VM_CMD_AFTERLASTVALID Pleaseseparatewords. Is this enum actually used at all? Please avoid the difference between QEMU_VM_CMD and MIG_RPCOMM_. Perhaps MIG_CMD and MIG_RPCMD_? Paolo