Re: [Xen-devel] [PATCH for-4.10 1/5] tools/dombuilder: Drop more PVH v1 leftovers

2017-10-06 Thread Wei Liu
On Fri, Oct 06, 2017 at 10:40:36AM +0100, Roger Pau Monné wrote: > On Fri, Oct 06, 2017 at 09:33:52AM +, Wei Liu wrote: > > On Fri, Oct 06, 2017 at 10:26:03AM +0100, Roger Pau Monné wrote: > > > On Thu, Oct 05, 2017 at 06:23:39PM +, Andrew Cooper wrote: > > > > alloc_magic_pages() is rename

Re: [Xen-devel] [PATCH for-4.10 1/5] tools/dombuilder: Drop more PVH v1 leftovers

2017-10-06 Thread Roger Pau Monné
On Fri, Oct 06, 2017 at 09:33:52AM +, Wei Liu wrote: > On Fri, Oct 06, 2017 at 10:26:03AM +0100, Roger Pau Monné wrote: > > On Thu, Oct 05, 2017 at 06:23:39PM +, Andrew Cooper wrote: > > > alloc_magic_pages() is renamed to alloc_magic_pages_pv() to mirror its > > > alloc_magic_pages_hvm() c

Re: [Xen-devel] [PATCH for-4.10 1/5] tools/dombuilder: Drop more PVH v1 leftovers

2017-10-06 Thread Wei Liu
On Fri, Oct 06, 2017 at 10:26:03AM +0100, Roger Pau Monné wrote: > On Thu, Oct 05, 2017 at 06:23:39PM +, Andrew Cooper wrote: > > alloc_magic_pages() is renamed to alloc_magic_pages_pv() to mirror its > > alloc_magic_pages_hvm() counterpart. Delete a redundant comment, introduce > > some newli

Re: [Xen-devel] [PATCH for-4.10 1/5] tools/dombuilder: Drop more PVH v1 leftovers

2017-10-06 Thread Wei Liu
On Thu, Oct 05, 2017 at 07:23:39PM +0100, Andrew Cooper wrote: > alloc_magic_pages() is renamed to alloc_magic_pages_pv() to mirror its > alloc_magic_pages_hvm() counterpart. Delete a redundant comment, introduce > some newlines clarity, and remove a logically dead allocation of shared info. > >

Re: [Xen-devel] [PATCH for-4.10 1/5] tools/dombuilder: Drop more PVH v1 leftovers

2017-10-06 Thread Roger Pau Monné
On Thu, Oct 05, 2017 at 06:23:39PM +, Andrew Cooper wrote: > alloc_magic_pages() is renamed to alloc_magic_pages_pv() to mirror its > alloc_magic_pages_hvm() counterpart. Delete a redundant comment, introduce > some newlines clarity, and remove a logically dead allocation of shared info. > >

[Xen-devel] [PATCH for-4.10 1/5] tools/dombuilder: Drop more PVH v1 leftovers

2017-10-05 Thread Andrew Cooper
alloc_magic_pages() is renamed to alloc_magic_pages_pv() to mirror its alloc_magic_pages_hvm() counterpart. Delete a redundant comment, introduce some newlines clarity, and remove a logically dead allocation of shared info. Signed-off-by: Andrew Cooper --- CC: Ian Jackson CC: Wei Liu CC: Julie