[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 2/2] accel/tcg: Always lock pages before translation
From: |
Richard W.M. Jones |
Subject: |
Re: [PATCH v2 2/2] accel/tcg: Always lock pages before translation |
Date: |
Fri, 7 Jul 2023 22:34:50 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
I'm not sure if you meant v3 there, or if this is v2 rebased on top of
the main branch, but I tested it again and it passed 5,000 boots.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
libguestfs lets you edit virtual machines. Supports shell scripting,
bindings from many languages. http://libguestfs.org
- [PATCH v2 00/24] linux-user: mmap range fixes, Richard Henderson, 2023/07/07
- [PATCH v2 1/2] accel/tcg: Split out cpu_exec_longjmp_cleanup, Richard Henderson, 2023/07/07
- [PATCH v2 01/24] linux-user: Use assert in mmap_fork_start, Richard Henderson, 2023/07/07
- [PATCH v2 2/2] accel/tcg: Always lock pages before translation, Richard Henderson, 2023/07/07
- Re: [PATCH v2 2/2] accel/tcg: Always lock pages before translation,
Richard W.M. Jones <=
- [PATCH v2 03/24] linux-user/strace: Expand struct flags to hold a mask, Richard Henderson, 2023/07/07
- [PATCH v2 07/24] accel/tcg: Introduce page_check_range_empty, Richard Henderson, 2023/07/07
- [PATCH v2 04/24] linux-user: Split TARGET_MAP_* out of syscall_defs.h, Richard Henderson, 2023/07/07
- [PATCH v2 02/24] linux-user: Fix formatting of mmap.c, Richard Henderson, 2023/07/07
- [PATCH v2 05/24] linux-user: Split TARGET_PROT_* out of syscall_defs.h, Richard Henderson, 2023/07/07
- [PATCH v2 06/24] linux-user: Populate more bits in mmap_flags_tbl, Richard Henderson, 2023/07/07
- [PATCH v2 09/24] linux-user: Implement MAP_FIXED_NOREPLACE, Richard Henderson, 2023/07/07
- [PATCH v2 08/24] bsd-user: Use page_check_range_empty for MAP_EXCL, Richard Henderson, 2023/07/07
- [PATCH v2 11/24] linux-user: Widen target_mmap offset argument to off_t, Richard Henderson, 2023/07/07