The following changes since commit 3cce8bd4d737f2ca688bbdcb92cd5cc683245bbd:
Merge tag 'ui-pull-request' ofhttps://gitlab.com/marcandre.lureau/qemu into
staging (2024-07-23 15:23:05 +1000)
are available in the Git repository at:
git@gitlab.com:bsdimp/qemu.git tags/bsd-user-for-9.1-pull-request
for you to fetch changes up to ec018b76798e1196882ebcbf3df15e6d86ac9d7c:
bsd-user: Add target.h for aarch64. (2024-07-24 16:02:07 -0600)
----------------------------------------------------------------
bsd-user: Misc changes for 9.1 (I hope)
V2: Add missing bsd-user/aarch64/target.h
This patch series includes two main sets of patches. To make it simple to
review, I've included the changes from my student which the later changes depend
on. I've included a change from Jessica and Doug as well. I've reviewed them,
but more eyes never hurt.
I've also included a number of 'touch up' patches needed either to get the
aarch64 building, or to implmement suggestions from prior review cycles. The
main one is what's charitably described as a kludge: force aarch64 to use 4k
pages. The qemu-project (and blitz branch) hasn't had the necessary changes to
bsd-user needed to support variable page size.