From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46243) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwhZG-00087u-Fc for qemu-devel@nongnu.org; Thu, 04 Dec 2014 20:20:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwhZA-0005QO-AH for qemu-devel@nongnu.org; Thu, 04 Dec 2014 20:20:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59763) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwhZA-0005PC-2e for qemu-devel@nongnu.org; Thu, 04 Dec 2014 20:20:16 -0500 Date: Fri, 5 Dec 2014 09:20:09 +0800 From: Fam Zheng Message-ID: <20141205012009.GA5362@ad.nay.redhat.com> References: <1416991272-10277-1-git-send-email-bdpayne@acm.org> <1417033667-10364-1-git-send-email-bdpayne@acm.org> <1417033667-10364-2-git-send-email-bdpayne@acm.org> <20141127020403.GA7921@fam-t430.nay.redhat.com> <20141204045733.GA25575@ad.nay.redhat.com> <20141204073811.GA12967@ad.nay.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH] qmp: extend QMP to provide read/write access to physical memory List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Bryan D. Payne" Cc: qemu-devel@nongnu.org, lcapitulino@redhat.com On Thu, 12/04 08:43, Bryan D. Payne wrote: > > > > This doesn't stop the client from using a different alignment than we > > expect. > > It's necessary to be explicit as a binary protocol. > > > > Ok, I'll move ahead with packing the data and sort out the backwards compat > issues on the client side. Or use a backwards compatible packed structure. :) Fam