From 4171d32e6eea47bf2cd160ace0ec3639e10b3aa9 Mon Sep 17 00:00:00 2001 From: Jes Sorensen Date: Wed, 16 Mar 2011 13:33:32 +0100 Subject: Introduce -display none New option -display none. This option differs from -nographic by not trying to take control of stdio etc. but instead behaves as if a graphics display is enabled, except that it doesn't show one. Signed-off-by: Jes Sorensen Signed-off-by: Anthony Liguori --- sysemu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sysemu.h') diff --git a/sysemu.h b/sysemu.h index 0a83ab9..c43c7af 100644 --- a/sysemu.h +++ b/sysemu.h @@ -110,6 +110,7 @@ typedef enum DisplayType DT_CURSES, DT_SDL, DT_NOGRAPHIC, + DT_NONE, } DisplayType; extern int autostart; -- cgit v1.1