From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34340) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1dD5-00071F-7A for qemu-devel@nongnu.org; Wed, 25 Nov 2015 11:46:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1dD2-00062N-1b for qemu-devel@nongnu.org; Wed, 25 Nov 2015 11:46:23 -0500 Received: from mail-oi0-x236.google.com ([2607:f8b0:4003:c06::236]:33534) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1dD1-00062H-Tc for qemu-devel@nongnu.org; Wed, 25 Nov 2015 11:46:19 -0500 Received: by oixx65 with SMTP id x65so32253419oix.0 for ; Wed, 25 Nov 2015 08:46:19 -0800 (PST) Sender: fluxion Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Roth References: <1448456352-14143-1-git-send-email-marcandre.lureau@redhat.com> <1448456352-14143-3-git-send-email-marcandre.lureau@redhat.com> <5655DBAF.3040506@redhat.com> <20151125162102.6284.38229@loki> <5655E4BF.3010604@redhat.com> In-Reply-To: <5655E4BF.3010604@redhat.com> Message-ID: <20151125164608.6284.38856@loki> Date: Wed, 25 Nov 2015 10:46:08 -0600 Subject: Re: [Qemu-devel] [PATCH v3 2/2] tests: add file-write-read test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , marcandre.lureau@redhat.com, qemu-devel@nongnu.org Quoting Eric Blake (2015-11-25 10:41:35) > On 11/25/2015 09:21 AM, Michael Roth wrote: > = > >>> + /* seek to 0 */ > >>> + cmd =3D g_strdup_printf("{'execute': 'guest-file-seek'," > >>> + " 'arguments': { 'handle': %" PRId64 ", " > >>> + " 'offset': %d, 'whence': %d } }", > >>> + id, 0, SEEK_SET); > >> > >> We still have a conflict between this series and my proposal to codify= 0 > >> rather than relying on platform-specific SEEK_SET; Markus had the > >> suggestion of using QGA_SET (or QGA_SEEK_SET). Are we trying to get > >> both your series and my v2 patch into 2.5? Knowing that will help me > >> decide whether my v2 should be rebased on top of your patches. > > = > > I was planning on pulling in your patch on top of this for the next > > 2.5 pull, so rebasing on top of this series is probably best. > = > Okay, will do, and will do quickly so I'm not holding up your pull reques= t. Thanks! FYI I now have this series applied here if you'd like to base on that: https://github.com/mdroth/qemu/commits/qga > = > -- = > Eric Blake eblake redhat com +1-919-301-3266 > Libvirt virtualization library http://libvirt.org >=20