qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [5414] Move nographic export to sysemu.h
@ 2008-10-04  7:22 Blue Swirl
  0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-10-04  7:22 UTC (permalink / raw)
  To: qemu-devel

Revision: 5414
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5414
Author:   blueswir1
Date:     2008-10-04 07:22:29 +0000 (Sat, 04 Oct 2008)

Log Message:
-----------
Move nographic export to sysemu.h

Modified Paths:
--------------
    trunk/hw/fw_cfg.c
    trunk/hw/sun4m.c
    trunk/hw/sun4u.c
    trunk/sysemu.h

Modified: trunk/hw/fw_cfg.c
===================================================================
--- trunk/hw/fw_cfg.c	2008-10-04 07:20:07 UTC (rev 5413)
+++ trunk/hw/fw_cfg.c	2008-10-04 07:22:29 UTC (rev 5414)
@@ -259,7 +259,6 @@
 {
     FWCfgState *s;
     int io_ctl_memory, io_data_memory;
-    extern int nographic;
 
     s = qemu_mallocz(sizeof(FWCfgState));
     if (!s)

Modified: trunk/hw/sun4m.c
===================================================================
--- trunk/hw/sun4m.c	2008-10-04 07:20:07 UTC (rev 5413)
+++ trunk/hw/sun4m.c	2008-10-04 07:22:29 UTC (rev 5414)
@@ -175,8 +175,6 @@
     return 0;
 }
 
-extern int nographic;
-
 static void nvram_init(m48t59_t *nvram, uint8_t *macaddr, const char *cmdline,
                        const char *boot_devices, ram_addr_t RAM_size,
                        uint32_t kernel_size,

Modified: trunk/hw/sun4u.c
===================================================================
--- trunk/hw/sun4u.c	2008-10-04 07:20:07 UTC (rev 5413)
+++ trunk/hw/sun4u.c	2008-10-04 07:22:29 UTC (rev 5414)
@@ -108,8 +108,6 @@
     return 0;
 }
 
-extern int nographic;
-
 static int sun4u_NVRAM_set_params (m48t59_t *nvram, uint16_t NVRAM_size,
                                    const char *arch,
                                    ram_addr_t RAM_size,

Modified: trunk/sysemu.h
===================================================================
--- trunk/sysemu.h	2008-10-04 07:20:07 UTC (rev 5413)
+++ trunk/sysemu.h	2008-10-04 07:22:29 UTC (rev 5414)
@@ -78,6 +78,7 @@
 extern int graphic_width;
 extern int graphic_height;
 extern int graphic_depth;
+extern int nographic;
 extern const char *keyboard_layout;
 extern int win2k_install_hack;
 extern int alt_grab;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-04  7:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-04  7:22 [Qemu-devel] [5414] Move nographic export to sysemu.h Blue Swirl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).