From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: [PATCH] ioemu: fix xc_handle declaration Date: Wed, 23 Jan 2008 17:16:12 +0000 Message-ID: <20080123171612.GH5188@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: fix xc_handle declaration Signed-off-by: Samuel Thibault diff -r c364f80eb4b5 tools/ioemu/target-i386-dm/helper2.c --- a/tools/ioemu/target-i386-dm/helper2.c Wed Jan 23 13:27:21 2008 +0000 +++ b/tools/ioemu/target-i386-dm/helper2.c Wed Jan 23 17:11:15 2008 +0000 @@ -72,7 +72,7 @@ int domid = -1; int domid = -1; int vcpus = 1; -int xc_handle; +extern int xc_handle; long time_offset = 0;