libxl: comments cleanup on libxl_dm.c
authorFabio Fantoni <fabio.fantoni@m2r.biz>
Sat, 22 Feb 2014 10:35:54 +0000 (11:35 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 24 Feb 2014 11:26:37 +0000 (11:26 +0000)
Removed some unuseful comments lines.

Signed-off-by: Fabio Fantoni <fabio.fantoni@m2r.biz>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl_dm.c

index f6f7bbd8bf6a5f0c070159e034c044d8231fe9a3..5c06dfa3883e36f8e5974cb7926e5f56c10f1ba9 100644 (file)
@@ -412,7 +412,6 @@ static char ** libxl__build_device_model_args_new(libxl__gc *gc,
     /*
      * Remove default devices created by qemu. Qemu will create only devices
      * defined by xen, since the devices not defined by xen are not usable.
-     * Remove deleting of empty floppy no more needed with nodefault.
      */
     flexarray_append(dm_args, "-nodefaults");
 
@@ -470,10 +469,6 @@ static char ** libxl__build_device_model_args_new(libxl__gc *gc,
         /* XXX sdl->{display,xauthority} into $DISPLAY/$XAUTHORITY */
     }
 
-    /*if (info->type == LIBXL_DOMAIN_TYPE_PV && !b_info->nographic) {
-        flexarray_vappend(dm_args, "-vga", "xenfb", NULL);
-      } never was possible?*/
-
     if (keymap) {
         flexarray_vappend(dm_args, "-k", keymap, NULL);
     }