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 (97B)


      1xenpv_ss = ss.source_set()
      2
      3xenpv_ss.add(when: 'CONFIG_XEN', if_true: files('xen_machine_pv.c'))