rust-vmm / vmm-reference

A VMM implementation based of rust-vmm components
Apache License 2.0
146 stars 61 forks source link

vm-superio Serial not working #234

Closed chintansheth1711 closed 1 year ago

chintansheth1711 commented 1 year ago

In new commit, following error arises error[E0432]: unresolved import serial::Serial .cargo/registry/src/github.com-1ecc6299db9ec823/vm-superio-0.5.0/src/lib.rs:26:9 pub use serial::Serial;

andreeaflorescu commented 1 year ago

Where are you getting this error? Can you please write some reproduction steps with what you are doing?

chintansheth1711 commented 1 year ago

resolved