HYPERVISOR_console_io
EXPORT_SYMBOL_GPL(HYPERVISOR_console_io);
return HYPERVISOR_console_io(CONSOLEIO_read, len, buf);
int rc = HYPERVISOR_console_io(CONSOLEIO_write, len, (u8 *)str);
int HYPERVISOR_console_io(int cmd, int count, char *str);