Re: [Xen-devel] [PATCH v3] xen: share start flags between PV and PVH

2018-06-19 Thread Juergen Gross
On 08/06/18 10:40, Roger Pau Monne wrote: > Use a global variable to store the start flags for both PV and PVH. > This allows the xen_initial_domain macro to work properly on PVH. > > Note that ARM is also switched to use the new variable. > > Signed-off-by: Boris Ostrovsky > Signed-off-by: Roge

Re: [Xen-devel] [PATCH v3] xen: share start flags between PV and PVH

2018-06-08 Thread Roger Pau Monné
On Fri, Jun 08, 2018 at 09:12:25AM -0700, Stefano Stabellini wrote: > On Fri, 8 Jun 2018, Roger Pau Monne wrote: > > Use a global variable to store the start flags for both PV and PVH. > > This allows the xen_initial_domain macro to work properly on PVH. > > > > Note that ARM is also switched to u

Re: [Xen-devel] [PATCH v3] xen: share start flags between PV and PVH

2018-06-08 Thread Stefano Stabellini
On Fri, 8 Jun 2018, Roger Pau Monne wrote: > Use a global variable to store the start flags for both PV and PVH. > This allows the xen_initial_domain macro to work properly on PVH. > > Note that ARM is also switched to use the new variable. > > Signed-off-by: Boris Ostrovsky > Signed-off-by: Rog

Re: [Xen-devel] [PATCH v3] xen: share start flags between PV and PVH

2018-06-08 Thread Juergen Gross
On 08/06/18 10:40, Roger Pau Monne wrote: > Use a global variable to store the start flags for both PV and PVH. > This allows the xen_initial_domain macro to work properly on PVH. > > Note that ARM is also switched to use the new variable. > > Signed-off-by: Boris Ostrovsky > Signed-off-by: Roge

[Xen-devel] [PATCH v3] xen: share start flags between PV and PVH

2018-06-08 Thread Roger Pau Monne
Use a global variable to store the start flags for both PV and PVH. This allows the xen_initial_domain macro to work properly on PVH. Note that ARM is also switched to use the new variable. Signed-off-by: Boris Ostrovsky Signed-off-by: Roger Pau Monné --- Cc: Boris Ostrovsky Cc: Juergen Gross