Re: [Xen-devel] [PATCH v3 07/19] libxl: x86: factor out e820_host_sanitize

2015-01-14 Thread Wei Liu
On Wed, Jan 14, 2015 at 11:40:42AM +, Ian Campbell wrote: > On Wed, 2015-01-14 at 10:30 +, Wei Liu wrote: > > On Tue, Jan 13, 2015 at 09:00:49PM +, Andrew Cooper wrote: > > > On 13/01/15 12:11, Wei Liu wrote: > > > > This function gets the machine E820 map and sanitize it according to P

Re: [Xen-devel] [PATCH v3 07/19] libxl: x86: factor out e820_host_sanitize

2015-01-14 Thread Ian Campbell
On Wed, 2015-01-14 at 10:30 +, Wei Liu wrote: > On Tue, Jan 13, 2015 at 09:00:49PM +, Andrew Cooper wrote: > > On 13/01/15 12:11, Wei Liu wrote: > > > This function gets the machine E820 map and sanitize it according to PV > > > guest configuration. > > > > > > This will be used in later pa

Re: [Xen-devel] [PATCH v3 07/19] libxl: x86: factor out e820_host_sanitize

2015-01-14 Thread Wei Liu
On Tue, Jan 13, 2015 at 09:00:49PM +, Andrew Cooper wrote: > On 13/01/15 12:11, Wei Liu wrote: > > This function gets the machine E820 map and sanitize it according to PV > > guest configuration. > > > > This will be used in later patch. No functional change introduced in > > this patch. > > >

Re: [Xen-devel] [PATCH v3 07/19] libxl: x86: factor out e820_host_sanitize

2015-01-13 Thread Andrew Cooper
On 13/01/15 12:11, Wei Liu wrote: > This function gets the machine E820 map and sanitize it according to PV > guest configuration. > > This will be used in later patch. No functional change introduced in > this patch. > > Signed-off-by: Wei Liu > Cc: Ian Campbell > Cc: Ian Jackson > Cc: Dario Fa

Re: [Xen-devel] [PATCH v3 07/19] libxl: x86: factor out e820_host_sanitize

2015-01-13 Thread Ian Jackson
Wei Liu writes ("[PATCH v3 07/19] libxl: x86: factor out e820_host_sanitize"): > This function gets the machine E820 map and sanitize it according to PV > guest configuration. > > This will be used in later patch. No functional change introduced in > this patch. Thanks. It is easy to see that th