From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LiAed-0006OB-OI for qemu-devel@nongnu.org; Fri, 13 Mar 2009 12:54:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LiAec-0006Nz-P1 for qemu-devel@nongnu.org; Fri, 13 Mar 2009 12:54:38 -0400 Received: from [199.232.76.173] (port=50648 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LiAec-0006Nw-Hr for qemu-devel@nongnu.org; Fri, 13 Mar 2009 12:54:38 -0400 Received: from fg-out-1718.google.com ([72.14.220.154]:12621) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LiAec-0007Z5-55 for qemu-devel@nongnu.org; Fri, 13 Mar 2009 12:54:38 -0400 Received: by fg-out-1718.google.com with SMTP id 22so66522fge.8 for ; Fri, 13 Mar 2009 09:54:36 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <49BA8B39.8050804@mail.berlios.de> References: <494D18B1.8080900@mail.berlios.de> <4985FD31.4010000@mail.berlios.de> <20090303063841.GG5159@volta.aurel32.net> <49BA8B39.8050804@mail.berlios.de> Date: Fri, 13 Mar 2009 17:54:36 +0100 Message-ID: <761ea48b0903130954g5335db09vc7d8018a00a70936@mail.gmail.com> Subject: Re: [Qemu-devel] [PATCH] Add single stepping option for all targets From: Laurent Desnogues Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Fri, Mar 13, 2009 at 5:35 PM, Stefan Weil wrote: >> >> It might be a good idea to provide that as a subset of the -d option, as >> it is clearly something only useful for debugging. > > > Today -d does not take suboptions. > Could you please explain your proposal with more details? It kind of does by using cpu_str_to_log_mask. On the other hand I'm not sure your option belongs to -d as all of -d suboptions are there to enable some kind of output log. Laurent