qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/17] For 9.2: A bunch of cleanups and work towards variable pagesize support
@ 2024-08-02 23:56 Warner Losh
  2024-08-02 23:56 ` [PATCH 01/17] bsd-user: Delete TaskState next member Warner Losh
                   ` (16 more replies)
  0 siblings, 17 replies; 35+ messages in thread
From: Warner Losh @ 2024-08-02 23:56 UTC (permalink / raw)
  To: qemu-devel; +Cc: Warner Losh, Kyle Evans, Jessica Clarke

This series has a number of changes to reduce diffs between blitz and
qemu-project. These are minor and self-contined.

The second half of these changes are the next round of changes in the quest to
support variable page sizes. These are building towards the final set of changes
that will dynamically allocate arrays rather than have them be hard-coded in a

Stacey Son (1):
  bsd-user: Implement cpu_copy()

Warner Losh (16):
  bsd-user: Delete TaskState next member
  bsd-user: Make init_task_state global
  bsd-user: Make cpu_model and cpu_type file scope
  bsd-user: Eliminate unused regs arg in load_elf_binary
  bsd-user: Remove load_flt_binary prototype
  bsd-user: Remove deprecated -p argument
  bsd-user: Eliminate unused qemu_uname_release
  bsd-user: target_msync unused, remove it
  bsd-user: Pass image name down the stack
  bsd-user: Replace set_brk and padzero with zerobss from linux-user
  bsd-user: Use guest_range_valid_untagged to validate range
  bsd-user: target_mprotect: rename prot to target_prot
  bsd-user: target_mmap*: change prot to target_prot
  bsd-user: target_mprotect: use helper host_page_size local
  bsd-user: Define validate_prot_to_pageflags and use in mprotect
  bsd-user: copy linux-user target_mprotect impl

 bsd-user/bsdload.c |   2 +-
 bsd-user/elfload.c | 132 +++++++++++++------------
 bsd-user/main.c    |  48 +++++++---
 bsd-user/mmap.c    | 234 +++++++++++++++++++++++++++------------------
 bsd-user/qemu.h    |   9 +-
 5 files changed, 247 insertions(+), 178 deletions(-)

-- 
2.45.1



^ permalink raw reply	[flat|nested] 35+ messages in thread

end of thread, other threads:[~2024-08-04 21:48 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-02 23:56 [PATCH 00/17] For 9.2: A bunch of cleanups and work towards variable pagesize support Warner Losh
2024-08-02 23:56 ` [PATCH 01/17] bsd-user: Delete TaskState next member Warner Losh
2024-08-04  7:07   ` Richard Henderson
2024-08-02 23:56 ` [PATCH 02/17] bsd-user: Make init_task_state global Warner Losh
2024-08-04  7:08   ` Richard Henderson
2024-08-02 23:56 ` [PATCH 03/17] bsd-user: Make cpu_model and cpu_type file scope Warner Losh
2024-08-04  7:22   ` Richard Henderson
2024-08-02 23:56 ` [PATCH 04/17] bsd-user: Implement cpu_copy() Warner Losh
2024-08-04  7:24   ` Richard Henderson
2024-08-02 23:56 ` [PATCH 05/17] bsd-user: Eliminate unused regs arg in load_elf_binary Warner Losh
2024-08-04  7:26   ` Richard Henderson
2024-08-02 23:56 ` [PATCH 06/17] bsd-user: Remove load_flt_binary prototype Warner Losh
2024-08-04  7:26   ` Richard Henderson
2024-08-02 23:56 ` [PATCH 07/17] bsd-user: Remove deprecated -p argument Warner Losh
2024-08-04  7:26   ` Richard Henderson
2024-08-02 23:56 ` [PATCH 08/17] bsd-user: Eliminate unused qemu_uname_release Warner Losh
2024-08-04  7:27   ` Richard Henderson
2024-08-02 23:56 ` [PATCH 09/17] bsd-user: target_msync unused, remove it Warner Losh
2024-08-04  7:28   ` Richard Henderson
2024-08-02 23:56 ` [PATCH 10/17] bsd-user: Pass image name down the stack Warner Losh
2024-08-04  7:29   ` Richard Henderson
2024-08-02 23:56 ` [PATCH 11/17] bsd-user: Replace set_brk and padzero with zerobss from linux-user Warner Losh
2024-08-04 11:38   ` Richard Henderson
2024-08-02 23:56 ` [PATCH 12/17] bsd-user: Use guest_range_valid_untagged to validate range Warner Losh
2024-08-04 21:30   ` Richard Henderson
2024-08-02 23:56 ` [PATCH 13/17] bsd-user: target_mprotect: rename prot to target_prot Warner Losh
2024-08-04 21:31   ` Richard Henderson
2024-08-02 23:56 ` [PATCH 14/17] bsd-user: target_mmap*: change " Warner Losh
2024-08-04 21:32   ` Richard Henderson
2024-08-02 23:56 ` [PATCH 15/17] bsd-user: target_mprotect: use helper host_page_size local Warner Losh
2024-08-04 21:33   ` Richard Henderson
2024-08-02 23:56 ` [PATCH 16/17] bsd-user: Define validate_prot_to_pageflags and use in mprotect Warner Losh
2024-08-04 21:44   ` Richard Henderson
2024-08-02 23:56 ` [PATCH 17/17] bsd-user: copy linux-user target_mprotect impl Warner Losh
2024-08-04 21:47   ` Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).