diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-04-18 18:44:04 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-04-29 12:17:06 -0500 |
commit | b3e6d591b05538056d665572f3e3bbfb3cbb70e7 (patch) | |
tree | b14e13cce12bdc609f97af3fa261b7689cf702a5 /hw/ppc/prep.c | |
parent | f81222bc0cf68464fe82117521917cc1533c3ff4 (diff) |
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>
Diffstat (limited to 'hw/ppc/prep.c')
-rw-r--r-- | hw/ppc/prep.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/ppc/prep.c b/hw/ppc/prep.c index 82bd27ec8d..59c7da3af7 100644 --- a/hw/ppc/prep.c +++ b/hw/ppc/prep.c @@ -658,9 +658,6 @@ static void ppc_prep_init(QEMUMachineInitArgs *args) /* Special port to get debug messages from Open-Firmware */ register_ioport_write(0x0F00, 4, 1, &PPC_debug_write, NULL); - - /* Initialize audio subsystem */ - audio_init(); } static QEMUMachine prep_machine = { |