From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: [PATCH] ioemu: drop unused shared_vram variable Date: Thu, 22 May 2008 12:29:24 +0100 Message-ID: <20080522112924.GY4845@implementation.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org ioemu: drop unused shared_vram variable Signed-off-by: Samuel Thibault 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;