From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NIdvj-0005Wl-TZ for qemu-devel@nongnu.org; Thu, 10 Dec 2009 02:59:19 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIdvf-0005Sw-CH for qemu-devel@nongnu.org; Thu, 10 Dec 2009 02:59:19 -0500 Received: from [199.232.76.173] (port=34223 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIdvf-0005So-5r for qemu-devel@nongnu.org; Thu, 10 Dec 2009 02:59:15 -0500 Received: from mx20.gnu.org ([199.232.41.8]:53168) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NIdve-0004p9-Ks for qemu-devel@nongnu.org; Thu, 10 Dec 2009 02:59:14 -0500 Received: from mx1.redhat.com ([209.132.183.28]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NIdvd-0007Rh-N1 for qemu-devel@nongnu.org; Thu, 10 Dec 2009 02:59:13 -0500 From: Markus Armbruster Subject: Re: [Qemu-devel] [FOR 0.12 PATCH v4 05/22] Revert "monitor: Command-line flag to enable control mode" References: <1260274314-2906-1-git-send-email-kraxel@redhat.com> <1260274314-2906-6-git-send-email-kraxel@redhat.com> Date: Thu, 10 Dec 2009 08:59:09 +0100 In-Reply-To: <1260274314-2906-6-git-send-email-kraxel@redhat.com> (Gerd Hoffmann's message of "Tue, 8 Dec 2009 13:11:37 +0100") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: lcapitulino@redhat.com, qemu-devel@nongnu.org, agraf@suse.de Gerd Hoffmann writes: > This reverts commit adcb181afe5a951c521411c7a8e9d9b791aa6742. Would be nice to state why it's reverted, and that it'll be back in a few commits. > > Conflicts: > > monitor.h > > Signed-off-by: Gerd Hoffmann [...]