Re: [Xen-devel] [PATCH v4] x86: relocate pvh_info

2018-01-23 Thread Jan Beulich
>>> On 23.01.18 at 12:44, wrote: > On Tue, Jan 23, 2018 at 02:14:51AM -0700, Jan Beulich wrote: >> >>> On 22.01.18 at 19:31, wrote: >> > On Mon, Jan 22, 2018 at 06:19:43PM +, Andrew Cooper wrote: >> >> On 22/01/18 18:17, Wei Liu wrote: >> >> > So you want reloc.o to contain pvh_info_reloc unc

Re: [Xen-devel] [PATCH v4] x86: relocate pvh_info

2018-01-23 Thread Wei Liu
On Tue, Jan 23, 2018 at 02:14:51AM -0700, Jan Beulich wrote: > >>> On 22.01.18 at 19:31, wrote: > > On Mon, Jan 22, 2018 at 06:19:43PM +, Andrew Cooper wrote: > >> On 22/01/18 18:17, Wei Liu wrote: > >> > So you want reloc.o to contain pvh_info_reloc unconditionally? > >> > > >> > Fundamentall

Re: [Xen-devel] [PATCH v4] x86: relocate pvh_info

2018-01-23 Thread Jan Beulich
>>> On 22.01.18 at 19:31, wrote: > On Mon, Jan 22, 2018 at 06:19:43PM +, Andrew Cooper wrote: >> On 22/01/18 18:17, Wei Liu wrote: >> > So you want reloc.o to contain pvh_info_reloc unconditionally? >> > >> > Fundamentally I don't think I care enough about all the bikeshedding so >> > if Jan a

Re: [Xen-devel] [PATCH v4] x86: relocate pvh_info

2018-01-22 Thread Wei Liu
On Mon, Jan 22, 2018 at 06:19:43PM +, Andrew Cooper wrote: > On 22/01/18 18:17, Wei Liu wrote: > > On Mon, Jan 22, 2018 at 06:09:14PM +, Andrew Cooper wrote: > >> On 22/01/18 16:13, Wei Liu wrote: > >>> Modify early boot code to relocate pvh info as well, so that we can be > >>> sure __va i

Re: [Xen-devel] [PATCH v4] x86: relocate pvh_info

2018-01-22 Thread Andrew Cooper
On 22/01/18 18:17, Wei Liu wrote: > On Mon, Jan 22, 2018 at 06:09:14PM +, Andrew Cooper wrote: >> On 22/01/18 16:13, Wei Liu wrote: >>> Modify early boot code to relocate pvh info as well, so that we can be >>> sure __va in __start_xen works. >>> >>> Signed-off-by: Wei Liu >>> --- >>> Cc: Jan

Re: [Xen-devel] [PATCH v4] x86: relocate pvh_info

2018-01-22 Thread Andrew Cooper
On 22/01/18 16:13, Wei Liu wrote: > Modify early boot code to relocate pvh info as well, so that we can be > sure __va in __start_xen works. > > Signed-off-by: Wei Liu > --- > Cc: Jan Beulich > Cc: Andrew Cooper > Cc: Roger Pau Monné > Cc: Doug Goldstein > > v4: inlcude autoconf.h directly. Th

Re: [Xen-devel] [PATCH v4] x86: relocate pvh_info

2018-01-22 Thread Wei Liu
On Mon, Jan 22, 2018 at 06:09:14PM +, Andrew Cooper wrote: > On 22/01/18 16:13, Wei Liu wrote: > > Modify early boot code to relocate pvh info as well, so that we can be > > sure __va in __start_xen works. > > > > Signed-off-by: Wei Liu > > --- > > Cc: Jan Beulich > > Cc: Andrew Cooper > > C

Re: [Xen-devel] [PATCH v4] x86: relocate pvh_info

2018-01-22 Thread Jan Beulich
>>> On 22.01.18 at 17:13, wrote: > Modify early boot code to relocate pvh info as well, so that we can be > sure __va in __start_xen works. > > Signed-off-by: Wei Liu As before Reviewed-by: Jan Beulich with the caveat that this shouldn't go in without Andrew withdrawing his general objection.