MAX_GUEST_CMDLINE
MAX_GUEST_CMDLINE > COMMAND_LINE_SIZE ?
COMMAND_LINE_SIZE : MAX_GUEST_CMDLINE);
int8_t cmd_line[MAX_GUEST_CMDLINE];