9ae3a8
From 73e7e8ffd938923f5e30132dd90003ebc9e423dc Mon Sep 17 00:00:00 2001
9ae3a8
Message-Id: <73e7e8ffd938923f5e30132dd90003ebc9e423dc.1387276076.git.minovotn@redhat.com>
9ae3a8
In-Reply-To: <e610718166120379517e80d1a7aa12d60294209b.1387276076.git.minovotn@redhat.com>
9ae3a8
References: <e610718166120379517e80d1a7aa12d60294209b.1387276076.git.minovotn@redhat.com>
9ae3a8
From: Gerd Hoffmann <kraxel@redhat.com>
9ae3a8
Date: Mon, 9 Dec 2013 13:57:35 +0100
9ae3a8
Subject: [PATCH 05/16] fix intel-hda live migration
9ae3a8
9ae3a8
RH-Author: Gerd Hoffmann <kraxel@redhat.com>
9ae3a8
Message-id: <1386597455-25593-2-git-send-email-kraxel@redhat.com>
9ae3a8
Patchwork-id: 56035
9ae3a8
O-Subject: [RHEL-7 qemu-kvm PATCH 1/1] fix intel-hda live migration
9ae3a8
Bugzilla: 1036537
9ae3a8
RH-Acked-by: Paolo Bonzini <pbonzini@redhat.com>
9ae3a8
RH-Acked-by: Amos Kong <akong@redhat.com>
9ae3a8
RH-Acked-by: Orit Wasserman <owasserm@redhat.com>
9ae3a8
9ae3a8
RHEL-6 intel-hda emulation doesn't support MSI, so we have
9ae3a8
to turn it off for thel RHEL-6 machine types in RHEL-7.
9ae3a8
9ae3a8
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
9ae3a8
---
9ae3a8
 hw/i386/pc_piix.c | 4 ++++
9ae3a8
 1 file changed, 4 insertions(+)
9ae3a8
9ae3a8
Signed-off-by: Michal Novotny <minovotn@redhat.com>
9ae3a8
---
9ae3a8
 hw/i386/pc_piix.c | 4 ++++
9ae3a8
 1 file changed, 4 insertions(+)
9ae3a8
9ae3a8
diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c
9ae3a8
index e6771a9..8c3f2d6 100644
9ae3a8
--- a/hw/i386/pc_piix.c
9ae3a8
+++ b/hw/i386/pc_piix.c
9ae3a8
@@ -811,6 +811,10 @@ static QEMUMachine pc_machine_rhel700 = {
9ae3a8
         .property = "use_broken_id",\
9ae3a8
         .value    = stringify(1),\
9ae3a8
     },{\
9ae3a8
+        .driver   = "intel-hda",\
9ae3a8
+        .property = "msi",\
9ae3a8
+        .value    = stringify(0),\
9ae3a8
+    },{\
9ae3a8
         .driver = "qemu32-" TYPE_X86_CPU,\
9ae3a8
         .property = "xlevel",\
9ae3a8
         .value = stringify(0),\
9ae3a8
-- 
9ae3a8
1.7.11.7
9ae3a8