mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
RHEL 7: Fix list of supported sound cards to match RHEL qemu (RHBZ#1176493).
This commit is contained in:
committed by
Pino Toscano
parent
88c6f4b06b
commit
bb0efbf859
@@ -51,13 +51,14 @@ let kvm_arch = function
|
||||
(* Does qemu support the given sound card? *)
|
||||
let qemu_supports_sound_card = function
|
||||
| Types.AC97
|
||||
| Types.ES1370
|
||||
| Types.ICH6
|
||||
| Types.ICH9
|
||||
| Types.PCSpeaker
|
||||
-> true
|
||||
| Types.ES1370
|
||||
| Types.SB16
|
||||
| Types.USBAudio
|
||||
-> true
|
||||
-> false
|
||||
|
||||
(* Find the UEFI firmware. *)
|
||||
let find_uefi_firmware guest_arch =
|
||||
|
||||
Reference in New Issue
Block a user