diff options
author | Jes Sorensen <Jes.Sorensen@redhat.com> | 2011-03-16 13:33:32 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-03-22 08:39:11 -0500 |
commit | 4171d32e6eea47bf2cd160ace0ec3639e10b3aa9 (patch) | |
tree | e5d1fffd99b821e354f3224fa046480a0244f540 /sysemu.h | |
parent | 1472a95bab1e7dc4d6cab83dc3853574cb829211 (diff) |
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 <Jes.Sorensen@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'sysemu.h')
-rw-r--r-- | sysemu.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -110,6 +110,7 @@ typedef enum DisplayType DT_CURSES, DT_SDL, DT_NOGRAPHIC, + DT_NONE, } DisplayType; extern int autostart; |