Home
last modified time | relevance | path

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

/openbmc/qemu/python/qemu/qmp/
H A Dprotocol.py210 _limit = 64 * 1024 variable in AsyncProtocol
564 limit=self._limit,
572 limit=self._limit,
627 limit=self._limit,
637 limit=self._limit,
644 limit=self._limit,
H A Dqmp_client.py201 _limit = 10 * 1024 * 1024 variable in QMPClient