From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40703) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4s41-0006xQ-Hq for qemu-devel@nongnu.org; Tue, 16 Jun 2015 10:42:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4s3r-0006ES-V9 for qemu-devel@nongnu.org; Tue, 16 Jun 2015 10:42:09 -0400 Received: from mail.emea.novell.com ([130.57.118.101]:56355) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4s3r-0006Dj-PZ for qemu-devel@nongnu.org; Tue, 16 Jun 2015 10:41:59 -0400 Message-Id: <558051D30200007800085959@mail.emea.novell.com> Date: Tue, 16 Jun 2015 15:41:55 +0100 From: "Jan Beulich" References: <5571AA3B020000780008152E@mail.emea.novell.com> <5571AC870200007800081573@mail.emea.novell.com> In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 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: Stefano Stabellini Cc: xen-devel , qemu-devel@nongnu.org >>> 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). >>=20 >> Signed-off-by: Jan Beulich >=20 > 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... Jan