cloud-hypervisor/vmm
Sebastien Boeuf a940f525a8 vmm: Move SerialBuffer to its own crate
We want to be able to reuse the SerialBuffer from the virtio-devices
crate, particularly from the virtio-console implementation. That's why
we move the SerialBuffer definition to its own crate so that it can be
accessed from both vmm and virtio-devices crates, without creating any
cyclic dependency.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2022-08-30 13:47:51 +02:00
..
src vmm: Move SerialBuffer to its own crate 2022-08-30 13:47:51 +02:00
Cargo.toml vmm: Move SerialBuffer to its own crate 2022-08-30 13:47:51 +02:00