User Details
- User Since
- May 18 2014, 2:32 AM (549 w, 5 d)
Wed, Nov 6
Tue, Nov 5
Apr 16 2024
Apr 12 2024
Apr 3 2024
Mar 21 2024
Mar 7 2024
xen_intr_handle_upcall() only requires the trap_frame because intr_execute_handlers() requires it, if the plan is to remove it from intr_execute_handlers() let's remove it from xen_intr_handle_upcall() at the same time.
Mar 6 2024
Feb 22 2024
Feb 20 2024
Check linear address and use %u to print an uint32_t
Feb 19 2024
Feb 16 2024
Context adjustments due to modifications in previous patches
Fix comments.
Add Xen guest assert.
Feb 11 2024
Feb 6 2024
Add comment.
Upload diff with context.
Fix possaible use of init_fn uninitialized.
Fix detection
Jan 23 2024
Jan 19 2024
Jan 16 2024
Jan 12 2024
Jan 9 2024
Add line break after full stop.
Dec 21 2023
Dec 19 2023
Dec 15 2023
Dec 11 2023
While the hypercall headers where originally imported from Linux, I think there's very little chance we will even sync again with Linuxes version, so s/__must_check/__result_use_check/ in the Xen hypercall headers would be the best solution IMO. Playing games with ifdef/ifndef is usually not a good idea.