| Server IP : 185.208.173.17 / Your IP : 87.236.161.98 Web Server : Microsoft-IIS/10.0 System : Windows NT SRV8576125506 10.0 build 26100 (Windows Server 2016) AMD64 User : IUSR ( 0) PHP Version : 7.4.13 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Windows/System32/DriverStore/FileRepository/pvpanic.inf_amd64_d5aab930b1f8ad07/ |
Upload File : |
;/*++
;
;Copyright (c) 2015-2023 Red Hat Inc.
;
;
;Module Name:
; pvpanic.inf
;
;Abstract:
;
;Installation Notes:
; Step by step driver installation wiki:
; https://github.com/virtio-win/kvm-guest-drivers-windows/wiki/Driver-installation
;
;--*/
[Version]
Signature = "$WINDOWS NT$"
Class = System
ClassGuid = {4d36e97d-e325-11ce-bfc1-08002be10318}
Provider = %VENDOR%
DriverVer = 07/15/2024,100.95.104.26200
CatalogFile = pvpanic.cat
PnpLockdown = 1
[DestinationDirs]
DefaultDestDir = 13
[SourceDisksNames]
1 = %DiskName%,,,""
[SourceDisksFiles]
pvpanic.sys = 1,,
; ---------------
; Install Section
; ---------------
[Manufacturer]
%VENDOR% = PVPanic,NTamd64.10.0...16299
[PVPanic.NTamd64.10.0...16299]
%PVPanic.DeviceDesc% = PVPanic_Device, ACPI\QEMU0001
[PVPanic_Device.NT]
CopyFiles = PVPanic_CopyFiles
[PVPanic_CopyFiles]
pvpanic.sys
; --------------------
; Service Installation
; --------------------
[PVPanic_Device.NT.Services]
AddService = PVPanic,0x00000002,PVPanic_Service_Install
[PVPanic_Service_Install]
DisplayName = %PVPanic.Service%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %13%\pvpanic.sys
LoadOrderGroup = Extended Base
[PVPanic_Device.NT.Wdf]
KmdfService = PVPanic, PVPanic_wdfsect
[PVPanic_wdfsect]
KmdfLibraryVersion = 1.15
[Strings]
VENDOR = "Red Hat, Inc."
DiskName = "QEMU PVPanic Installation Disk"
PVPanic.DeviceDesc = "QEMU PVPanic Device"
PVPanic.Service = "QEMU PVPanic Service"