cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

README.rst (369B)


      1qemu.qmp package
      2================
      3
      4This package provides a library used for connecting to and communicating
      5with QMP servers. It is used extensively by iotests, vm tests,
      6acceptance tests, and other utilities in the ./scripts directory. It is
      7not a fully-fledged SDK and is subject to change at any time.
      8
      9See the documentation in ``__init__.py`` for more information.