Loading vl.c +0 −2 Original line number Diff line number Diff line Loading @@ -150,7 +150,6 @@ static int rtc_utc = 1; static int rtc_date_offset = -1; /* -1 means no change */ QEMUClockType rtc_clock; int vga_interface_type = VGA_NONE; static int full_screen = 0; static DisplayOptions dpy; int no_frame; Chardev *serial_hds[MAX_SERIAL_PORTS]; Loading Loading @@ -3652,7 +3651,6 @@ int main(int argc, char **argv, char **envp) loadvm = optarg; break; case QEMU_OPTION_full_screen: full_screen = 1; dpy.has_full_screen = true; dpy.full_screen = true; break; Loading Loading
vl.c +0 −2 Original line number Diff line number Diff line Loading @@ -150,7 +150,6 @@ static int rtc_utc = 1; static int rtc_date_offset = -1; /* -1 means no change */ QEMUClockType rtc_clock; int vga_interface_type = VGA_NONE; static int full_screen = 0; static DisplayOptions dpy; int no_frame; Chardev *serial_hds[MAX_SERIAL_PORTS]; Loading Loading @@ -3652,7 +3651,6 @@ int main(int argc, char **argv, char **envp) loadvm = optarg; break; case QEMU_OPTION_full_screen: full_screen = 1; dpy.has_full_screen = true; dpy.full_screen = true; break; Loading