From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49616 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OElk0-0003vm-19 for qemu-devel@nongnu.org; Wed, 19 May 2010 12:03:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OEljy-0005VC-AP for qemu-devel@nongnu.org; Wed, 19 May 2010 12:03:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57399) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEljy-0005V3-2I for qemu-devel@nongnu.org; Wed, 19 May 2010 12:03:26 -0400 From: Luiz Capitulino Date: Wed, 19 May 2010 13:03:00 -0300 Message-Id: <1274284982-15125-6-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1274284982-15125-1-git-send-email-lcapitulino@redhat.com> References: <1274284982-15125-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH 5/7] sysemu: Export 'no_shutdown' List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aliguori@us.ibm.com Cc: qemu-devel@nongnu.org It's a global variable already, do_quit() will use it. Signed-off-by: Luiz Capitulino --- sysemu.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/sysemu.h b/sysemu.h index 48ee66c..879446a 100644 --- a/sysemu.h +++ b/sysemu.h @@ -128,6 +128,7 @@ extern int max_cpus; extern int cursor_hide; extern int graphic_rotate; extern int no_quit; +extern int no_shutdown; extern int semihosting_enabled; extern int old_param; extern int boot_menu; -- 1.7.1.86.g0e460