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


      1i386_softmmu_ss.add(when: [hvf, 'CONFIG_HVF'], if_true: files(
      2  'hvf.c',
      3  'x86.c',
      4  'x86_cpuid.c',
      5  'x86_decode.c',
      6  'x86_descr.c',
      7  'x86_emu.c',
      8  'x86_flags.c',
      9  'x86_mmu.c',
     10  'x86_task.c',
     11  'x86hvf.c',
     12  'hvf-cpu.c',
     13))