Skip to content
  • intrigeri's avatar
    run_test_suite: stop requiring qemu-kvm · efe8ade2
    intrigeri authored
    On sid (and thus soon Bullseye), qemu-system-x86 package has:
    
      Breaks: qemu-kvm
      Replaces: qemu-kvm
    
    … so requiring to have both qemu-system-x86 and qemu-kvm installed
    practically ensures we cannot run the test suite on sid.
    
    qemu-kvm was only useful to provide the /usr/bin/kvm wrapper anyway,
    which our test suite does not use, as it instead has:
    
      <emulator>/usr/bin/qemu-system-x86_64</emulator>
    efe8ade2