Home
last modified time | relevance | path

Searched refs:event_match (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/python/qemu/machine/
H A Dmachine.py758 def event_match(event: Any, match: Optional[Any]) -> bool: member in QEMUMachine
781 if not QEMUMachine.event_match(event[key], match[key]):
824 if event['event'] == name and self.event_match(event, match):