Skip to content

Commit

Permalink
fwcfg: Rename driver files fwcfg -> qemufwcfg
Browse files Browse the repository at this point in the history
The 'qemu' prefix makes the name more descriptive, consistent with
the pciserial driver (qemupciserial.*), and reduces the chances of
clashing with another unrelated driver.
  • Loading branch information
ladipro authored and vrozenfe committed Nov 2, 2016
1 parent 3426183 commit cdf04bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fwcfg/buildAll.bat
Expand Up @@ -7,6 +7,6 @@ call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64
inf2cat /driver:. /os:XP_X86,Server2003_X86,XP_X64,Server2003_X64,Vista_X86,Server2008_X86,Vista_X64,Server2008_X64,7_X86,7_X64,Server2008R2_X64,8_X86,8_X64,Server8_X64,6_3_X86,6_3_X64,Server6_3_X64,10_X86,10_X64,Server10_X64

mkdir Install
copy fwcfg.* .\Install\
copy qemufwcfg.* .\Install\

endlocal
2 changes: 1 addition & 1 deletion fwcfg/clean.bat
@@ -1,2 +1,2 @@
if exist Install rmdir /s /q Install
if exist fwcfg.cat del /f /s /q fwcfg.cat
if exist qemufwcfg.cat del /f /s /q qemufwcfg.cat
6 changes: 3 additions & 3 deletions fwcfg/fwcfg.inf → fwcfg/qemufwcfg.inf
Expand Up @@ -3,13 +3,13 @@
;Copyright (c) 2016 Red Hat Inc.
;
;Module Name:
; fwcfg.inf
; qemufwcfg.inf
;
;Abstract:
; QEMU Firmware Configuration Device null driver
;
;Installation Notes:
; Using Devcon: Type "devcon install fwcfg.inf ACPI\QEMU0002" to install
; Using Devcon: Type "devcon install qemufwcfg.inf ACPI\QEMU0002" to install
;
;--*/

Expand All @@ -19,7 +19,7 @@ Class=System
ClassGUID={4d36e97d-e325-11ce-bfc1-08002be10318}
Provider=%QEMU%
DriverVer=10/21/2016,1.0.0
CatalogFile=fwcfg.cat
CatalogFile=qemufwcfg.cat

[Manufacturer]
%QEMU%=QEMU,NTx86,NTAMD64
Expand Down

0 comments on commit cdf04bb

Please sign in to comment.