Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qmp: incorrect copyright header | OpenGnSys Support Team | 2024-04-02 | 1 | -7/+5 |
| | | | | Replace incorrect copyright header in qmp.py file. | ||||
* | src: change generic exception types to be more explicit | Alejandro Sirgo Rica | 2024-03-21 | 1 | -1/+1 |
| | | | | | | | | Replace exception types to be more explicit about the nature of the error. Improve the exception raising semantics by using the 'from' keyword, this wraps an older exception into a new one so it is still considered the same object. | ||||
* | #1059 virtual: replace qmp polling for event listening | Jose M. Guisado | 2021-09-01 | 1 | -0/+256 |
Polling for a qmp port availability is undesirable, as QEMU only handles one connection to the qmp port at a time, ogClient may interfere with cloneer-manager. Check vm thread now connects to a separate qmp tcp socket, listening for a shutdown guest event. When ogClient is run just after ogVDI installation (before guest installation) it will try to connect until it's possible, ie: after an iso is specified and a qemu vm is started that exposes the appropiate qmp tcp port. |