[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH RESEND] tools/libxl: comments cleanup on libxl_dm.c
Removed some unuseful comments lines. Signed-off-by: Fabio Fantoni <fabio.fantoni@xxxxxxx> --- tools/libxl/libxl_dm.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/libxl/libxl_dm.c b/tools/libxl/libxl_dm.c index 76ac9e2..e87f606 100644 --- a/tools/libxl/libxl_dm.c +++ b/tools/libxl/libxl_dm.c @@ -417,7 +417,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"); @@ -475,10 +474,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); } -- 1.7.9.5 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |