9ae3a8
From 081943079e969c7f5edb5d52182b09da3230fb3b Mon Sep 17 00:00:00 2001
9ae3a8
From: Gerd Hoffmann <kraxel@redhat.com>
9ae3a8
Date: Mon, 3 Feb 2014 16:30:31 +0100
9ae3a8
Subject: [PATCH 07/28] usb: add microsoft os descriptors compat property
9ae3a8
9ae3a8
RH-Author: Gerd Hoffmann <kraxel@redhat.com>
9ae3a8
Message-id: <1391445032-5540-5-git-send-email-kraxel@redhat.com>
9ae3a8
Patchwork-id: 57074
9ae3a8
O-Subject: [RHEL-7 qemu-kvm PATCH 4/5] usb: add microsoft os descriptors compat property
9ae3a8
Bugzilla: 1039530
9ae3a8
RH-Acked-by: Paolo Bonzini <pbonzini@redhat.com>
9ae3a8
RH-Acked-by: Juan Quintela <quintela@redhat.com>
9ae3a8
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
9ae3a8
9ae3a8
Turn off for rhel6 machine types.  RHEL only patch.
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: Miroslav Rezanina <mrezanin@redhat.com>
9ae3a8
---
9ae3a8
 hw/i386/pc_piix.c |    4 ++++
9ae3a8
 1 files changed, 4 insertions(+), 0 deletions(-)
9ae3a8
9ae3a8
diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c
9ae3a8
index aac920a..697f12f 100644
9ae3a8
--- a/hw/i386/pc_piix.c
9ae3a8
+++ b/hw/i386/pc_piix.c
9ae3a8
@@ -900,6 +900,10 @@ static QEMUMachine pc_machine_rhel700 = {
9ae3a8
         .driver   = "virtio-net-pci",\
9ae3a8
         .property = "romfile",\
9ae3a8
         .value    = "rhel6-virtio.rom",\
9ae3a8
+    },{\
9ae3a8
+        .driver   = TYPE_USB_DEVICE,\
9ae3a8
+        .property = "msos-desc",\
9ae3a8
+        .value    = "no",\
9ae3a8
     }
9ae3a8
 
9ae3a8
 static void pc_compat_rhel650(QEMUMachineInitArgs *args)
9ae3a8
-- 
9ae3a8
1.7.1
9ae3a8