1. 13 Aug, 2021 2 commits
  2. 12 Aug, 2021 2 commits
  3. 22 Jul, 2021 1 commit
    • Michael Tokarev's avatar
      enable /run/qemu mount on ubuntu only · 9588982b
      Michael Tokarev authored
      qemu-system can load (block for now) modules after startup
      by means of device hotplug mechanism. When qemu and modules
      are upgraded, but running instances are not, running instances
      (which are older qemu) can't load new modules from disk.
      For this to work, during upgrade we copy old modules to
      /run/qemu/$version, and running (old) qemu can load modules
      from there.  But in order to be able to do that, this directory
      should be mounted without -o noexec. By default on debian whole
      /run is mounted -o noexec, so this does not work by default.
      qemu-block-extra provides a systemd mount unit run-qemu.mount
      which mounts /run/qemu as a separate tmpfs without -o noexec.
      On debian we do not enable this mount unit by default since
      apparently this is against policy. But ubuntu wants to be
      more user-friendly and enables it by default. Do this by
      running dh_installsystemd with arguments depending on $VENDOR.
      9588982b
  4. 21 Jul, 2021 1 commit
  5. 20 Jul, 2021 2 commits
  6. 19 Jul, 2021 2 commits
  7. 18 Jul, 2021 8 commits
  8. 28 Jun, 2021 4 commits
  9. 26 Jun, 2021 1 commit
  10. 24 Jun, 2021 1 commit
  11. 17 Jun, 2021 1 commit
  12. 11 May, 2021 1 commit
  13. 08 May, 2021 12 commits
  14. 29 Apr, 2021 1 commit
  15. 26 Apr, 2021 1 commit