From: Samuel Thibault <samuel.thibault@eu.citrix.com>
To: Xen-devel@lists.xensource.com
Subject: [PATCH] ioemu: drop unused shared_vram variable
Date: Thu, 22 May 2008 12:29:24 +0100 [thread overview]
Message-ID: <20080522112924.GY4845@implementation.uk.xensource.com> (raw)
ioemu: drop unused shared_vram variable
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
diff -r 341750d68c38 tools/ioemu/hw/cirrus_vga.c
--- a/tools/ioemu/hw/cirrus_vga.c Thu May 22 12:12:07 2008 +0100
+++ b/tools/ioemu/hw/cirrus_vga.c Thu May 22 12:31:01 2008 +0100
@@ -281,8 +281,6 @@
static uint8_t rop_to_index[256];
-void *shared_vram;
-
/***************************************
*
* prototypes.
diff -r 341750d68c38 tools/ioemu/vl.h
--- a/tools/ioemu/vl.h Thu May 22 12:12:07 2008 +0100
+++ b/tools/ioemu/vl.h Thu May 22 12:31:01 2008 +0100
@@ -153,8 +153,6 @@
unsigned int address_bits, unsigned long *extent_start);
int set_mm_mapping(int xc_handle, uint32_t domid, unsigned long nr_pages,
unsigned int address_bits, unsigned long *extent_start);
-
-extern void *shared_vram;
extern FILE *logfile;
reply other threads:[~2008-05-22 11:29 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=20080522112924.GY4845@implementation.uk.xensource.com \
--to=samuel.thibault@eu.citrix.com \
--cc=Xen-devel@lists.xensource.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.