Blame SOURCES/kvm-usb-fix-host-stub.c-build-race.patch

4a2fec
From 08426497468ec35d4dadd65df19abc5cfa6cd436 Mon Sep 17 00:00:00 2001
4a2fec
From: Thomas Huth <thuth@redhat.com>
4a2fec
Date: Mon, 9 Oct 2017 12:32:40 +0200
4a2fec
Subject: [PATCH 21/34] usb: fix host-stub.c build race
4a2fec
4a2fec
RH-Author: Thomas Huth <thuth@redhat.com>
4a2fec
Message-id: <1507552368-9245-5-git-send-email-thuth@redhat.com>
4a2fec
Patchwork-id: 77021
4a2fec
O-Subject: [RHEL-7.5 qemu-kvm-ma PATCH 04/12] usb: fix host-stub.c build race
4a2fec
Bugzilla: 1492033
4a2fec
RH-Acked-by: Cornelia Huck <cohuck@redhat.com>
4a2fec
RH-Acked-by: David Gibson <dgibson@redhat.com>
4a2fec
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
4a2fec
4a2fec
From: Gerd Hoffmann <kraxel@redhat.com>
4a2fec
4a2fec
Suggested-by: Thomas Huth <thuth@redhat.com>
4a2fec
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
4a2fec
Reviewed-by: Thomas Huth <thuth@redhat.com>
4a2fec
Message-id: 20171004125210.7817-1-kraxel@redhat.com
4a2fec
(cherry picked from commit eea6ae20379dca837631d603c3bed03e5128189f)
4a2fec
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
4a2fec
---
4a2fec
 hw/usb/Makefile.objs | 1 +
4a2fec
 1 file changed, 1 insertion(+)
4a2fec
4a2fec
diff --git a/hw/usb/Makefile.objs b/hw/usb/Makefile.objs
4a2fec
index 01c18cf..53c4765 100644
4a2fec
--- a/hw/usb/Makefile.objs
4a2fec
+++ b/hw/usb/Makefile.objs
4a2fec
@@ -43,6 +43,7 @@ common-obj-y += host-libusb.o host-legacy.o
4a2fec
 else
4a2fec
 common-obj-y += host-stub.o
4a2fec
 endif
4a2fec
+common-obj-$(CONFIG_ALL) += host-stub.o
4a2fec
 
4a2fec
 ifeq ($(CONFIG_USB_LIBUSB),y)
4a2fec
 common-obj-$(CONFIG_XEN) += xen-usb.o
4a2fec
-- 
4a2fec
1.8.3.1
4a2fec