User Details
- User Since
- May 18 2014, 2:32 AM (417 w, 1 d)
Fri, May 6
Sat, Apr 23
Thanks!
Fri, Apr 22
Thu, Apr 21
Hm, isn't this more fragile, as we need to keep the string in driver_t in sync with the call to devclass_find()?
Apr 12 2022
Apr 8 2022
Mar 30 2022
Mar 23 2022
Mar 18 2022
Mar 17 2022
Pull out tsc_init calls from the early_clock_source_init() handlers.
It might be better to pull tsc_init() call out of the hook implementation, now that all of them call it anyway.
- Rebase over changes in tsc.c.
- Add KASSERT.
- Call tsc_init from Xen PVH early_clock_source_init hook.
Update vt man page.
Mar 16 2022
Feb 28 2022
Feb 7 2022
Feb 3 2022
s/read hardware/real hardware/ in the commit message I think.
Jan 18 2022
Jan 17 2022
Jan 13 2022
Dec 29 2021
Dec 28 2021
Fix kp comments
Thanks! Will run the universe build if there are no further comments.
Nov 23 2021
Nov 18 2021
Nov 17 2021
Nov 16 2021
Nov 12 2021
Thanks for the update, I'm going over the dependencies to check how this all fits together.
Nov 10 2021
Forgot to hit summit yesterday...
Nov 8 2021
I'm unsure you actually need to split those apart. Wouldn't Arm also require some kind of locking of the architecture specific bits?
Oct 27 2021
Can you please base this on top of current code? AFAICT there's no need to move those fields to xen_arch_isrc just to end up removing them afterwards.
Oct 21 2021
Oct 20 2021
Oct 15 2021
LGTM, will push
Sep 17 2021
Aug 31 2021
On second thought it might have been easier to just cast to void * and forget about the parentheses.
Aug 29 2021
I think you can also remove the cast to vm_paddr_t while there, the field is declared as uint64_t.