* [PATCH] ioemu: drop unused shared_vram variable
@ 2008-05-22 11:29 Samuel Thibault
0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2008-05-22 11:29 UTC (permalink / raw)
To: Xen-devel
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;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-22 11:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-22 11:29 [PATCH] ioemu: drop unused shared_vram variable Samuel Thibault
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.