[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [win-pv-devel] [PATCH] BootFlags should be a parameter, not a subkey
A misplaced comma in the INF file means that BootFlags is being created as a subkey under the service key with a default DWORD value, rather than a DWORD value with the name 'BootFlags'. This patch moves the comma and fixes the problem. Signed-off-by: Paul Durrant <paul.durrant@xxxxxxxxxx> --- src/xenvif.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xenvif.inf b/src/xenvif.inf index b83988c..0fa4c98 100644 --- a/src/xenvif.inf +++ b/src/xenvif.inf @@ -80,7 +80,7 @@ LoadOrderGroup="NDIS" AddReg = XenVif_BootFlags, XenVif_Parameters, XenVif_Interfaces [XenVif_BootFlags] -HKR,"BootFlags",,0x00010003,0x81 +HKR,,"BootFlags",0x00010003,0x81 [XenVif_Parameters] HKR,"Parameters",,0x00000010 -- 2.1.1 _______________________________________________ win-pv-devel mailing list win-pv-devel@xxxxxxxxxxxxxxxxxxxx http://lists.xenproject.org/cgi-bin/mailman/listinfo/win-pv-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |