Re: [PATCH] xenbus: Allow PVH dom0 a non-local xenstore

2025-05-06 Thread Stefano Stabellini
On Tue, 6 May 2025, Jason Andryuk wrote: > On 2025-05-05 16:44, Stefano Stabellini wrote: > > On Sat, 3 May 2025, Jason Andryuk wrote: > > > Make xenbus_init() allow a non-local xenstore for a PVH dom0 - it is > > > currently forced to XS_LOCAL. With Hyperlaunch booting dom0 and a > > > xenstore s

Re: [PATCH] xenbus: Allow PVH dom0 a non-local xenstore

2025-05-06 Thread Jason Andryuk
On 2025-05-05 16:44, Stefano Stabellini wrote: On Sat, 3 May 2025, Jason Andryuk wrote: Make xenbus_init() allow a non-local xenstore for a PVH dom0 - it is currently forced to XS_LOCAL. With Hyperlaunch booting dom0 and a xenstore stubdom, dom0 can be handled as a regular XS_HVM following the

Re: [PATCH] xenbus: Allow PVH dom0 a non-local xenstore

2025-05-05 Thread Stefano Stabellini
On Sat, 3 May 2025, Jason Andryuk wrote: > Make xenbus_init() allow a non-local xenstore for a PVH dom0 - it is > currently forced to XS_LOCAL. With Hyperlaunch booting dom0 and a > xenstore stubdom, dom0 can be handled as a regular XS_HVM following the > late init path. > > Drop the use of xen_i

[PATCH] xenbus: Allow PVH dom0 a non-local xenstore

2025-05-03 Thread Jason Andryuk
Make xenbus_init() allow a non-local xenstore for a PVH dom0 - it is currently forced to XS_LOCAL. With Hyperlaunch booting dom0 and a xenstore stubdom, dom0 can be handled as a regular XS_HVM following the late init path. Drop the use of xen_initial_domain() and just check for the event channel