mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
audio: enable PCI audio cards for all PCI-enabled targets
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-id: 1366303444-24620-9-git-send-email-pbonzini@redhat.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
f81222bc0c
commit
b3e6d591b0
8 changed files with 5 additions and 14 deletions
|
@ -189,7 +189,6 @@ static void pc_q35_init(QEMUMachineInitArgs *args)
|
|||
|
||||
/* the rest devices to which pci devfn is automatically assigned */
|
||||
pc_vga_init(isa_bus, host_bus);
|
||||
audio_init();
|
||||
pc_nic_init(isa_bus, host_bus);
|
||||
if (pci_enabled) {
|
||||
pc_pci_device_init(host_bus);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue