cartesi / machine-emulator

The off-chain implementation of the Cartesi Machine
GNU Lesser General Public License v3.0
64 stars 33 forks source link

Snapshot and shared flash drives #203

Open edubart opened 6 months ago

edubart commented 6 months ago

Context

People may use snapshot on machines that are loaded with shared drives, and later the machine could be rolled back, this may cause unexpected issues.

Possible solutions

We should throw an error to avoid the misuse, we should also take the opportunity to disallow forking machines with VirtIO devices.