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

qemu-guest-agent.service (227B)


      1[Unit]
      2Description=QEMU Guest Agent
      3BindTo=dev-virtio\x2dports-org.qemu.guest_agent.0.device
      4After=dev-virtio\x2dports-org.qemu.guest_agent.0.device
      5
      6[Service]
      7ExecStart=-/usr/bin/qemu-ga
      8Restart=always
      9RestartSec=0
     10
     11[Install]