Blame SOURCES/0001-Remove-redundant-GUID-definitions.patch

30761c
From e3583e102870f37f7abef4e501a718e83b5a75d1 Mon Sep 17 00:00:00 2001
30761c
From: Yan Vugenfirer <yvugenfi@redhat.com>
30761c
Date: Mon, 27 Dec 2021 01:48:22 +0200
30761c
Subject: [PATCH] Remove redundant GUID definitions.
30761c
30761c
GUID_DEVINTERFACE_STORAGEPORT and GUID_DEVINTERFACE_DISK are already defined in glib2
30761c
30761c
Signed-off-by: Yan Vugenfirer <yvugenfi@redhat.com>
30761c
---
30761c
 qga/commands-win32.c | 7 -------
30761c
 1 file changed, 7 deletions(-)
30761c
30761c
diff --git a/qga/commands-win32.c b/qga/commands-win32.c
30761c
index 830a24a..fbc5dfd 100644
30761c
--- a/qga/commands-win32.c
30761c
+++ b/qga/commands-win32.c
30761c
@@ -505,13 +505,6 @@ static GuestDiskBusType find_bus_type(STORAGE_BUS_TYPE bus)
30761c
     return win2qemu[(int)bus];
30761c
 }
30761c
 
30761c
-DEFINE_GUID(GUID_DEVINTERFACE_DISK,
30761c
-        0x53f56307L, 0xb6bf, 0x11d0, 0x94, 0xf2,
30761c
-        0x00, 0xa0, 0xc9, 0x1e, 0xfb, 0x8b);
30761c
-DEFINE_GUID(GUID_DEVINTERFACE_STORAGEPORT,
30761c
-        0x2accfe60L, 0xc130, 0x11d2, 0xb0, 0x82,
30761c
-        0x00, 0xa0, 0xc9, 0x1e, 0xfb, 0x8b);
30761c
-
30761c
 static GuestPCIAddress *get_pci_info(int number, Error **errp)
30761c
 {
30761c
     HDEVINFO dev_info = INVALID_HANDLE_VALUE;
30761c
-- 
30761c
1.8.3.1
30761c