1 #include "qemu/osdep.h" 2 #include "ui/console.h" 3 #include "qapi/error.h" 4 vnc_display_password(const char * id,const char * password)5int vnc_display_password(const char *id, const char *password) 6 { 7 return -ENODEV; 8 } vnc_display_pw_expire(const char * id,time_t expires)9int vnc_display_pw_expire(const char *id, time_t expires) 10 { 11 return -ENODEV; 12 }; 13