On 5/18/23 00:26, Stefan Hajnoczi wrote:
On Wed, 17 May 2023 at 11:54, Alex Bennée <alex.ben...@linaro.org> wrote: Hi Alex, There were two unresolved issues: 1. How to inject SIGBUS when the guest accesses a page that's beyond the end-of-file.
Hi Stefan, Does this SIGBUS issue exist if the guest kernel can be trusted? Since in that case, we can check the offset value in guest kernel. Thanks, Hao