Commit graph

7 commits

Author SHA1 Message Date
Val Packett
52a0ccee0d Add Print support 2026-02-27 05:29:31 -03:00
Val Packett
95bc64076d Add file path mapping for FileTransfer
Match by longest prefix to get host paths from guest ones
2026-02-27 05:27:24 -03:00
Val Packett
2626130659 Add Notification support 2026-02-06 05:05:07 -03:00
Val Packett
2561342e0c Add FileTransfer (drag & drop / copy & paste files)
Host->Guest is easy; Guest->Host is not there yet because we have to do
something for the (O_PATH) fd passing such as converting to inode numbers
and getting an O_PATH fd back through the VMM, which requires modifying
libkrun/muvm to have a connection channel.. Or we should switch this from
vsock to a virtgpu channel where it would be easier to handle.
2026-02-06 04:14:01 -03:00
Val Packett
df832a5141 Add proxy for the Settings portal (dark mode, reduced motion, etc.) 2025-12-12 04:45:19 -03:00
Val Packett
52c3ea7cd3 Switch over to a reverse connection scheme (bridge to a guest bus) 2025-12-05 08:18:44 -03:00
Val Packett
eefb000865 Implement FileChooser portal proxy with virtiofsd mount 2025-08-08 02:52:47 -03:00