From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH v3 0/6] xen/{net, blk}back support for running in HVM Date: Tue, 20 Dec 2011 10:55:26 -0500 Message-ID: <20111220155526.GB1932@phenom.dumpdata.com> References: <1323893534-436-1-git-send-email-dgdegra@tycho.nsa.gov> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1323893534-436-1-git-send-email-dgdegra@tycho.nsa.gov> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Daniel De Graaf Cc: Xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Wed, Dec 14, 2011 at 03:12:08PM -0500, Daniel De Graaf wrote: > Changes from v2: > - Clarified comments and commit messages > - Based on v3.2-rc3 > > Changes from v1: > - Rebased on top of David's patches > - Grant table wrapper functions used where appropriate > > [PATCH 1/6] xenbus: Support HVM backends > [PATCH 2/6] xenbus: Use grant-table wrapper functions > [PATCH 3/6] xen/grant-table: Support mappings required by blkback > [PATCH 4/6] xen/blkback: use grant-table.c hypercall wrappers > [PATCH 5/6] xen/netback: Enable netback on HVM guests > [PATCH 6/6] xen/blkback: Enable blkback on HVM guests Applied all of them in my #testing branch. Will move them next week to #linux-next pending testing, Ack from Jens for #4 and #6.