-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VmBus: move guest event port creation back to open_channel. (#717)
#662 moved the creation of the guest event port (or rather, enabling it by setting its parameters) to the `complete_open` method, to simplify error handling. This caused some issues with the IC channels for some guests, as those devices can trigger an interrupt during open which is now lost. This change moves the creation of the guest event port back to the `open_channel` method, and makes the necessary changes to deal with `open_channel` now being able to fail as well. Fixes #715.
- Loading branch information
Showing
1 changed file
with
49 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters