From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCrZx-0006zW-86 for qemu-devel@nongnu.org; Wed, 08 Jul 2015 11:48:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCrZu-0002Gs-IR for qemu-devel@nongnu.org; Wed, 08 Jul 2015 11:48:09 -0400 Received: from mail-vn0-f42.google.com ([209.85.216.42]:41667) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCrZu-0002Gc-Eo for qemu-devel@nongnu.org; Wed, 08 Jul 2015 11:48:06 -0400 Received: by vnbf62 with SMTP id f62so15573661vnb.8 for ; Wed, 08 Jul 2015 08:48:05 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20150708170556-mutt-send-email-mst@redhat.com> References: <1436275958-25174-1-git-send-email-paul.durrant@citrix.com> <20150708170556-mutt-send-email-mst@redhat.com> From: Peter Maydell Date: Wed, 8 Jul 2015 16:47:46 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] Fix the compatibility typedef of ioservid_t to match the Xen headers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: xen-devel@lists.xenproject.org, Paul Durrant , QEMU Developers , Stefano Stabellini On 8 July 2015 at 15:06, Michael S. Tsirkin wrote: > On Tue, Jul 07, 2015 at 02:32:38PM +0100, Paul Durrant wrote: >> There is a mismatch between the definition of ioservid_t in >> xen_common.h and the definition in the Xen publix headers. This patch >> corrects the definition in xen_common.h. >> >> Signed-off-by: Paul Durrant >> Cc: Stefano Stabellini > > Tested-by: Michael S. Tsirkin Applied to master, thanks. -- PMM