WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] ioemu: drop unused shared_vram variable

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] ioemu: drop unused shared_vram variable
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 22 May 2008 11:30:09 -0700
Delivery-date: Thu, 22 May 2008 11:30:09 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1211465328 -3600
# Node ID f472d708b9af3a74a5cdaddac009819b11c180ac
# Parent  2195290728d4774eb86bbd73a6bee07f93d9e44a
ioemu: drop unused shared_vram variable

Signed-off-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxxx>
---
 tools/ioemu/hw/cirrus_vga.c |    2 --
 tools/ioemu/vl.h            |    2 --
 2 files changed, 4 deletions(-)

diff -r 2195290728d4 -r f472d708b9af tools/ioemu/hw/cirrus_vga.c
--- a/tools/ioemu/hw/cirrus_vga.c       Thu May 22 15:08:14 2008 +0100
+++ b/tools/ioemu/hw/cirrus_vga.c       Thu May 22 15:08:48 2008 +0100
@@ -281,8 +281,6 @@ typedef struct PCICirrusVGAState {
 
 static uint8_t rop_to_index[256];
     
-void *shared_vram;
-
 /***************************************
  *
  *  prototypes.
diff -r 2195290728d4 -r f472d708b9af tools/ioemu/vl.h
--- a/tools/ioemu/vl.h  Thu May 22 15:08:14 2008 +0100
+++ b/tools/ioemu/vl.h  Thu May 22 15:08:48 2008 +0100
@@ -153,8 +153,6 @@ int unset_mm_mapping(int xc_handle, uint
                      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;
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] ioemu: drop unused shared_vram variable, Xen patchbot-unstable <=