Re: [PATCH 3/8] xen: carve out grant tab initialization into dedicated function

2018-02-15 Thread Daniel Kiper
On Wed, Nov 29, 2017 at 02:46:45PM +0100, Juergen Gross wrote: > Initialize the grant tab in a dedicated function. This will enable > using it for PVH guests, too. > > Signed-off-by: Juergen Gross > --- > grub-core/kern/xen/init.c | 35 +-- > 1

[PATCH 3/8] xen: carve out grant tab initialization into dedicated function

2017-11-29 Thread Juergen Gross
Initialize the grant tab in a dedicated function. This will enable using it for PVH guests, too. Signed-off-by: Juergen Gross --- grub-core/kern/xen/init.c | 35 +-- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git