X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Ftelnet_cons.c;h=8f71adf839e20ea9aa94e8f8747f0672a44e7b4f;hp=30e07d1f22ecfbf804916b7dab5c9a90f0adf7bb;hb=2851c75eed75519b4d5eaa573cc2f27529dbf981;hpb=5a354421360c38d0f4d90f03c25296b2b35eec0e diff --git a/palacios/src/devices/telnet_cons.c b/palacios/src/devices/telnet_cons.c index 30e07d1..8f71adf 100644 --- a/palacios/src/devices/telnet_cons.c +++ b/palacios/src/devices/telnet_cons.c @@ -354,7 +354,7 @@ static int screen_update(uint_t x, uint_t y, uint_t length, void * private_data) return ret; } -static int scroll(uint_t rows, void * private_data) { +static int scroll(int rows, void * private_data) { struct vm_device * dev = (struct vm_device *)private_data; struct cons_state * state = (struct cons_state *)dev->private_data; addr_t irq_state = 0;