On 01.06.21 18:11, Olaf Hering wrote: > handle_page_data must be able to read directly into mapped guest memory. > This will avoid unneccesary memcpy calls for data which can be consumed verbatim. > > Rearrange the code to allow decisions based on the incoming record. > > This change is preparation for future changes in handle_page_data, > no change in behavior is intended. > > Signed-off-by: Olaf Hering Reviewed-by: Juergen Gross Juergen