From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55675) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4sY6-00078d-Tz for qemu-devel@nongnu.org; Tue, 16 Jun 2015 11:13:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4sY3-0006pE-Ky for qemu-devel@nongnu.org; Tue, 16 Jun 2015 11:13:14 -0400 Received: from smtp.citrix.com ([66.165.176.89]:11903) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4sY3-0006oQ-HY for qemu-devel@nongnu.org; Tue, 16 Jun 2015 11:13:11 -0400 Date: Tue, 16 Jun 2015 15:43:51 +0100 From: Stefano Stabellini In-Reply-To: <558051D30200007800085959@mail.emea.novell.com> Message-ID: References: <5571AA3B020000780008152E@mail.emea.novell.com> <5571AC870200007800081573@mail.emea.novell.com> <558051D30200007800085959@mail.emea.novell.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Subject: Re: [Qemu-devel] [PATCH 6/6] xen/pass-through: constify some static data List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Beulich Cc: xen-devel , qemu-devel@nongnu.org, Stefano Stabellini On Tue, 16 Jun 2015, Jan Beulich wrote: > >>> On 16.06.15 at 16:27, wrote: > > On Fri, 5 Jun 2015, Jan Beulich wrote: > >> This is done indirectly by adjusting two typedefs and helps emphasizing > >> that the respective tables aren't supposed to be modified at runtime > >> (as they may be shared between devices). > >> > >> Signed-off-by: Jan Beulich > > > > Reviewed-by: Stefano Stabellini > > Perhaps patch 5 and 6 could go in right away, without waiting > for the issues on the other ones addressed? After all, it may > well be that patch 1 will be dropped following the discussion on > the hypervisor side patch series... Yes, I'll queue them up.