[Spice-devel] [PATCH win qxl] miniport/qxl.inf: simplify by having FeatureScore for everyone
Alon Levy
alevy at redhat.com
Wed Aug 7 01:30:29 PDT 2013
FeatureScore is the only difference between the _vista options and the
rest, so just setting it also for windows xp using drivers results in a
simplification of the inf file, and no downside.
---
miniport/qxl.inf | 22 ++--------------------
1 file changed, 2 insertions(+), 20 deletions(-)
diff --git a/miniport/qxl.inf b/miniport/qxl.inf
index dbd11dd..f3bbb86 100644
--- a/miniport/qxl.inf
+++ b/miniport/qxl.inf
@@ -17,30 +17,18 @@ qxl.Display = 11 ; system32
[Manufacturer]
%RHAT% = q, NTx86, NTamd64, NTx86.6.0, NTamd64.6.0
-; WinXP x86 and up
+; x86
[q.NTx86]
%RHAT% %QXL% = qxl, PCI\VEN_1b36&DEV_0100&SUBSYS_11001af4
-; WinXP x64 and up
+; x64
[q.NTamd64]
%RHAT% %QXL% = qxl, PCI\VEN_1b36&DEV_0100&SUBSYS_11001af4
-; Vista x86 and up
-[q.NTx86.6.0]
-%RHAT% %QXL% = qxl_vista, PCI\VEN_1b36&DEV_0100&SUBSYS_11001af4
-
-; Vista x64 and up
-[q.NTamd64.6.0]
-%RHAT% %QXL% = qxl_vista, PCI\VEN_1b36&DEV_0100&SUBSYS_11001af4
-
-
[ControlFlags]
ExcludeFromSelect = *
[qxl]
-CopyFiles = qxl.Miniport, qxl.Display
-
-[qxl_vista]
FeatureScore = FC
CopyFiles = qxl.Miniport, qxl.Display
@@ -60,9 +48,6 @@ qxldd.dll = 1
[qxl.SoftwareSettings]
AddReg = qxl_SoftwareDeviceSettings
-[qxl_vista.SoftwareSettings]
-AddReg = qxl_SoftwareDeviceSettings
-
[qxl_SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, qxldd
HKR,, VgaCompatible, %REG_DWORD%, 0
@@ -74,9 +59,6 @@ HKR,, Acceleration.Level, %REG_DWORD%, 0
[qxl.Services]
AddService = qxl, 0x00000002, qxl_Service_Inst ; Assign the named service as the PnP function driver
-[qxl_vista.Services]
-AddService = qxl, 0x00000002, qxl_Service_Inst ; Assign the named service as the PnP function driver
-
[qxl_Service_Inst]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
--
1.8.3.1
More information about the Spice-devel
mailing list