From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cq0ge-0006nW-Id for qemu-devel@nongnu.org; Mon, 20 Mar 2017 13:01:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cq0gZ-0004uP-TQ for qemu-devel@nongnu.org; Mon, 20 Mar 2017 13:01:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42720) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cq0gZ-0004uC-OD for qemu-devel@nongnu.org; Mon, 20 Mar 2017 13:01:35 -0400 From: Markus Armbruster References: <1490021158-4469-1-git-send-email-pbonzini@redhat.com> <87bmsv29ok.fsf@dusky.pond.sub.org> Date: Mon, 20 Mar 2017 18:01:32 +0100 In-Reply-To: (Peter Maydell's message of "Mon, 20 Mar 2017 16:32:06 +0000") Message-ID: <87zigfyj9v.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v2] hmp: gpa2hva and gpa2hpa hostaddr command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Paolo Bonzini , QEMU Developers , "Dr. David Alan Gilbert" Peter Maydell writes: > On 20 March 2017 at 16:29, Markus Armbruster wrote: >> Peter Maydell writes: >>> I have some comments which feel kind of nit-picky, but since this >>> is a public-facing HMP API I think they need attention since we only >>> get one chance to get it right. >> >> HMP is not a stable interface. If we get it wrong, we change it. If >> our change breaks your usage, you get to keep the pieces. > > Oh yes, I had my HMP and QMP the wrong way round. > > ...which reminds me that I thought we preferred all HMP commands > to be implemented in terms of their QMP equivalent ? Yes. We make exceptions for commands we believe have no QMP use, such as "print". I figure the rationale for these is "just for testing". Paolo, can you confirm?