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

mypy.ini (183B)


      1[mypy]
      2strict = True
      3disallow_untyped_calls = False
      4python_version = 3.6
      5
      6[mypy-qapi.schema]
      7disallow_untyped_defs = False
      8disallow_incomplete_defs = False
      9check_untyped_defs = False