Re: [Xen-devel] [PATCH v4] xen/doc: Improve Dom0-less documentation

2019-07-31 Thread Julien Grall
Hi Viktor, On 31/07/2019 09:57, Viktor Mitin wrote: On Wed, Jul 31, 2019 at 11:40 AM Julien Grall wrote: I can switch the memory property back to hexadecimal on commit. But I would like to understand why the value has changed before doing that. Ok, let's keep hexadecimal. 128Mb is ok in this

Re: [Xen-devel] [PATCH v4] xen/doc: Improve Dom0-less documentation

2019-07-31 Thread Viktor Mitin
On Wed, Jul 31, 2019 at 11:40 AM Julien Grall wrote: > > Hi, > Hi Julien, > On 7/31/19 9:10 AM, Viktor Mitin wrote: > > - Changed unprintable characters with %s/\%xA0/ /g > >So all the spaces are 0x20 now. > > > > - Added address-cells and size-cells to configuration example. > >This res

Re: [Xen-devel] [PATCH v4] xen/doc: Improve Dom0-less documentation

2019-07-31 Thread Julien Grall
Hi, On 7/31/19 9:10 AM, Viktor Mitin wrote: - Changed unprintable characters with %s/\%xA0/ /g So all the spaces are 0x20 now. - Added address-cells and size-cells to configuration example. This resolves the dom0less boot issue in case of arm64. - Added some notes about xl tools usage in

[Xen-devel] [PATCH v4] xen/doc: Improve Dom0-less documentation

2019-07-31 Thread Viktor Mitin
- Changed unprintable characters with %s/\%xA0/ /g So all the spaces are 0x20 now. - Added address-cells and size-cells to configuration example. This resolves the dom0less boot issue in case of arm64. - Added some notes about xl tools usage in case of dom0less. Signed-off-by: Viktor Mitin