Samuel Thibault
2008-May-22 11:29 UTC
[Xen-devel] [PATCH] ioemu: drop unused shared_vram variable
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; _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel