Virtualize hitagi #81
Labels
No labels
affects/hardware
affects/legal
affects/reproducibility
affects/security
affects/style
affects/usability
blocked by/release 21.05
blocked by/release 21.11
blocked by/release 22.05
blocked by/testing needed
blocked by/testing needed/fuuko
blocked by/testing needed/sayuri
blocked by/upstream
resolution
deferred
resolution
permanent workaround
resolution
upstream wontfix
resolution
wontfix
type
bug
type
chore
type
feature
type
new machine
type
question
type
regression
type
tracking
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: simon/nixos-config#81
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is an experiment. This is a tracking issue on my findings.
Motivation
TBD
Current progress
TBD
Issues
Reset not working with Windows guest
Problem
When shutting down windows guest, it stays in the libvirt state “shutting down”, the host system becomes more and more unresponsive and in the end hangs.
Log
Resources
Additional findings
Audio latency
Problem:
Additional findings
clock.force-quantum
to 512 or lower fixes the osu behaviourGuesses
TODO
Test latency on bare metal hitagiTest latency on Windows VMTest other demanding audio applications if they exhibit a behaviour similar to osu’sResolution
By default, pipewire applies tuning for VMs. However, that assumes an emulated sound card, which is not the case for me. By setting
PIPEWIRE_VM
, a specific VM type can be forced, though I think it can’t be disabled when it is detected. A workaround is to copy the host’s system information, which tricks pipewire’s VM detection.This caused much more issues than it solved. Also, it introduced quite a bit of complexity. Therefore, I abandoned the idea for now.
The progress can be found in the
hyper
branch (f2ecb958ab
).