Tos.hyp todo 24-03-2025 #4
Labels
No labels
VDI
bug
build
critical
documentation
duplicate
enhancement
help wanted
i18n-l10n
invalid
kernel
libc
packaging
question
upstream
website
wontfix
xaaes
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
kitfreemint/patches#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Looking at toshyp documentation and NVDI 4 english documentation, look
like there is a small error, third parameter, shoudl not be dev_exist
but dev_open, so the return if driver is found could not be always 1 but
could be 0 link to vdi_ptsout[0], this value is here the return value
while documentation said void, return value could be interesting but not
this one, better I think should be the actual value in dev_exist if we
want have one (usefull for vqt_devinfo). If something is changed in
vq_devinfo, warning it impact vqt_devinfo that call it.
vqt_devinfo, there is not same number of parameters between gemlib and
toshyp
Olivier
(wip, compendium)
void vqt_devinfo(handle, dev_id, exists, dev_str)
void vq_devinfo(handle, dev_open, filename_str, devicename_str)