[PATCH 22/29] tools/xenstored:

2023-11-01 Thread Juergen Gross
When [un]mapping the ring page of a Xenstore client, different actions are required for "normal" guests and dom0. Today this distinction is made at call site. Move this distinction into [un]map_interface() instead, avoiding code duplication and preparing special handling for [un]mapping the stub d

Re: [PATCH 22/29] tools/xenstored:

2023-11-07 Thread Jason Andryuk
On Wed, Nov 1, 2023 at 7:15 AM Juergen Gross wrote: > > When [un]mapping the ring page of a Xenstore client, different actions > are required for "normal" guests and dom0. Today this distinction is > made at call site. > > Move this distinction into [un]map_interface() instead, avoiding code > dup