Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[loongarch64] virtio-console cannot run after merging dev-loongarch to dev #96

Open
enkerewpo opened this issue Jan 15, 2025 · 2 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@enkerewpo
Copy link
Member

enkerewpo commented Jan 15, 2025

after merging new functionalities from dev in hvisor and from main in hvisor-tool (ivc, etc.), the virtio-console's input from root linux can not be working anymore.

@enkerewpo
Copy link
Member Author

enkerewpo commented Jan 15, 2025

I did some investigation, after merging into dev, the input to /dev/pts/0 from root linux seems not working. the virtio init and virtio output to /dev/pts/0 are ok as usual.

however, when echo test > /dev/pts/0 or just type something inside screen /dev/pts/0, nothing happens. After checking virtio daemon's log, there're no logs about any INPUT events so no data was transmitted through virtio-console into nonroot

@enkerewpo
Copy link
Member Author

enkerewpo commented Jan 15, 2025

I think problems may related to epoll handling, so I will first try to learn the details of the linux's epoll design and debug the hvisor-tool running in loongarch64 linux (v6.11.6).

@enkerewpo enkerewpo self-assigned this Jan 15, 2025
@enkerewpo enkerewpo added bug Something isn't working help wanted Extra attention is needed labels Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant