X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Ftelnet_cons.h;fp=palacios%2Finclude%2Fdevices%2Fvideo.h;h=afca897aabc404601eb0911226658dcdfeb1ee2f;hp=cdb927dc679aaa78474158346ae6cedbbae5e402;hb=b54cbe1dbbe15ed228de7472ea284df96ecce909;hpb=1786dcbd1b5a05d2591556db17bff62465713ee1 diff --git a/palacios/include/devices/video.h b/palacios/include/devices/telnet_cons.h similarity index 50% rename from palacios/include/devices/video.h rename to palacios/include/devices/telnet_cons.h index cdb927d..afca897 100644 --- a/palacios/include/devices/video.h +++ b/palacios/include/devices/telnet_cons.h @@ -7,35 +7,30 @@ * and the University of New Mexico. You can find out more at * http://www.v3vee.org * - * Copyright (c) 2009, Robert Deloatch - * Copyright (c) 2009, Steven Jaconette - * Copyright (c) 2009, The V3VEE Project + * Copyright (c) 2008, Jack Lange + * Copyright (c) 2008, The V3VEE Project * All rights reserved. * - * Author: Robdert Deloatch - * Steven Jaconette + * Author: Jack Lange * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "V3VEE_LICENSE". */ -#ifndef __DEVICES_VIDEO_H__ -#define __DEVICES_VIDEO_H__ +#ifndef __DEVICES_TELNET_CONS_H__ +#define __DEVICES_TELNET_CONS_H__ #ifdef __V3VEE__ -//#include -#include - -//struct vm_device * v3_create_video(); - -struct video_cfg { - char pci[32]; +struct telnet_cons_cfg { + char frontend[32]; + uint16_t port; }; -#endif // ! __V3VEE__ + +#endif #endif