summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_missing/host_missing/accel_missing/2073
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
commit3e4c5a6261770bced301b5e74233e7866166ea5b (patch)
tree9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_missing/host_missing/accel_missing/2073
parente5634e2806195bee44407853c4bf8776f7abfa4f (diff)
downloadqemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz
qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/2073')
-rw-r--r--gitlab/issues_text/target_missing/host_missing/accel_missing/207316
1 files changed, 0 insertions, 16 deletions
diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/2073 b/gitlab/issues_text/target_missing/host_missing/accel_missing/2073
deleted file mode 100644
index 7461f6110..000000000
--- a/gitlab/issues_text/target_missing/host_missing/accel_missing/2073
+++ /dev/null
@@ -1,16 +0,0 @@
-Audio: missing ability to disable microphone input from host?
-Description of problem:
-**It appears there is no way to disable the microphone / input to the audio backend device(s).**
-
-
-There are at least two cases where this matters:
-1. The host has no microphone input (e.g. only HDMI audio output with video).
-2. The host has a microphone input, but the user doesn't want the guest VM to have access to the microphone/input.
-
-I tried the option in.channels=0, as that seemed the most obvious way, though that doesn't work.
-
-For -audio dsound, it appears that CLSID_DirectSoundCapture is unconditionally acquired.
-
-There will also be later periodic warning/text outputs from QEMU "Could not create a backend for voice virtio.in", if you're running on a host system with no audio input device.
-
-Adding a couple backend checks for channels > 0 may work well.  Not sure if it matters that audio front end device in the VM still thinks there is an audio input.