Skip to content

Conversation

@RealityAnomaly
Copy link

@RealityAnomaly RealityAnomaly commented Aug 28, 2025

This patch ensures USB devices are reattached on resume, which is necessary for S0ix since we don't detach the USB controller drivers and hence the udev rules aren't retriggered automatically. I've relocated the attachment logic into _auto_attach_devices, which is now shared between the domain-start and domain-resumed handlers.

I've also added a new event, domain-resumed, in core-admin to support this since domain-unpaused isn't sufficient for our needs. That PR can be found here and is a dependency for this change: QubesOS/qubes-core-admin#725

@RealityAnomaly RealityAnomaly force-pushed the fix/usb-resume branch 2 times, most recently from 5e0bc9b to 9890f83 Compare August 29, 2025 00:15
@RealityAnomaly
Copy link
Author

Ignore my original change, I'd incorrectly written this to use domain-unpaused. I've now added a domain-resumed event which did not previously exist in order to accurately capture the suspend-from-resume event.

@marmarek
Copy link
Member

Shouldn't this take some lock or something to avoid parallel double-attach in the non-S0ix case? IIUC there you'll see re-enumeration of devices too, which will trigger attaching them too - and that might happen concurrently with _auto_attach_devices().

@RealityAnomaly
Copy link
Author

Shouldn't this take some lock or something to avoid parallel double-attach in the non-S0ix case? IIUC there you'll see re-enumeration of devices too, which will trigger attaching them too - and that might happen concurrently with _auto_attach_devices().

Yeah, you're right. I've added a dict of per-VM async locks that are taken on entry to the _auto_attach_devices() method.

@RealityAnomaly RealityAnomaly force-pushed the fix/usb-resume branch 2 times, most recently from 35981c4 to c643e60 Compare August 29, 2025 00:42
This patch ensures USB devices are reattached on resume, which is
necessary for S0ix since we don't detach the USB controller drivers and
hence the udev rules aren't retriggered automatically.
@RealityAnomaly
Copy link
Author

@marmarek anything blocking this from being merged?

@marmarek
Copy link
Member

marmarek commented Nov 5, 2025

Test need an update: https://openqa.qubes-os.org/tests/158669#step/TC_30_USBProxy_core3/1

@qubesos-bot
Copy link

qubesos-bot commented Nov 5, 2025

OpenQA test summary

Complete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025111405-4.3&flavor=pull-requests

Test run included the following:

Upload failures

  • system_tests_pvgrub_salt_storage

    • system_tests: Failed (test died)
      # Test died: command 'curl --form upload=@tests-qubes.tests.integ.s...
  • system_tests_qrexec

    • system_tests: Failed (test died)
      # Test died: command 'curl --form upload=@tests-qubes.tests.integ.q...
  • system_tests_devices

    • system_tests: Failed (test died)
      # Test died: command 'curl --form upload=@tests-qubes.tests.integ.d...

New failures, excluding unstable

Compared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025081011-4.3&flavor=update

  • system_tests_whonix

    • whonixcheck: fail (unknown)
      Whonixcheck for anon-whonix failed...

    • whonixcheck: Failed (test died)
      # Test died: systemcheck failed at qubesos/tests/whonixcheck.pm lin...

  • system_tests_extra

    • TC_00_QVCTest_debian-13-xfce: test_010_screenshare (failure + cleanup)
      AssertionError: 2.4614345149565264 not less than 2.0

    • TC_00_QVCTest_whonix-gateway-18: test_010_screenshare (failure)
      AssertionError: 1 != 0 : Timeout waiting for /dev/video0 in test-in...

    • TC_00_QVCTest_whonix-workstation-18: test_010_screenshare (failure)
      AssertionError: 1 != 0 : Timeout waiting for /dev/video0 in test-in...

  • system_tests_usbproxy

  • system_tests_network_updates

    • TC_00_Dom0Upgrade_whonix-gateway-18: test_000_update (error)
      subprocess.CalledProcessError: Command 'timeout=120; while ! tor-ci...
  • system_tests_dispvm

    • TC_20_DispVM_whonix-workstation-18: test_100_open_in_dispvm (failure)
      AssertionError: './open-file test.txt' failed with ./open-file test...
  • system_tests_audio

    • TC_20_AudioVM_Pulse_whonix-workstation-18: test_225_audio_rec_unmuted_hvm (failure)
      AssertionError: too short audio, expected 10s, got 7.02637188208616...
  • system_tests_whonix@hw7

    • whonixcheck: fail (unknown)
      Whonixcheck for sys-whonix failed...

    • whonixcheck: Failed (test died)
      # Test died: systemcheck failed at qubesos/tests/whonixcheck.pm lin...

  • system_tests_qwt_win10_seamless@hw13

    • windows_clipboard_and_filecopy: unnamed test (unknown)
    • windows_clipboard_and_filecopy: Failed (test died)
      # Test died: no candidate needle with tag(s) 'windows-Explorer-empt...
  • system_tests_qwt_win11@hw13

    • windows_install: wait_serial (wait serial expected)
      # wait_serial expected: qr/iDVvW-\d+-/...

    • windows_install: Failed (test died + timed out)
      # Test died: command 'script -e -c 'bash -x /usr/bin/qvm-create-win...

  • system_tests_dispvm_perf@hw7

    • TC_00_DispVMPerf_whonix-workstation-18: test_022_vm_dispvm_preload_concurrent (failure + timed out)
      AssertionError: Timeout while waiting for VM test-inst-dvm shutdown

    • TC_00_DispVMPerf_whonix-workstation-18: test_900_reader (failure)
      AssertionError: '/usr/lib/qubes/tests/dispvm_perf_reader.py --templ...

  • system_tests_i3_gui_interactive

    • gui_keyboard_layout: Failed (test died)
      # Test died: command 'test "$(cd ~user;ls e1*)" = "$(qvm-run -p wor...

Failed tests

27 failures
  • system_tests_whonix

    • whonixcheck: fail (unknown)
      Whonixcheck for anon-whonix failed...

    • whonixcheck: Failed (test died)
      # Test died: systemcheck failed at qubesos/tests/whonixcheck.pm lin...

  • system_tests_extra

    • TC_00_QVCTest_debian-13-xfce: test_010_screenshare (failure + cleanup)
      AssertionError: 2.4614345149565264 not less than 2.0

    • TC_00_QVCTest_whonix-gateway-18: test_010_screenshare (failure)
      AssertionError: 1 != 0 : Timeout waiting for /dev/video0 in test-in...

    • TC_00_QVCTest_whonix-workstation-18: test_010_screenshare (failure)
      AssertionError: 1 != 0 : Timeout waiting for /dev/video0 in test-in...

  • system_tests_usbproxy

  • system_tests_network_updates

    • TC_00_Dom0Upgrade_whonix-gateway-18: test_000_update (error)
      subprocess.CalledProcessError: Command 'timeout=120; while ! tor-ci...
  • system_tests_dispvm

    • TC_20_DispVM_whonix-workstation-18: test_100_open_in_dispvm (failure)
      AssertionError: './open-file test.txt' failed with ./open-file test...
  • system_tests_kde_gui_interactive

    • gui_keyboard_layout: wait_serial (wait serial expected)
      # wait_serial expected: "echo -e '[Layout]\nLayoutList=us,de' | sud...

    • gui_keyboard_layout: Failed (test died)
      # Test died: command 'test "$(cd ~user;ls e1*)" = "$(qvm-run -p wor...

  • system_tests_audio

    • TC_20_AudioVM_Pulse_whonix-workstation-18: test_225_audio_rec_unmuted_hvm (failure)
      AssertionError: too short audio, expected 10s, got 7.02637188208616...
  • system_tests_whonix@hw7

    • whonixcheck: fail (unknown)
      Whonixcheck for sys-whonix failed...

    • whonixcheck: Failed (test died)
      # Test died: systemcheck failed at qubesos/tests/whonixcheck.pm lin...

  • system_tests_qwt_win10_seamless@hw13

    • windows_clipboard_and_filecopy: unnamed test (unknown)
    • windows_clipboard_and_filecopy: Failed (test died)
      # Test died: no candidate needle with tag(s) 'windows-Explorer-empt...
  • system_tests_qwt_win11@hw13

    • windows_install: wait_serial (wait serial expected)
      # wait_serial expected: qr/iDVvW-\d+-/...

    • windows_install: Failed (test died + timed out)
      # Test died: command 'script -e -c 'bash -x /usr/bin/qvm-create-win...

  • system_tests_dispvm_perf@hw7

    • TC_00_DispVMPerf_whonix-workstation-18: test_022_vm_dispvm_preload_concurrent (failure + timed out)
      AssertionError: Timeout while waiting for VM test-inst-dvm shutdown

    • TC_00_DispVMPerf_whonix-workstation-18: test_900_reader (failure)
      AssertionError: '/usr/lib/qubes/tests/dispvm_perf_reader.py --templ...

  • system_tests_i3_gui_interactive

    • gui_keyboard_layout: Failed (test died)
      # Test died: command 'test "$(cd ~user;ls e1*)" = "$(qvm-run -p wor...

Fixed failures

Compared to: https://openqa.qubes-os.org/tests/149225#dependencies

78 fixed
  • system_tests_extra

    • TC_00_QVCTest_whonix-workstation-17: test_010_screenshare (failure)
      AssertionError: 1 != 0 : Timeout waiting for /dev/video0 in test-in...
  • system_tests_dispvm

  • system_tests_audio

    • TC_20_AudioVM_Pulse_whonix-workstation-17: test_223_audio_play_hvm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_20_AudioVM_Pulse_whonix-workstation-17: test_224_audio_rec_muted_hvm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_20_AudioVM_Pulse_whonix-workstation-17: test_225_audio_rec_unmuted_hvm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_20_AudioVM_Pulse_whonix-workstation-17: test_252_audio_playback_audiovm_switch_hvm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

  • system_tests_audio@hw1

    • system_tests: Fail (unknown)
      Tests qubes.tests.integ.audio failed (exit code 1), details reporte...

    • system_tests: Failed (test died)
      # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...

    • TC_20_AudioVM_Pulse_whonix-workstation-17: test_223_audio_play_hvm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 60 secon...

    • TC_20_AudioVM_Pulse_whonix-workstation-17: test_224_audio_rec_muted_hvm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 60 secon...

    • TC_20_AudioVM_Pulse_whonix-workstation-17: test_252_audio_playback_audiovm_switch_hvm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 60 secon...

  • system_tests_dispvm_perf@hw7

  • system_tests_guivm_gpu_gui_interactive@hw13

    • guivm_startup: wait_serial (wait serial expected)
      # wait_serial expected: qr/lEcbc-\d+-/...

    • guivm_startup: Failed (test died + timed out)
      # Test died: command '! qvm-check sys-whonix || time qvm-start sys-...

  • system_tests_basic_vm_qrexec_gui_ext4

    • system_tests: Fail (unknown)
      Tests qubes.tests.integ.vm_qrexec_gui failed (exit code 1), details...

    • system_tests: Failed (test died)
      # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...

    • TC_20_NonAudio_whonix-gateway-17-pool: test_012_qubes_desktop_run (error + cleanup)
      raise TimeoutError from exc_val... TimeoutError

Unstable tests

Performance Tests

Performance degradation:

18 performance degradations
  • dom0_root_seq1m_q8t1_read 3:read_bandwidth_kb: 320371.00 🔻 ( previous job: 497426.00, degradation: 64.41%)
  • dom0_root_seq1m_q8t1_write 3:write_bandwidth_kb: 220567.00 🔻 ( previous job: 265260.00, degradation: 83.15%)
  • dom0_root_seq1m_q1t1_write 3:write_bandwidth_kb: 30058.00 🔻 ( previous job: 196254.00, degradation: 15.32%)
  • dom0_root_rnd4k_q32t1_read 3:read_bandwidth_kb: 14279.00 🔻 ( previous job: 23940.00, degradation: 59.64%)
  • dom0_root_rnd4k_q32t1_write 3:write_bandwidth_kb: 604.00 🔻 ( previous job: 2446.00, degradation: 24.69%)
  • dom0_varlibqubes_seq1m_q8t1_write 3:write_bandwidth_kb: 93648.00 🔻 ( previous job: 110817.00, degradation: 84.51%)
  • dom0_varlibqubes_seq1m_q1t1_write 3:write_bandwidth_kb: 100633.00 🔻 ( previous job: 121719.00, degradation: 82.68%)
  • fedora-42-xfce_root_seq1m_q8t1_write 3:write_bandwidth_kb: 109885.00 🔻 ( previous job: 140215.00, degradation: 78.37%)
  • fedora-42-xfce_root_seq1m_q1t1_write 3:write_bandwidth_kb: 42051.00 🔻 ( previous job: 47575.00, degradation: 88.39%)
  • fedora-42-xfce_root_rnd4k_q32t1_write 3:write_bandwidth_kb: 2404.00 🔻 ( previous job: 3020.00, degradation: 79.60%)
  • fedora-42-xfce_root_rnd4k_q1t1_write 3:write_bandwidth_kb: 740.00 🔻 ( previous job: 1368.00, degradation: 54.09%)
  • fedora-42-xfce_private_seq1m_q8t1_write 3:write_bandwidth_kb: 83098.00 🔻 ( previous job: 136640.00, degradation: 60.82%)
  • fedora-42-xfce_private_seq1m_q1t1_write 3:write_bandwidth_kb: 49053.00 🔻 ( previous job: 79539.00, degradation: 61.67%)
  • fedora-42-xfce_private_rnd4k_q32t1_read 3:read_bandwidth_kb: 76389.00 🔻 ( previous job: 87396.00, degradation: 87.41%)
  • fedora-42-xfce_private_rnd4k_q32t1_write 3:write_bandwidth_kb: 1659.00 🔻 ( previous job: 3765.00, degradation: 44.06%)
  • fedora-42-xfce_private_rnd4k_q1t1_write 3:write_bandwidth_kb: 214.00 🔻 ( previous job: 1251.00, degradation: 17.11%)
  • fedora-42-xfce_volatile_rnd4k_q32t1_write 3:write_bandwidth_kb: 3682.00 🔻 ( previous job: 4098.00, degradation: 89.85%)
  • fedora-42-xfce_volatile_rnd4k_q1t1_write 3:write_bandwidth_kb: 1407.00 🔻 ( previous job: 2384.00, degradation: 59.02%)

Remaining performance tests:

161 tests
  • debian-13-xfce_exec: 8.13 🟢 ( previous job: 8.36, improvement: 97.30%)
  • debian-13-xfce_exec-root: 27.05 🟢 ( previous job: 27.36, improvement: 98.87%)
  • debian-13-xfce_socket: 8.05 🟢 ( previous job: 8.57, improvement: 93.88%)
  • debian-13-xfce_socket-root: 8.49 🔻 ( previous job: 8.26, degradation: 102.83%)
  • debian-13-xfce_exec-data-simplex: 70.15 🟢 ( previous job: 72.43, improvement: 96.86%)
  • debian-13-xfce_exec-data-duplex: 69.85 🟢 ( previous job: 76.65, improvement: 91.13%)
  • debian-13-xfce_exec-data-duplex-root: 85.24 🟢 ( previous job: 91.79, improvement: 92.87%)
  • debian-13-xfce_socket-data-duplex: 128.40 🟢 ( previous job: 133.45, improvement: 96.21%)
  • fedora-42-xfce_exec: 9.08 🔻 ( previous job: 9.06, degradation: 100.18%)
  • fedora-42-xfce_exec-root: 60.80 🔻 ( previous job: 58.19, degradation: 104.49%)
  • fedora-42-xfce_socket: 9.04 🔻 ( previous job: 8.48, degradation: 106.61%)
  • fedora-42-xfce_socket-root: 8.23 🔻 ( previous job: 8.18, degradation: 100.61%)
  • fedora-42-xfce_exec-data-simplex: 67.80 🟢 ( previous job: 78.48, improvement: 86.39%)
  • fedora-42-xfce_exec-data-duplex: 69.26 🔻 ( previous job: 67.92, degradation: 101.98%)
  • fedora-42-xfce_exec-data-duplex-root: 91.49 🟢 ( previous job: 96.36, improvement: 94.95%)
  • fedora-42-xfce_socket-data-duplex: 138.77 🟢 ( previous job: 142.58, improvement: 97.33%)
  • whonix-gateway-18_exec: 7.47
  • whonix-gateway-18_exec-root: 125.68
  • whonix-gateway-18_socket: 9.10
  • whonix-gateway-18_socket-root: 7.74
  • whonix-gateway-18_exec-data-simplex: 71.36
  • whonix-gateway-18_exec-data-duplex: 73.31
  • whonix-gateway-18_exec-data-duplex-root: 138.49
  • whonix-gateway-18_socket-data-duplex: 143.05
  • whonix-workstation-18_exec: 8.74
  • whonix-workstation-18_exec-root: 149.93
  • whonix-workstation-18_socket: 9.55
  • whonix-workstation-18_socket-root: 9.04
  • whonix-workstation-18_exec-data-simplex: 65.45
  • whonix-workstation-18_exec-data-duplex: 70.57
  • whonix-workstation-18_exec-data-duplex-root: 150.53
  • whonix-workstation-18_socket-data-duplex: 135.39
  • dom0_root_seq1m_q1t1_read 3:read_bandwidth_kb: 443560.00 🟢 ( previous job: 431512.00, improvement: 102.79%)
  • dom0_root_rnd4k_q1t1_read 3:read_bandwidth_kb: 8335.00 🟢 ( previous job: 5874.00, improvement: 141.90%)
  • dom0_root_rnd4k_q1t1_write 3:write_bandwidth_kb: 70.00 🟢 ( previous job: 29.00, improvement: 241.38%)
  • dom0_varlibqubes_seq1m_q8t1_read 3:read_bandwidth_kb: 400372.00 🟢 ( previous job: 292489.00, improvement: 136.88%)
  • dom0_varlibqubes_seq1m_q1t1_read 3:read_bandwidth_kb: 364722.00 🟢 ( previous job: 137802.00, improvement: 264.67%)
  • dom0_varlibqubes_rnd4k_q32t1_read 3:read_bandwidth_kb: 104384.00 🟢 ( previous job: 103932.00, improvement: 100.43%)
  • dom0_varlibqubes_rnd4k_q32t1_write 3:write_bandwidth_kb: 6652.00 🟢 ( previous job: 6356.00, improvement: 104.66%)
  • dom0_varlibqubes_rnd4k_q1t1_read 3:read_bandwidth_kb: 8398.00 🟢 ( previous job: 7695.00, improvement: 109.14%)
  • dom0_varlibqubes_rnd4k_q1t1_write 3:write_bandwidth_kb: 4215.00 🟢 ( previous job: 3925.00, improvement: 107.39%)
  • fedora-42-xfce_root_seq1m_q8t1_read 3:read_bandwidth_kb: 395838.00 🟢 ( previous job: 366891.00, improvement: 107.89%)
  • fedora-42-xfce_root_seq1m_q1t1_read 3:read_bandwidth_kb: 318135.00 🟢 ( previous job: 299764.00, improvement: 106.13%)
  • fedora-42-xfce_root_rnd4k_q32t1_read 3:read_bandwidth_kb: 81396.00 🔻 ( previous job: 86001.00, degradation: 94.65%)
  • fedora-42-xfce_root_rnd4k_q1t1_read 3:read_bandwidth_kb: 8806.00 🔻 ( previous job: 9042.00, degradation: 97.39%)
  • fedora-42-xfce_private_seq1m_q8t1_read 3:read_bandwidth_kb: 362954.00 🔻 ( previous job: 387500.00, degradation: 93.67%)
  • fedora-42-xfce_private_seq1m_q1t1_read 3:read_bandwidth_kb: 327987.00 🟢 ( previous job: 325139.00, improvement: 100.88%)
  • fedora-42-xfce_private_rnd4k_q1t1_read 3:read_bandwidth_kb: 8421.00 🔻 ( previous job: 8992.00, degradation: 93.65%)
  • fedora-42-xfce_volatile_seq1m_q8t1_read 3:read_bandwidth_kb: 373823.00 🔻 ( previous job: 383531.00, degradation: 97.47%)
  • fedora-42-xfce_volatile_seq1m_q8t1_write 3:write_bandwidth_kb: 179266.00 🟢 ( previous job: 157382.00, improvement: 113.91%)
  • fedora-42-xfce_volatile_seq1m_q1t1_read 3:read_bandwidth_kb: 338468.00 🟢 ( previous job: 293225.00, improvement: 115.43%)
  • fedora-42-xfce_volatile_seq1m_q1t1_write 3:write_bandwidth_kb: 81789.00 🟢 ( previous job: 64217.00, improvement: 127.36%)
  • fedora-42-xfce_volatile_rnd4k_q32t1_read 3:read_bandwidth_kb: 87644.00 🟢 ( previous job: 87141.00, improvement: 100.58%)
  • fedora-42-xfce_volatile_rnd4k_q1t1_read 3:read_bandwidth_kb: 8043.00 🔻 ( previous job: 8804.00, degradation: 91.36%)
  • debian-13-xfce_vm-dispvm (mean:6.597): 79.17
  • debian-13-xfce_vm-dispvm-gui (mean:7.674): 92.09
  • debian-13-xfce_vm-dispvm-concurrent (mean:3.382): 40.59
  • debian-13-xfce_vm-dispvm-gui-concurrent (mean:3.945): 47.34
  • debian-13-xfce_dom0-dispvm (mean:6.991): 83.90
  • debian-13-xfce_dom0-dispvm-gui (mean:8.248): 98.98
  • debian-13-xfce_dom0-dispvm-concurrent (mean:3.575): 42.90
  • debian-13-xfce_dom0-dispvm-gui-concurrent (mean:4.177): 50.12
  • debian-13-xfce_vm-dispvm-preload (mean:2.872): 34.47
  • debian-13-xfce_vm-dispvm-preload-gui (mean:3.923): 47.07
  • debian-13-xfce_vm-dispvm-preload-concurrent (mean:2.54): 30.48
  • debian-13-xfce_vm-dispvm-preload-gui-concurrent (mean:3.48): 41.77
  • debian-13-xfce_dom0-dispvm-preload (mean:3.577): 42.92
  • debian-13-xfce_dom0-dispvm-preload-gui (mean:4.354): 52.25
  • debian-13-xfce_dom0-dispvm-preload-concurrent (mean:3.219): 38.62
  • debian-13-xfce_dom0-dispvm-preload-gui-concurrent (mean:3.719): 44.63
  • debian-13-xfce_dom0-dispvm-api (mean:7.019): 84.23
  • debian-13-xfce_dom0-dispvm-gui-api (mean:8.371): 100.46
  • debian-13-xfce_dom0-dispvm-concurrent-api (mean:3.354): 40.25
  • debian-13-xfce_dom0-dispvm-gui-concurrent-api (mean:4.027): 48.33
  • debian-13-xfce_dom0-dispvm-preload-less-less-api (mean:3.705): 44.46
  • debian-13-xfce_dom0-dispvm-preload-less-api (mean:3.714): 44.56
  • debian-13-xfce_dom0-dispvm-preload-api (mean:3.481): 41.77
  • debian-13-xfce_dom0-dispvm-preload-more-api (mean:3.399): 40.79
  • debian-13-xfce_dom0-dispvm-preload-more-more-api (mean:3.386): 40.64
  • debian-13-xfce_dom0-dispvm-preload-gui-api (mean:4.371): 52.45
  • debian-13-xfce_dom0-dispvm-preload-concurrent-api (mean:2.724): 32.69
  • debian-13-xfce_dom0-dispvm-preload-gui-concurrent-api (mean:3.794): 45.53
  • debian-13-xfce_vm-vm (mean:0.032): 0.38
  • debian-13-xfce_vm-vm-gui (mean:0.034): 0.41
  • debian-13-xfce_vm-vm-concurrent (mean:0.017): 0.21
  • debian-13-xfce_vm-vm-gui-concurrent (mean:0.023): 0.28
  • debian-13-xfce_dom0-vm-api (mean:0.029): 0.34
  • debian-13-xfce_dom0-vm-gui-api (mean:0.042): 0.50
  • debian-13-xfce_dom0-vm-concurrent-api (mean:0.026): 0.31
  • debian-13-xfce_dom0-vm-gui-concurrent-api (mean:0.029): 0.34
  • fedora-42-xfce_vm-dispvm (mean:7.151): 85.81
  • fedora-42-xfce_vm-dispvm-gui (mean:8.159): 97.91
  • fedora-42-xfce_vm-dispvm-concurrent (mean:3.624): 43.49
  • fedora-42-xfce_vm-dispvm-gui-concurrent (mean:4.371): 52.45
  • fedora-42-xfce_dom0-dispvm (mean:7.668): 92.02
  • fedora-42-xfce_dom0-dispvm-gui (mean:8.954): 107.44
  • fedora-42-xfce_dom0-dispvm-concurrent (mean:3.75): 45.00
  • fedora-42-xfce_dom0-dispvm-gui-concurrent (mean:4.37): 52.44
  • fedora-42-xfce_vm-dispvm-preload (mean:3.206): 38.47
  • fedora-42-xfce_vm-dispvm-preload-gui (mean:4.058): 48.69
  • fedora-42-xfce_vm-dispvm-preload-concurrent (mean:2.804): 33.65
  • fedora-42-xfce_vm-dispvm-preload-gui-concurrent (mean:5.1): 61.20
  • fedora-42-xfce_dom0-dispvm-preload (mean:3.926): 47.12
  • fedora-42-xfce_dom0-dispvm-preload-gui (mean:4.958): 59.49
  • fedora-42-xfce_dom0-dispvm-preload-concurrent (mean:3.652): 43.83
  • fedora-42-xfce_dom0-dispvm-preload-gui-concurrent (mean:4.092): 49.11
  • fedora-42-xfce_dom0-dispvm-api (mean:7.664): 91.97
  • fedora-42-xfce_dom0-dispvm-gui-api (mean:9.127): 109.52
  • fedora-42-xfce_dom0-dispvm-concurrent-api (mean:3.823): 45.87
  • fedora-42-xfce_dom0-dispvm-gui-concurrent-api (mean:4.383): 52.60
  • fedora-42-xfce_dom0-dispvm-preload-less-less-api (mean:4.281): 51.37
  • fedora-42-xfce_dom0-dispvm-preload-less-api (mean:3.934): 47.21
  • fedora-42-xfce_dom0-dispvm-preload-api (mean:3.979): 47.75
  • fedora-42-xfce_dom0-dispvm-preload-more-api (mean:3.737): 44.85
  • fedora-42-xfce_dom0-dispvm-preload-more-more-api (mean:3.94): 47.28
  • fedora-42-xfce_dom0-dispvm-preload-gui-api (mean:5.022): 60.27
  • fedora-42-xfce_dom0-dispvm-preload-concurrent-api (mean:3.437): 41.24
  • fedora-42-xfce_dom0-dispvm-preload-gui-concurrent-api (mean:4.246): 50.95
  • fedora-42-xfce_vm-vm (mean:0.028): 0.34
  • fedora-42-xfce_vm-vm-gui (mean:0.03): 0.36
  • fedora-42-xfce_vm-vm-concurrent (mean:0.017): 0.20
  • fedora-42-xfce_vm-vm-gui-concurrent (mean:0.02): 0.24
  • fedora-42-xfce_dom0-vm-api (mean:0.039): 0.47
  • fedora-42-xfce_dom0-vm-gui-api (mean:0.039): 0.47
  • fedora-42-xfce_dom0-vm-concurrent-api (mean:0.031): 0.37
  • fedora-42-xfce_dom0-vm-gui-concurrent-api (mean:0.033): 0.40
  • whonix-workstation-18_vm-dispvm (mean:9.192): 110.31
  • whonix-workstation-18_vm-dispvm-gui (mean:10.099): 121.19
  • whonix-workstation-18_vm-dispvm-concurrent (mean:5.339): 64.07
  • whonix-workstation-18_vm-dispvm-gui-concurrent (mean:5.322): 63.87
  • whonix-workstation-18_dom0-dispvm (mean:9.79): 117.48
  • whonix-workstation-18_dom0-dispvm-gui (mean:10.772): 129.27
  • whonix-workstation-18_dom0-dispvm-concurrent (mean:5.165): 61.98
  • whonix-workstation-18_dom0-dispvm-gui-concurrent (mean:5.508): 66.09
  • whonix-workstation-18_vm-dispvm-preload (mean:4.014): 48.17
  • whonix-workstation-18_vm-dispvm-preload-gui (mean:5.2): 62.40
  • whonix-workstation-18_vm-dispvm-preload-gui-concurrent (mean:4.639): 55.67
  • whonix-workstation-18_dom0-dispvm-preload (mean:5.378): 64.54
  • whonix-workstation-18_dom0-dispvm-preload-gui (mean:6.029): 72.35
  • whonix-workstation-18_dom0-dispvm-preload-concurrent (mean:4.292): 51.50
  • whonix-workstation-18_dom0-dispvm-preload-gui-concurrent (mean:5.081): 60.97
  • whonix-workstation-18_dom0-dispvm-api (mean:9.606): 115.28
  • whonix-workstation-18_dom0-dispvm-gui-api (mean:10.665): 127.97
  • whonix-workstation-18_dom0-dispvm-concurrent-api (mean:4.98): 59.76
  • whonix-workstation-18_dom0-dispvm-gui-concurrent-api (mean:5.489): 65.87
  • whonix-workstation-18_dom0-dispvm-preload-less-less-api (mean:5.547): 66.56
  • whonix-workstation-18_dom0-dispvm-preload-less-api (mean:5.511): 66.14
  • whonix-workstation-18_dom0-dispvm-preload-api (mean:5.184): 62.21
  • whonix-workstation-18_dom0-dispvm-preload-more-api (mean:5.552): 66.63
  • whonix-workstation-18_dom0-dispvm-preload-more-more-api (mean:5.379): 64.54
  • whonix-workstation-18_dom0-dispvm-preload-gui-api (mean:5.809): 69.71
  • whonix-workstation-18_dom0-dispvm-preload-concurrent-api (mean:4.578): 54.94
  • whonix-workstation-18_dom0-dispvm-preload-gui-concurrent-api (mean:5.154): 61.85
  • whonix-workstation-18_vm-vm (mean:0.051): 0.61
  • whonix-workstation-18_vm-vm-gui (mean:0.044): 0.53
  • whonix-workstation-18_vm-vm-concurrent (mean:0.015): 0.18
  • whonix-workstation-18_vm-vm-gui-concurrent (mean:0.022): 0.27
  • whonix-workstation-18_dom0-vm-api (mean:0.053): 0.64
  • whonix-workstation-18_dom0-vm-gui-api (mean:0.057): 0.68
  • whonix-workstation-18_dom0-vm-concurrent-api (mean:0.037): 0.45
  • whonix-workstation-18_dom0-vm-gui-concurrent-api (mean:0.029): 0.35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants