Re: [PATCH v5 10/11] tools/xenstored: Remove stubdom special casing

2025-07-28 Thread Jürgen Groß
On 26.07.25 01:58, Jason Andryuk wrote: posix.c and minios.c implement the same named functions serving slightly different purposes. For xenbus_map() posix.c maps the local /dev/xen/xsd_kva minios.c maps dom0 via grant and there is open coding for stub_domid in map_interface. Change xenbus_map(

[PATCH v5 10/11] tools/xenstored: Remove stubdom special casing

2025-07-25 Thread Jason Andryuk
posix.c and minios.c implement the same named functions serving slightly different purposes. For xenbus_map() posix.c maps the local /dev/xen/xsd_kva minios.c maps dom0 via grant and there is open coding for stub_domid in map_interface. Change xenbus_map() to map the local domain's interface. Th