218e99
From adbdd4efafb5aae64def7fb8ae78a565d239039f Mon Sep 17 00:00:00 2001
218e99
From: Bandan Das <bsd@redhat.com>
218e99
Date: Tue, 15 Oct 2013 17:11:01 +0200
218e99
Subject: [PATCH 24/25] pc_piix: disable mixer for 6.4.0 machine types and below
218e99
218e99
RH-Author: Bandan Das <bsd@redhat.com>
218e99
Message-id: <1381857067-9399-5-git-send-email-bsd@redhat.com>
218e99
Patchwork-id: 54952
218e99
O-Subject: [PATCH RHEL-7 qemu-kvm v3 4/5] pc_piix: disable mixer for 6.4.0 machine types and below
218e99
Bugzilla: 954195
218e99
RH-Acked-by: Paolo Bonzini <pbonzini@redhat.com>
218e99
RH-Acked-by: Gerd Hoffmann <kraxel@redhat.com>
218e99
RH-Acked-by: Markus Armbruster <armbru@redhat.com>
218e99
218e99
Signed-off-by: Bandan Das <bsd@redhat.com>
218e99
---
218e99
 hw/i386/pc_piix.c | 12 ++++++++++++
218e99
 1 file changed, 12 insertions(+)
218e99
218e99
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
218e99
---
218e99
 hw/i386/pc_piix.c |   12 ++++++++++++
218e99
 1 files changed, 12 insertions(+), 0 deletions(-)
218e99
218e99
diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c
218e99
index af1f602..3f5b913 100644
218e99
--- a/hw/i386/pc_piix.c
218e99
+++ b/hw/i386/pc_piix.c
218e99
@@ -925,6 +925,18 @@ static QEMUMachine pc_machine_rhel650 = {
218e99
         .driver   = "virtio-scsi-pci",\
218e99
         .property = "vectors",\
218e99
         .value    = stringify(2),\
218e99
+    },{\
218e99
+        .driver   = "hda-micro",\
218e99
+        .property = "mixer",\
218e99
+        .value    = "off",\
218e99
+    },{\
218e99
+        .driver   = "hda-duplex",\
218e99
+        .property = "mixer",\
218e99
+        .value    = "off",\
218e99
+    },{\
218e99
+        .driver   = "hda-output",\
218e99
+        .property = "mixer",\
218e99
+        .value    = "off",\
218e99
     }
218e99
 
218e99
 static void pc_init_rhel640(QEMUMachineInitArgs *args)
218e99
-- 
218e99
1.7.1
218e99