Re: [Xen-devel] [XEN PATCH v1] libxl: Add DTB compatible list to config file

2019-10-23 Thread Julien Grall
On 23/10/2019 17:11, Oleksandr wrote: On 16.10.19 18:04, Julien Grall wrote: Hi, Below is example from linux kernel sources: linux/sound/ppc/awacs.c:741:    if (of_machine_is_compatible("PowerBook3,1") linux/sound/ppc/awacs.c:742:    || of_machine_is_compatible("PowerBook3,2")) {

Re: [Xen-devel] [XEN PATCH v1] libxl: Add DTB compatible list to config file

2019-10-23 Thread Oleksandr
On 16.10.19 18:04, Julien Grall wrote: Hi, Hi Julien just my 2 cents) Below is example from linux kernel sources: linux/sound/ppc/awacs.c:741:    if (of_machine_is_compatible("PowerBook3,1") linux/sound/ppc/awacs.c:742:    || of_machine_is_compatible("PowerBook3,2")) {

Re: [Xen-devel] [XEN PATCH v1] libxl: Add DTB compatible list to config file

2019-10-16 Thread Julien Grall
Hi, On 16/10/2019 15:34, Oleksandr Grytsov wrote: On Wed, Oct 16, 2019 at 5:12 PM Julien Grall wrote: Hi Oleksandr, On 16/10/2019 15:04, Oleksandr Grytsov wrote: On Fri, Oct 11, 2019 at 8:21 PM Stefano Stabellini wrote: On Fri, 11 Oct 2019, Julien Grall wrote: Hi, On 11/10/2019 16:23,

Re: [Xen-devel] [XEN PATCH v1] libxl: Add DTB compatible list to config file

2019-10-16 Thread Oleksandr Grytsov
On Wed, Oct 16, 2019 at 5:12 PM Julien Grall wrote: > > Hi Oleksandr, > > On 16/10/2019 15:04, Oleksandr Grytsov wrote: > > On Fri, Oct 11, 2019 at 8:21 PM Stefano Stabellini > > wrote: > >> > >> On Fri, 11 Oct 2019, Julien Grall wrote: > >>> Hi, > >>> > >>> On 11/10/2019 16:23, Ian Jackson

Re: [Xen-devel] [XEN PATCH v1] libxl: Add DTB compatible list to config file

2019-10-16 Thread Julien Grall
Hi Oleksandr, On 16/10/2019 15:04, Oleksandr Grytsov wrote: On Fri, Oct 11, 2019 at 8:21 PM Stefano Stabellini wrote: On Fri, 11 Oct 2019, Julien Grall wrote: Hi, On 11/10/2019 16:23, Ian Jackson wrote: Oleksandr Grytsov writes ("[PATCH v1] libxl: Add DTB compatible list to config file"):

Re: [Xen-devel] [XEN PATCH v1] libxl: Add DTB compatible list to config file

2019-10-16 Thread Oleksandr Grytsov
On Fri, Oct 11, 2019 at 8:21 PM Stefano Stabellini wrote: > > On Fri, 11 Oct 2019, Julien Grall wrote: > > Hi, > > > > On 11/10/2019 16:23, Ian Jackson wrote: > > > Oleksandr Grytsov writes ("[PATCH v1] libxl: Add DTB compatible list to > > > config file"): > > > > From: Oleksandr Grytsov > > >

Re: [Xen-devel] [XEN PATCH v1] libxl: Add DTB compatible list to config file

2019-10-11 Thread Stefano Stabellini
On Fri, 11 Oct 2019, Julien Grall wrote: > Hi, > > On 11/10/2019 16:23, Ian Jackson wrote: > > Oleksandr Grytsov writes ("[PATCH v1] libxl: Add DTB compatible list to > > config file"): > > > From: Oleksandr Grytsov > > > > > > Some platforms need more compatible property values in device > > >

Re: [Xen-devel] [XEN PATCH v1] libxl: Add DTB compatible list to config file

2019-10-11 Thread Julien Grall
Hi, On 11/10/2019 16:23, Ian Jackson wrote: Oleksandr Grytsov writes ("[PATCH v1] libxl: Add DTB compatible list to config file"): From: Oleksandr Grytsov Some platforms need more compatible property values in device tree root node in addition to "xen,xenvm-%d.%d" and "xen,xenvm" values

Re: [Xen-devel] [XEN PATCH v1] libxl: Add DTB compatible list to config file

2019-10-11 Thread Ian Jackson
Oleksandr Grytsov writes ("[PATCH v1] libxl: Add DTB compatible list to config file"): > From: Oleksandr Grytsov > > Some platforms need more compatible property values in device > tree root node in addition to "xen,xenvm-%d.%d" and "xen,xenvm" > values that are given by Xen by default. >