From: Luiz Capitulino <lcapitulino@redhat.com>
To: aliguori@us.ibm.com
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 5/7] sysemu: Export 'no_shutdown'
Date: Wed, 19 May 2010 13:03:00 -0300 [thread overview]
Message-ID: <1274284982-15125-6-git-send-email-lcapitulino@redhat.com> (raw)
In-Reply-To: <1274284982-15125-1-git-send-email-lcapitulino@redhat.com>
It's a global variable already, do_quit() will use it.
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
---
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
next prev parent reply other threads:[~2010-05-19 16:03 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-19 16:02 [Qemu-devel] [PATCH 0/7][PULL]: QMP/Monitor queue Luiz Capitulino
2010-05-19 16:02 ` [Qemu-devel] [PATCH 1/7] QMP: Add "Downstream extension of QMP" to spec Luiz Capitulino
2010-05-19 16:02 ` [Qemu-devel] [PATCH 2/7] Revert "PCI: Convert pci_device_hot_add() to QObject" Luiz Capitulino
2010-05-19 16:02 ` [Qemu-devel] [PATCH 3/7] Revert "monitor: Convert do_pci_device_hot_remove() " Luiz Capitulino
2010-05-19 16:02 ` [Qemu-devel] [PATCH 4/7] Revert "Monitor: Return before exiting with 'quit'" Luiz Capitulino
2010-05-19 16:03 ` Luiz Capitulino [this message]
2010-05-19 16:03 ` [Qemu-devel] [PATCH 6/7] Monitor: Return before exiting with 'quit' Luiz Capitulino
2010-05-19 16:03 ` [Qemu-devel] [PATCH 7/7] Fix qtypes' licenses Luiz Capitulino
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1274284982-15125-6-git-send-email-lcapitulino@redhat.com \
--to=lcapitulino@redhat.com \
--cc=aliguori@us.ibm.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).