Loading include/sysemu/sysemu.h +0 −10 Original line number Diff line number Diff line Loading @@ -131,16 +131,6 @@ void qemu_savevm_send_postcopy_ram_discard(QEMUFile *f, const char *name, int qemu_loadvm_state(QEMUFile *f); typedef enum DisplayType { DT_DEFAULT, DT_CURSES, DT_SDL, DT_COCOA, DT_GTK, DT_NONE, } DisplayType; extern int autostart; typedef enum { Loading vl.c +9 −0 Original line number Diff line number Diff line Loading @@ -2077,6 +2077,15 @@ static void select_vgahw(const char *p) } } typedef enum DisplayType { DT_DEFAULT, DT_CURSES, DT_SDL, DT_COCOA, DT_GTK, DT_NONE, } DisplayType; static DisplayType select_display(const char *p) { const char *opts; Loading Loading
include/sysemu/sysemu.h +0 −10 Original line number Diff line number Diff line Loading @@ -131,16 +131,6 @@ void qemu_savevm_send_postcopy_ram_discard(QEMUFile *f, const char *name, int qemu_loadvm_state(QEMUFile *f); typedef enum DisplayType { DT_DEFAULT, DT_CURSES, DT_SDL, DT_COCOA, DT_GTK, DT_NONE, } DisplayType; extern int autostart; typedef enum { Loading
vl.c +9 −0 Original line number Diff line number Diff line Loading @@ -2077,6 +2077,15 @@ static void select_vgahw(const char *p) } } typedef enum DisplayType { DT_DEFAULT, DT_CURSES, DT_SDL, DT_COCOA, DT_GTK, DT_NONE, } DisplayType; static DisplayType select_display(const char *p) { const char *opts; Loading