On Thu, Jan 26, 2023 at 12:04:35AM +0100, Philippe Mathieu-Daudé wrote:
> On 25/1/23 23:40, Peter Xu wrote:
> > Add a helper to create the uffd handle.
> >
> > Signed-off-by: Peter Xu
> > ---
> > include/qemu/userfaultfd.h | 1 +
> > migration/postcopy-ram.c | 11 +--
> > tests
On 25/1/23 23:40, Peter Xu wrote:
Add a helper to create the uffd handle.
Signed-off-by: Peter Xu
---
include/qemu/userfaultfd.h | 1 +
migration/postcopy-ram.c | 11 +--
tests/qtest/migration-test.c | 3 ++-
util/userfaultfd.c | 13 +++--
4 files changed
Add a helper to create the uffd handle.
Signed-off-by: Peter Xu
---
include/qemu/userfaultfd.h | 1 +
migration/postcopy-ram.c | 11 +--
tests/qtest/migration-test.c | 3 ++-
util/userfaultfd.c | 13 +++--
4 files changed, 19 insertions(+), 9 deletions(-)
diff