Searched refs:StateError (Results 1 – 3 of 3) sorted by relevance
33 StateError,
97 class StateError(QMPError): class155 raise StateError(emsg, proto.runstate, required_state)
10 from qemu.qmp.protocol import AsyncProtocol, StateError387 with self.assertRaises(StateError) as context:507 with self.assertRaises(StateError) as context: