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


      1io_ss.add(genh)
      2io_ss.add(files(
      3  'channel-buffer.c',
      4  'channel-command.c',
      5  'channel-file.c',
      6  'channel-socket.c',
      7  'channel-tls.c',
      8  'channel-util.c',
      9  'channel-watch.c',
     10  'channel-websock.c',
     11  'channel.c',
     12  'dns-resolver.c',
     13  'net-listener.c',
     14  'task.c',
     15), gnutls)