Page MenuHomeFreeBSD

xen: remove x86-ism from Xen common code
ClosedPublic

Authored by ehem_freebsd_m5p.com on Feb 21 2021, 1:53 AM.
Tags
None
Referenced Files
F80170515: D28831.id.diff
Thu, Mar 28, 8:13 PM
Unknown Object (File)
Thu, Mar 7, 6:03 PM
Unknown Object (File)
Jan 30 2024, 4:28 PM
Unknown Object (File)
Jan 17 2024, 2:28 PM
Unknown Object (File)
Dec 26 2023, 1:00 PM
Unknown Object (File)
Dec 14 2023, 10:44 PM
Unknown Object (File)
Dec 2 2023, 11:28 PM
Unknown Object (File)
Nov 22 2023, 12:10 PM

Details

Summary

PAT_WRITE_BACK is x86-only, whereas sys/dev/xen is shared amoung multiple
architectures.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ehem_freebsd_m5p.com changed the visibility from "Public (No Login Required)" to "All Users".

One of the ones I had to do as an add-on to getting the rest of the Xen-ARM64 series building. Unfortunately most of the rest of the series isn't standalone. Also, most of the rest needs formal permission from the original author (who I believe plans to give it, but I don't actually have formal approval).

This revision is now accepted and ready to land.Feb 23 2021, 3:48 PM

Do you have a git repo I can pick this patch from? So that it has the proper Author field. Also in FreeBSD we tend to use the 'Sponsored by:' tag to credit the company that paid for the work (if any):

https://cgit.freebsd.org/src/commit/?id=0eaa97f0e8629bcf678ff4de2678e4cba00f1c91

Do you have a git repo I can pick this patch from? So that it has the proper Author field. Also in FreeBSD we tend to use the 'Sponsored by:' tag to credit the company that paid for the work (if any):

https://cgit.freebsd.org/src/commit/?id=0eaa97f0e8629bcf678ff4de2678e4cba00f1c91

Presently as the "main" branch: https://gitlab.com/ehem/freebsd-src.git

This particular one is solely my work, though it was inspired by the work of Julien Grall. I did have some hopes for a sponsorship, but with no news I'm presently assuming this is my project of forward-porting Julien Grall's patches.

The rest of the patch series to reach full operation aren't yet tested and not ready for prime time.

This revision was automatically updated to reflect the committed changes.
ehem_freebsd_m5p.com changed the visibility from "All Users" to "Public (No Login Required)".Mar 3 2021, 6:00 PM