qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Blue Swirl <blauwirbel@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [5414] Move nographic export to sysemu.h
Date: Sat, 04 Oct 2008 07:22:30 +0000	[thread overview]
Message-ID: <E1Km1TC-0007Za-7L@cvs.savannah.gnu.org> (raw)

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;

                 reply	other threads:[~2008-10-04  7:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1Km1TC-0007Za-7L@cvs.savannah.gnu.org \
    --to=blauwirbel@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).