princeton-sns / firecracker-tools

5 stars 5 forks source link

Write to port 0x3f0 requires a console #15

Closed tan-yue closed 5 years ago

tan-yue commented 5 years ago

When kernel boots with console=none, except the very first port io to the magic port indicating boot completion, the port io signal snapshotting does not succeeds. We know this failure because the println! added to the case of snapshot for writes to the magic port does not get printed.