On 7/19/2026 12:47 AM, Ziyang Zhang wrote: > Record the same data model requirement as the plugin: guest_base == 0 is > necessary but not sufficient. > > Describe the magic syscall number the way the plugin now does. It has to be a > number the guest ABI does not use and does not reject before the plugin sees > it, rather than merely a high one, so show syscall_num= being used as well. > > A library is not turned into thunks, it is left alone and the thunks are > produced for it, so say that instead. Argument marshalling, callbacks and > variadic functions are also what the plugin does not do, and listing them in > its description blurs the boundary it draws. Move them to Lorelei, where they > are pointed at as a reference. > > Co-authored-by: Kailiang Xu <[email protected]> > Co-authored-by: Mingyuan Xia <[email protected]> > Signed-off-by: Ziyang Zhang <[email protected]> > --- > docs/about/emulation.rst | 31 +++++++++++++++++++++---------- > 1 file changed, 21 insertions(+), 10 deletions(-) >
Reviewed-by: Pierrick Bouvier <[email protected]>
