From 648429dc4066e47d190484921845871000be217d Mon Sep 17 00:00:00 2001 From: Stefano Stabellini Date: Fri, 21 Jan 2011 18:06:23 +0000 Subject: libxl, minios: stubdom console based save/restore Add two "special" PV consoles to stubdoms that are going to be used to send and receive the qemu-xen save files on save/restore. Use the second PV console to send the qemu-xen save file and the third PV console to receive the qemu-xen save file on restore. Fix the console shutdown function free_consfront that is called when the qemu save file is closed. Stubdom save/restore is still broken with xend. Signed-off-by: Stefano Stabellini Committed-by: Ian Jackson --- extras/mini-os/include/lib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'extras/mini-os/include') diff --git a/extras/mini-os/include/lib.h b/extras/mini-os/include/lib.h index 9102d55b81..84e4de2bfe 100644 --- a/extras/mini-os/include/lib.h +++ b/extras/mini-os/include/lib.h @@ -146,6 +146,7 @@ enum fd_type { FTYPE_KBD, FTYPE_FB, FTYPE_MEM, + FTYPE_SAVEFILE, }; #define MAX_EVTCHN_PORTS 16 -- cgit v1.2.3