On Tue, 2024-12-10 at 11:20 +0100, Nico Boehr wrote: > On Wed Oct 16, 2024 at 8:03 PM CEST, Nina Schoetterl-Glausch wrote: > > It is useful to be able to force an exit to the host from the snippet, > > as well as do so while returning a value. > > Add this functionality, also add helper functions for the host to check > > for an exit and get or check the value. > > Use diag 0x44 and 0x9c for this. > > Add a guest specific snippet header file and rename snippet.h to reflect > > that it is host specific. > > > > Signed-off-by: Nina Schoetterl-Glausch <nsg@xxxxxxxxxxxxx> > > Hi Nina, > > would you mind if I fix this up like this? Looks good to me. Thanks!