search for: bootloader_gotptys

Displaying 2 results from an estimated 2 matches for "bootloader_gotptys".

2013 Oct 08
10
xl console regression on xen-unstable
I''m unable to start xl console on latest xen-unstable (build with commit 8e0da8c07f4f80e14314977a11f738bd74a5b62b). > xl -vvv console sid > xenconsole: Could not read tty from store: No such file or directory I also tried "xl create -c", and it shows console from pygrub but when the "xl create" reaches the end I got the same error: > xenconsole: Could not
2012 May 17
8
[PATCH] libxl: do not overwrite user supplied config when running bootloader
...r); - info->u.pv.bootloader = strdup(bootloader); - } + bltmp); + else + bootloader = bltmp; } - make_bootloader_args(gc, bl); + make_bootloader_args(gc, bl, bootloader); bl->openpty.ao = ao; bl->openpty.callback = bootloader_gotptys; @@ -565,33 +578,6 @@ static void bootloader_finished(libxl__e bootloader_callback(egc, bl, rc); } -/*----- entrypoint for external callers -----*/ - -static void run_bootloader_done(libxl__egc *egc, - libxl__bootloader_state *st, int rc) -{ - libxl__ao_com...