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

meson.build (190B)


      1qom_ss.add(genh)
      2qom_ss.add(files(
      3  'container.c',
      4  'object.c',
      5  'object_interfaces.c',
      6  'qom-qobject.c',
      7))
      8
      9qmp_ss.add(files('qom-qmp-cmds.c'))
     10softmmu_ss.add(files('qom-hmp-cmds.c'))