[PATCH 0/2] exec: Ensure variable page size is only used with TARGET_PAGE_BITS_VARY

Philippe Mathieu-Daudé posted 2 patches 3 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201104093534.3064440-1-f4bug@amsat.org
include/qemu-common.h | 4 +++-
exec-vary.c           | 4 +++-
MAINTAINERS           | 1 +
3 files changed, 7 insertions(+), 2 deletions(-)
[PATCH 0/2] exec: Ensure variable page size is only used with TARGET_PAGE_BITS_VARY
Posted by Philippe Mathieu-Daudé 3 years, 6 months ago
Simple patch while trying to figure out Fuloong-2E 16KB page size.
Better safe than sorry =)

Philippe Mathieu-Daudé (2):
  MAINTAINERS: Cover exec-vary.c (variable page size)
  exec: Ensure variable page size is only used with
    TARGET_PAGE_BITS_VARY

 include/qemu-common.h | 4 +++-
 exec-vary.c           | 4 +++-
 MAINTAINERS           | 1 +
 3 files changed, 7 insertions(+), 2 deletions(-)

-- 
2.26.2

Re: [PATCH-for-6.0 0/2] exec: Ensure variable page size is only used with TARGET_PAGE_BITS_VARY
Posted by Philippe Mathieu-Daudé 3 years, 5 months ago
ping?

On 11/4/20 10:35 AM, Philippe Mathieu-Daudé wrote:
> Simple patch while trying to figure out Fuloong-2E 16KB page size.
> Better safe than sorry =)
> 
> Philippe Mathieu-Daudé (2):
>   MAINTAINERS: Cover exec-vary.c (variable page size)
>   exec: Ensure variable page size is only used with
>     TARGET_PAGE_BITS_VARY
> 
>  include/qemu-common.h | 4 +++-
>  exec-vary.c           | 4 +++-
>  MAINTAINERS           | 1 +
>  3 files changed, 7 insertions(+), 2 deletions(-)
>