aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_kvm_extra.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: update descriptionsPimyn Girgis2025-12-031-0/+2
| | | | | MSM_SUBMIT_SYNCOBJ_RESET was renamed to MSM_SYNCOBJ_RESET in the Linux kernel. Rename it in descriptions as well. Include necessary headers for dccp and dev_kvm.
* sys/linux: rework ioctl$KVM_SET_GUEST_DEBUGAlexander Potapenko2025-09-191-0/+12
This ioctl accepts an arch-specific struct as an argument, so better split it into several arch-specific ioctls. To avoid compilation errors on exotic arches like MIPS, this patch also adds sys/linux/dev_kvm_extra.txt that takes care of them. While at it, also define KVM_GUESTDBG_USE_HW.