Re: [PATCH V3 09/23] xen/dm: Make x86's DM feature common

2021-01-12 Thread Oleksandr
Hi Jan. On 07.01.21 18:49, Oleksandr wrote: On 07.01.21 17:01, Jan Beulich wrote: Hi Jan, all On 07.01.2021 15:38, Oleksandr wrote: Well, on v2 you replied you didn't consider the alternative. I would have expected that you would at least go through this consideration process, and see wh

Re: [PATCH V3 09/23] xen/dm: Make x86's DM feature common

2021-01-07 Thread Oleksandr
On 07.01.21 17:01, Jan Beulich wrote: Hi Jan, all On 07.01.2021 15:38, Oleksandr wrote: Well, on v2 you replied you didn't consider the alternative. I would have expected that you would at least go through this consideration process, and see whether there are better reasons to stick with the

Re: [PATCH V3 09/23] xen/dm: Make x86's DM feature common

2021-01-07 Thread Jan Beulich
On 07.01.2021 15:38, Oleksandr wrote: >>> Well, on v2 you replied you didn't consider the alternative. I would >>> have expected that you would at least go through this consideration >>> process, and see whether there are better reasons to stick with the >>> apparently backwards arrangement than to

Re: [PATCH V3 09/23] xen/dm: Make x86's DM feature common

2021-01-07 Thread Oleksandr
Hi Jan On 30.11.2020 11:31, Oleksandr Tyshchenko wrote: From: Julien Grall As a lot of x86 code can be re-used on Arm later on, this patch splits devicemodel support into common and arch specific parts. The common DM feature is supposed to be built with IOREQ_SERVER option enabled (as wel

Re: [PATCH V3 09/23] xen/dm: Make x86's DM feature common

2020-12-08 Thread Oleksandr
On 08.12.20 11:30, Jan Beulich wrote: Hi Jan On 07.12.2020 21:23, Oleksandr wrote: On 07.12.20 14:08, Jan Beulich wrote: On 30.11.2020 11:31, Oleksandr Tyshchenko wrote: From: Julien Grall As a lot of x86 code can be re-used on Arm later on, this patch splits devicemodel support into com

Re: [PATCH V3 09/23] xen/dm: Make x86's DM feature common

2020-12-08 Thread Jan Beulich
On 07.12.2020 21:23, Oleksandr wrote: > On 07.12.20 14:08, Jan Beulich wrote: >> On 30.11.2020 11:31, Oleksandr Tyshchenko wrote: >>> From: Julien Grall >>> >>> As a lot of x86 code can be re-used on Arm later on, this patch >>> splits devicemodel support into common and arch specific parts. >>> >

Re: [PATCH V3 09/23] xen/dm: Make x86's DM feature common

2020-12-07 Thread Oleksandr
On 07.12.20 14:08, Jan Beulich wrote: Hi Jan. On 30.11.2020 11:31, Oleksandr Tyshchenko wrote: From: Julien Grall As a lot of x86 code can be re-used on Arm later on, this patch splits devicemodel support into common and arch specific parts. The common DM feature is supposed to be built w

Re: [PATCH V3 09/23] xen/dm: Make x86's DM feature common

2020-12-07 Thread Jan Beulich
On 30.11.2020 11:31, Oleksandr Tyshchenko wrote: > From: Julien Grall > > As a lot of x86 code can be re-used on Arm later on, this patch > splits devicemodel support into common and arch specific parts. > > The common DM feature is supposed to be built with IOREQ_SERVER > option enabled (as wel