Skip to content

LPC UART device pause/resume could be better #389

Description

@jordanhendricks

The Entity trait provides no-op pause and resume default methods that can optionally be implemented by entities. These methods are used by the migration code to pause devices before migrating their state and resume them on the target.

It is possible for the LPC UART device to continue receiving data after devices are paused, as a user might be connected to the console and typing. To allow for a consistent snapshot of device state during migration, the LPC UART should implement pause and resume methods.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    migrationIssues related to live migration.

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions