Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(qemu): Allow listing over instances which cannot be queried over QMP
This commit amortizes the errors from connection sequences via QMP into well-defined errors. These errors can then be cross-validated in the listing method which would otherwise fast-fail. By omitting any issues related via QMP, we are able to properly return a full list of machines, regardless of whether they have a QMP socket. Signed-off-by: Alexander Jung <[email protected]>
- Loading branch information