X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Ftelnet_cons.c;h=b1558491fc47531b556c3e08ab1ccc7791ba8e29;hb=65286d916b384837567b0da69b4d5a77f190fdc0;hp=bd379cc9f1c2979c2c4ae4e0ede4d9e2abc9e1f8;hpb=6d6988cc9c8bac21d96afd800076afe0915cf2cd;p=palacios.git diff --git a/palacios/src/devices/telnet_cons.c b/palacios/src/devices/telnet_cons.c index bd379cc..b155849 100644 --- a/palacios/src/devices/telnet_cons.c +++ b/palacios/src/devices/telnet_cons.c @@ -390,6 +390,7 @@ static struct v3_console_ops cons_ops = { .update_screen = screen_update, .update_cursor = cursor_update, .scroll = scroll, + .set_text_resolution = NULL, }; static int cons_free(struct cons_state * state) {