All of lore.kernel.org
 help / color / mirror / Atom feed
* GPLPV questions
@ 2013-02-13 14:19 Fabio Fantoni
  2013-02-13 20:32 ` Konrad Rzeszutek Wilk
                   ` (2 more replies)
  0 siblings, 3 replies; 21+ messages in thread
From: Fabio Fantoni @ 2013-02-13 14:19 UTC (permalink / raw)
  To: xen-devel, James Harper


[-- Attachment #1.1: Type: text/plain, Size: 1062 bytes --]

I have tried to build gplpv from source with makedist.bat but it gave me 
some errors about files not found.
I saw that latest commits were big. Is there something incomplete and 
must I wait other commits before build it?

I would like to see if new build fix network not working after restore 
on windows domUs using upstream qemu.
Dom0 is wheezy with xen-unstable from source.
Tested with Windows 7 pro 64 bit with gplpv 0.11.0.357, I not found 
error on xen for now, probably is problem of gplpv with qemu upstream.
Linux hvm domUs seem not have that problem, tested with quantal (ubuntu 
12.10) and network works also after restore.
If you need more details and tests tell me and I'll post it.

Another problem present on both traditional/upstream qemu  with 
older/new xen and  older/new gplpv is domU's time not correctly updated 
after restore (it remains the time at the save operation), this is a big 
problem with windows domUs (DC and client) in a windows domain where the 
time source is DC by default.

Thanks for any reply.


[-- Attachment #1.2: Firma crittografica S/MIME --]
[-- Type: application/pkcs7-signature, Size: 4510 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GPLPV questions
  2013-02-13 14:19 GPLPV questions Fabio Fantoni
@ 2013-02-13 20:32 ` Konrad Rzeszutek Wilk
  2013-02-13 22:26 ` James Harper
  2013-02-13 22:53 ` James Harper
  2 siblings, 0 replies; 21+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-02-13 20:32 UTC (permalink / raw)
  To: Fabio Fantoni; +Cc: xen-devel, James Harper

On Wed, Feb 13, 2013 at 03:19:03PM +0100, Fabio Fantoni wrote:
> I have tried to build gplpv from source with makedist.bat but it
> gave me some errors about files not found.
> I saw that latest commits were big. Is there something incomplete
> and must I wait other commits before build it?

It would probably help if you pasted what those errors were.
> 
> I would like to see if new build fix network not working after
> restore on windows domUs using upstream qemu.
> Dom0 is wheezy with xen-unstable from source.
> Tested with Windows 7 pro 64 bit with gplpv 0.11.0.357, I not found
> error on xen for now, probably is problem of gplpv with qemu
> upstream.
> Linux hvm domUs seem not have that problem, tested with quantal
> (ubuntu 12.10) and network works also after restore.
> If you need more details and tests tell me and I'll post it.
> 
> Another problem present on both traditional/upstream qemu  with
> older/new xen and  older/new gplpv is domU's time not correctly
> updated after restore (it remains the time at the save operation),
> this is a big problem with windows domUs (DC and client) in a
> windows domain where the time source is DC by default.
> 
> Thanks for any reply.
> 



> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GPLPV questions
  2013-02-13 14:19 GPLPV questions Fabio Fantoni
  2013-02-13 20:32 ` Konrad Rzeszutek Wilk
@ 2013-02-13 22:26 ` James Harper
  2013-02-14 11:13   ` Fabio Fantoni
                     ` (2 more replies)
  2013-02-13 22:53 ` James Harper
  2 siblings, 3 replies; 21+ messages in thread
From: James Harper @ 2013-02-13 22:26 UTC (permalink / raw)
  To: fantonifabio@tiscali.it, xen-devel

> 
> I have tried to build gplpv from source with makedist.bat but it gave me
> some errors about files not found.
> I saw that latest commits were big. Is there something incomplete and
> must I wait other commits before build it?

It's possible I missed a commit but I can't see any missing files.

Can you post the output of makedist?

But yes the latest commits involve a pretty major change and I haven't tested save/restore yet so that is probably more broken than before.

> I would like to see if new build fix network not working after restore
> on windows domUs using upstream qemu.
> Dom0 is wheezy with xen-unstable from source.
> Tested with Windows 7 pro 64 bit with gplpv 0.11.0.357, I not found
> error on xen for now, probably is problem of gplpv with qemu upstream.
> Linux hvm domUs seem not have that problem, tested with quantal (ubuntu
> 12.10) and network works also after restore.
> If you need more details and tests tell me and I'll post it.
> 
> Another problem present on both traditional/upstream qemu  with
> older/new xen and  older/new gplpv is domU's time not correctly updated
> after restore (it remains the time at the save operation), this is a big
> problem with windows domUs (DC and client) in a windows domain where
> the time source is DC by default.

I noticed that recently. I can't think how it could be a GPLPV bug though.

James

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GPLPV questions
  2013-02-13 14:19 GPLPV questions Fabio Fantoni
  2013-02-13 20:32 ` Konrad Rzeszutek Wilk
  2013-02-13 22:26 ` James Harper
@ 2013-02-13 22:53 ` James Harper
  2 siblings, 0 replies; 21+ messages in thread
From: James Harper @ 2013-02-13 22:53 UTC (permalink / raw)
  To: fantonifabio@tiscali.it, xen-devel

> 
> I have tried to build gplpv from source with makedist.bat but it gave me
> some errors about files not found.
> I saw that latest commits were big. Is there something incomplete and
> must I wait other commits before build it?
> 

It's not missing xenusb is it? I've removed that from the build script for now as I haven't updated it but it's probably still in the installer.wxs.

James

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GPLPV questions
  2013-02-13 22:26 ` James Harper
@ 2013-02-14 11:13   ` Fabio Fantoni
  2013-02-14 11:16     ` James Harper
  2013-02-27 11:15   ` Fabio Fantoni
  2013-12-27 13:52   ` Fabio Fantoni
  2 siblings, 1 reply; 21+ messages in thread
From: Fabio Fantoni @ 2013-02-14 11:13 UTC (permalink / raw)
  To: James Harper; +Cc: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 3931 bytes --]

Il 13/02/2013 23:26, James Harper ha scritto:
>> I have tried to build gplpv from source with makedist.bat but it gave me
>> some errors about files not found.
>> I saw that latest commits were big. Is there something incomplete and
>> must I wait other commits before build it?
> It's possible I missed a commit but I can't see any missing files.
>
> Can you post the output of makedist?
>
> But yes the latest commits involve a pretty major change and I haven't tested save/restore yet so that is probably more broken than before.

I have installed WDK 7600.1 and wix3, I have downloaded gplpv hg at rev 
1020.
I launched makedist.bat but it gives same errors on each arch build, see 
below the output:

...
1>Compiling - waitnopendinginstallevents\waitnopendinginstallevents.c
1>Linking Executable - 
waitnopendinginstallevents\waitnopendinginstallevents\obj
fre_wlh_amd64\amd64\waitnopendinginstallevents.exe
BUILD: Finish time: Thu Feb 14 11:53:50 2013
BUILD: Done

     75 files compiled
     2 libraries built
     8 executables built
Microsoft (R) Windows Installer Xml Compiler version 3.0.5419.0
Copyright (C) Microsoft Corporation. All rights reserved.

installer.wxs
Microsoft (R) Windows Installer Xml Linker version 3.0.5419.0
Copyright (C) Microsoft Corporation. All rights reserved.

C:\hg\win-pvdrivers\installer.wxs(75) : error LGHT0103 : The system 
cannot find
the file 'xenpci\objfre_wlh_AMD64\amd64\xenpci.cat'.
C:\hg\win-pvdrivers\installer.wxs(78) : error LGHT0103 : The system 
cannot find
the file 'xenpci\objfre_wlh_AMD64\amd64\WdfCoInstaller01009.dll'.
C:\hg\win-pvdrivers\installer.wxs(95) : error LGHT0103 : The system 
cannot find
the file 'xenvbd_storport\objfre_wlh_AMD64\amd64\xenvbd.cat'.
C:\hg\win-pvdrivers\installer.wxs(105) : error LGHT0103 : The system 
cannot find
  the file 'xenscsi\objfre_wlh_AMD64\amd64\xenscsi.cat'.
C:\hg\win-pvdrivers\installer.wxs(106) : error LGHT0103 : The system 
cannot find
  the file 'xenscsi\objfre_wlh_AMD64\amd64\xenscsi.inf'.
C:\hg\win-pvdrivers\installer.wxs(107) : error LGHT0103 : The system 
cannot find
  the file 'xenscsi\objfre_wlh_AMD64\amd64\xenscsi.sys'.
C:\hg\win-pvdrivers\installer.wxs(114) : error LGHT0103 : The system 
cannot find
  the file 'xennet\objfre_wlh_AMD64\amd64\xennet.cat'.
C:\hg\win-pvdrivers\installer.wxs(123) : error LGHT0103 : The system 
cannot find
  the file 'xenusb\objfre_wlh_AMD64\amd64\xenusb.cat'.
C:\hg\win-pvdrivers\installer.wxs(124) : error LGHT0103 : The system 
cannot find
  the file 'xenusb\objfre_wlh_AMD64\amd64\xenusb.inf'.
C:\hg\win-pvdrivers\installer.wxs(125) : error LGHT0103 : The system 
cannot find
  the file 'xenusb\objfre_wlh_AMD64\amd64\xenusb.sys'.
C:\hg\win-pvdrivers\installer.wxs(127) : error LGHT0103 : The system 
cannot find
  the file 'xenpci\objfre_wlh_AMD64\amd64\WdfCoInstaller01009.dll'.
SignTool Error: File not found: /t

>
>> I would like to see if new build fix network not working after restore
>> on windows domUs using upstream qemu.
>> Dom0 is wheezy with xen-unstable from source.
>> Tested with Windows 7 pro 64 bit with gplpv 0.11.0.357, I not found
>> error on xen for now, probably is problem of gplpv with qemu upstream.
>> Linux hvm domUs seem not have that problem, tested with quantal (ubuntu
>> 12.10) and network works also after restore.
>> If you need more details and tests tell me and I'll post it.
>>
>> Another problem present on both traditional/upstream qemu  with
>> older/new xen and  older/new gplpv is domU's time not correctly updated
>> after restore (it remains the time at the save operation), this is a big
>> problem with windows domUs (DC and client) in a windows domain where
>> the time source is DC by default.
> I noticed that recently. I can't think how it could be a GPLPV bug though.

What can we try to narrow down the problem?

>
> James
>


[-- Attachment #1.2: Firma crittografica S/MIME --]
[-- Type: application/pkcs7-signature, Size: 4510 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GPLPV questions
  2013-02-14 11:13   ` Fabio Fantoni
@ 2013-02-14 11:16     ` James Harper
  2013-02-14 11:31       ` Fabio Fantoni
  0 siblings, 1 reply; 21+ messages in thread
From: James Harper @ 2013-02-14 11:16 UTC (permalink / raw)
  To: fantonifabio@tiscali.it; +Cc: xen-devel

> 
> Il 13/02/2013 23:26, James Harper ha scritto:
> >> I have tried to build gplpv from source with makedist.bat but it gave me
> >> some errors about files not found.
> >> I saw that latest commits were big. Is there something incomplete and
> >> must I wait other commits before build it?
> > It's possible I missed a commit but I can't see any missing files.
> >
> > Can you post the output of makedist?
> >
> > But yes the latest commits involve a pretty major change and I haven't
> tested save/restore yet so that is probably more broken than before.
> 
> I have installed WDK 7600.1 and wix3, I have downloaded gplpv hg at rev
> 1020.
> I launched makedist.bat but it gives same errors on each arch build, see
> below the output:
> 

Ok so it can't find the cat files... I'll need the whole output of makedist.bat (or at least from the start of the wlh amd64 build) to find out - there must have been a previous error causing a failure to generate the cat files.

James


> ...
> 1>Compiling - waitnopendinginstallevents\waitnopendinginstallevents.c
> 1>Linking Executable -
> waitnopendinginstallevents\waitnopendinginstallevents\obj
> fre_wlh_amd64\amd64\waitnopendinginstallevents.exe
> BUILD: Finish time: Thu Feb 14 11:53:50 2013
> BUILD: Done
> 
>      75 files compiled
>      2 libraries built
>      8 executables built
> Microsoft (R) Windows Installer Xml Compiler version 3.0.5419.0
> Copyright (C) Microsoft Corporation. All rights reserved.
> 
> installer.wxs
> Microsoft (R) Windows Installer Xml Linker version 3.0.5419.0
> Copyright (C) Microsoft Corporation. All rights reserved.
> 
> C:\hg\win-pvdrivers\installer.wxs(75) : error LGHT0103 : The system
> cannot find
> the file 'xenpci\objfre_wlh_AMD64\amd64\xenpci.cat'.
> C:\hg\win-pvdrivers\installer.wxs(78) : error LGHT0103 : The system
> cannot find
> the file 'xenpci\objfre_wlh_AMD64\amd64\WdfCoInstaller01009.dll'.
> C:\hg\win-pvdrivers\installer.wxs(95) : error LGHT0103 : The system
> cannot find
> the file 'xenvbd_storport\objfre_wlh_AMD64\amd64\xenvbd.cat'.
> C:\hg\win-pvdrivers\installer.wxs(105) : error LGHT0103 : The system
> cannot find
>   the file 'xenscsi\objfre_wlh_AMD64\amd64\xenscsi.cat'.
> C:\hg\win-pvdrivers\installer.wxs(106) : error LGHT0103 : The system
> cannot find
>   the file 'xenscsi\objfre_wlh_AMD64\amd64\xenscsi.inf'.
> C:\hg\win-pvdrivers\installer.wxs(107) : error LGHT0103 : The system
> cannot find
>   the file 'xenscsi\objfre_wlh_AMD64\amd64\xenscsi.sys'.
> C:\hg\win-pvdrivers\installer.wxs(114) : error LGHT0103 : The system
> cannot find
>   the file 'xennet\objfre_wlh_AMD64\amd64\xennet.cat'.
> C:\hg\win-pvdrivers\installer.wxs(123) : error LGHT0103 : The system
> cannot find
>   the file 'xenusb\objfre_wlh_AMD64\amd64\xenusb.cat'.
> C:\hg\win-pvdrivers\installer.wxs(124) : error LGHT0103 : The system
> cannot find
>   the file 'xenusb\objfre_wlh_AMD64\amd64\xenusb.inf'.
> C:\hg\win-pvdrivers\installer.wxs(125) : error LGHT0103 : The system
> cannot find
>   the file 'xenusb\objfre_wlh_AMD64\amd64\xenusb.sys'.
> C:\hg\win-pvdrivers\installer.wxs(127) : error LGHT0103 : The system
> cannot find
>   the file 'xenpci\objfre_wlh_AMD64\amd64\WdfCoInstaller01009.dll'.
> SignTool Error: File not found: /t
> 
> >
> >> I would like to see if new build fix network not working after restore
> >> on windows domUs using upstream qemu.
> >> Dom0 is wheezy with xen-unstable from source.
> >> Tested with Windows 7 pro 64 bit with gplpv 0.11.0.357, I not found
> >> error on xen for now, probably is problem of gplpv with qemu upstream.
> >> Linux hvm domUs seem not have that problem, tested with quantal
> (ubuntu
> >> 12.10) and network works also after restore.
> >> If you need more details and tests tell me and I'll post it.
> >>
> >> Another problem present on both traditional/upstream qemu  with
> >> older/new xen and  older/new gplpv is domU's time not correctly
> updated
> >> after restore (it remains the time at the save operation), this is a big
> >> problem with windows domUs (DC and client) in a windows domain
> where
> >> the time source is DC by default.
> > I noticed that recently. I can't think how it could be a GPLPV bug though.
> 
> What can we try to narrow down the problem?
> 
> >
> > James
> >

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GPLPV questions
  2013-02-14 11:16     ` James Harper
@ 2013-02-14 11:31       ` Fabio Fantoni
  2013-02-20 10:57         ` Fabio Fantoni
  0 siblings, 1 reply; 21+ messages in thread
From: Fabio Fantoni @ 2013-02-14 11:31 UTC (permalink / raw)
  To: James Harper; +Cc: xen-devel


[-- Attachment #1.1.1: Type: text/plain, Size: 4768 bytes --]

Il 14/02/2013 12:16, James Harper ha scritto:
>> Il 13/02/2013 23:26, James Harper ha scritto:
>>>> I have tried to build gplpv from source with makedist.bat but it gave me
>>>> some errors about files not found.
>>>> I saw that latest commits were big. Is there something incomplete and
>>>> must I wait other commits before build it?
>>> It's possible I missed a commit but I can't see any missing files.
>>>
>>> Can you post the output of makedist?
>>>
>>> But yes the latest commits involve a pretty major change and I haven't
>> tested save/restore yet so that is probably more broken than before.
>>
>> I have installed WDK 7600.1 and wix3, I have downloaded gplpv hg at rev
>> 1020.
>> I launched makedist.bat but it gives same errors on each arch build, see
>> below the output:
>>
> Ok so it can't find the cat files... I'll need the whole output of makedist.bat (or at least from the start of the wlh amd64 build) to find out - there must have been a previous error causing a failure to generate the cat files.
>
> James
>

I added as attachment the build log for this, can be sufficent? If you 
need other test/data tell me and I'll post them.

>> ...
>> 1>Compiling - waitnopendinginstallevents\waitnopendinginstallevents.c
>> 1>Linking Executable -
>> waitnopendinginstallevents\waitnopendinginstallevents\obj
>> fre_wlh_amd64\amd64\waitnopendinginstallevents.exe
>> BUILD: Finish time: Thu Feb 14 11:53:50 2013
>> BUILD: Done
>>
>>       75 files compiled
>>       2 libraries built
>>       8 executables built
>> Microsoft (R) Windows Installer Xml Compiler version 3.0.5419.0
>> Copyright (C) Microsoft Corporation. All rights reserved.
>>
>> installer.wxs
>> Microsoft (R) Windows Installer Xml Linker version 3.0.5419.0
>> Copyright (C) Microsoft Corporation. All rights reserved.
>>
>> C:\hg\win-pvdrivers\installer.wxs(75) : error LGHT0103 : The system
>> cannot find
>> the file 'xenpci\objfre_wlh_AMD64\amd64\xenpci.cat'.
>> C:\hg\win-pvdrivers\installer.wxs(78) : error LGHT0103 : The system
>> cannot find
>> the file 'xenpci\objfre_wlh_AMD64\amd64\WdfCoInstaller01009.dll'.
>> C:\hg\win-pvdrivers\installer.wxs(95) : error LGHT0103 : The system
>> cannot find
>> the file 'xenvbd_storport\objfre_wlh_AMD64\amd64\xenvbd.cat'.
>> C:\hg\win-pvdrivers\installer.wxs(105) : error LGHT0103 : The system
>> cannot find
>>    the file 'xenscsi\objfre_wlh_AMD64\amd64\xenscsi.cat'.
>> C:\hg\win-pvdrivers\installer.wxs(106) : error LGHT0103 : The system
>> cannot find
>>    the file 'xenscsi\objfre_wlh_AMD64\amd64\xenscsi.inf'.
>> C:\hg\win-pvdrivers\installer.wxs(107) : error LGHT0103 : The system
>> cannot find
>>    the file 'xenscsi\objfre_wlh_AMD64\amd64\xenscsi.sys'.
>> C:\hg\win-pvdrivers\installer.wxs(114) : error LGHT0103 : The system
>> cannot find
>>    the file 'xennet\objfre_wlh_AMD64\amd64\xennet.cat'.
>> C:\hg\win-pvdrivers\installer.wxs(123) : error LGHT0103 : The system
>> cannot find
>>    the file 'xenusb\objfre_wlh_AMD64\amd64\xenusb.cat'.
>> C:\hg\win-pvdrivers\installer.wxs(124) : error LGHT0103 : The system
>> cannot find
>>    the file 'xenusb\objfre_wlh_AMD64\amd64\xenusb.inf'.
>> C:\hg\win-pvdrivers\installer.wxs(125) : error LGHT0103 : The system
>> cannot find
>>    the file 'xenusb\objfre_wlh_AMD64\amd64\xenusb.sys'.
>> C:\hg\win-pvdrivers\installer.wxs(127) : error LGHT0103 : The system
>> cannot find
>>    the file 'xenpci\objfre_wlh_AMD64\amd64\WdfCoInstaller01009.dll'.
>> SignTool Error: File not found: /t
>>
>>>> I would like to see if new build fix network not working after restore
>>>> on windows domUs using upstream qemu.
>>>> Dom0 is wheezy with xen-unstable from source.
>>>> Tested with Windows 7 pro 64 bit with gplpv 0.11.0.357, I not found
>>>> error on xen for now, probably is problem of gplpv with qemu upstream.
>>>> Linux hvm domUs seem not have that problem, tested with quantal
>> (ubuntu
>>>> 12.10) and network works also after restore.
>>>> If you need more details and tests tell me and I'll post it.
>>>>
>>>> Another problem present on both traditional/upstream qemu  with
>>>> older/new xen and  older/new gplpv is domU's time not correctly
>> updated
>>>> after restore (it remains the time at the save operation), this is a big
>>>> problem with windows domUs (DC and client) in a windows domain
>> where
>>>> the time source is DC by default.
>>> I noticed that recently. I can't think how it could be a GPLPV bug though.
>> What can we try to narrow down the problem?
>>
>>> James
>>>
>
>
> -----
> Nessun virus nel messaggio.
> Controllato da AVG - www.avg.com
> Versione: 2013.0.2899 / Database dei virus: 2639/6101 -  Data di rilascio: 13/02/2013
>
>
>


[-- Attachment #1.1.2: buildfre_wlh_amd64.log --]
[-- Type: text/plain, Size: 57059 bytes --]

BUILD: Examining c:\hg\win-pvdrivers directory tree for files to compile.
oacr invalidate root:amd64fre /autocleanqueue
1>Building generated files in c:\hg\win-pvdrivers\xenpci *************
1>'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS0 NOLINK=1 PASS0ONLY=1 MAKEDIR_RELATIVE_TO_BASEDIR='
1>BUILDMSG: Processing c:\hg\win-pvdrivers\xenpci
2>Building generated files in c:\hg\win-pvdrivers\xenvbd_scsiport *************
2>'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS0 NOLINK=1 PASS0ONLY=1 MAKEDIR_RELATIVE_TO_BASEDIR='
2>BUILDMSG: Processing c:\hg\win-pvdrivers\xenvbd_scsiport
1> copy xenpci.inx c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci.inf
1> 1 file copiati.
1> stampinf -f c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci.inf -a AMD64 -d * -k 1.9 -v 0.11.0.5
2> copy xenvbd.inx c:\hg\win-pvdrivers\xenvbd_scsiport\objfre_wlh_amd64\amd64\xenvbd.inf
1>Stamping c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci.inf [Version] section with DriverVer=02/14/2013,0.11.0.5
1>Building generated files in c:\hg\win-pvdrivers\xenvbd_storport *************
1>'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS0 NOLINK=1 PASS0ONLY=1 MAKEDIR_RELATIVE_TO_BASEDIR='
1>BUILDMSG: Processing c:\hg\win-pvdrivers\xenvbd_storport
2> 1 file copiati.
2> stampinf -f c:\hg\win-pvdrivers\xenvbd_scsiport\objfre_wlh_amd64\amd64\xenvbd.inf -a AMD64 -d * -v 0.11.0.5
2>Stamping c:\hg\win-pvdrivers\xenvbd_scsiport\objfre_wlh_amd64\amd64\xenvbd.inf [Version] section with DriverVer=02/14/2013,0.11.0.5
2>Building generated files in c:\hg\win-pvdrivers\xennet *************
2>'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS0 NOLINK=1 PASS0ONLY=1 MAKEDIR_RELATIVE_TO_BASEDIR='
2>BUILDMSG: Processing c:\hg\win-pvdrivers\xennet
1> copy xenvbd.inx c:\hg\win-pvdrivers\xenvbd_storport\objfre_wlh_amd64\amd64\xenvbd.inf
2> copy xennet.inx c:\hg\win-pvdrivers\xennet\objfre_wlh_amd64\amd64\xennet.inf
1> 1 file copiati.
1> stampinf -f c:\hg\win-pvdrivers\xenvbd_storport\objfre_wlh_amd64\amd64\xenvbd.inf -a AMD64 -d * -v 0.11.0.5
2> 1 file copiati.
2> stampinf -f c:\hg\win-pvdrivers\xennet\objfre_wlh_amd64\amd64\xennet.inf -a AMD64 -d * -v 0.11.0.5
1>Stamping c:\hg\win-pvdrivers\xenvbd_storport\objfre_wlh_amd64\amd64\xenvbd.inf [Version] section with DriverVer=02/14/2013,0.11.0.5
2>Stamping c:\hg\win-pvdrivers\xennet\objfre_wlh_amd64\amd64\xennet.inf [Version] section with DriverVer=02/14/2013,0.11.0.5
1>Compiling (NoSync) c:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel *************
1>'nmake.exe /nologo BUILDMSG=Stop. -i /nologo /f c:\winddk\7600.16385.0\bin\makefile.def BUILD_PASS=PASS1 NOLINK=1 MAKEDIR_RELATIVE_TO_BASEDIR='
1>BUILDMSG: Processing c:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel
2>Compiling (NoSync) c:\hg\win-pvdrivers\xenpci *************
2>'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS1 NOLINK=1 MAKEDIR_RELATIVE_TO_BASEDIR='
2>BUILDMSG: Processing c:\hg\win-pvdrivers\xenpci
1>c:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel: TARGETPATH is ../../bin/
1> C:\WinDDK\7600.16385.0\Bin\amd64\oacr\oacrcl @c:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel\objfre_wlh_amd64\amd64\cl.rsp
2> ml64 /c /Cx /nologo /Iamd64\ /I. /I..\common\include /I..\common\include\public /I..\liblfds.6\inc /Ic:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64 /IC:\WinDDK\7600.16385.0\inc\api /IC:\WinDDK\7600.16385.0\inc\api /IC:\WinDDK\7600.16385.0\inc\ddk /IC:\WinDDK\7600.16385.0\inc\ddk /IC:\WinDDK\7600.16385.0\inc\wdf\kmdf\1.9 /IC:\WinDDK\7600.16385.0\inc\crt  /Zi /D_WIN64 /D_AMD64_ /DAMD64   /DCONDITION_HANDLING=1 /DNT_UP=1  /DNT_INST=0 /DWIN32=100 /D_NT1X_=100 /DWINNT=1 /D_WIN32_WINNT=0x0600 /DWINVER=0x0600 /D_WIN32_IE=0x0700    /DWIN32_LEAN_AND_MEAN=1 /DDBG=0  /DDEVL=1 /D__BUILDMACHINE__=WinDDK  /Foc:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\hypercall.obj amd64\hypercall.asm
2> Assembling: amd64\hypercall.asm
2> ml64 /c /Cx /nologo /Iamd64\ /I. /I..\common\include /I..\common\include\public /I..\liblfds.6\inc /Ic:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64 /IC:\WinDDK\7600.16385.0\inc\api /IC:\WinDDK\7600.16385.0\inc\api /IC:\WinDDK\7600.16385.0\inc\ddk /IC:\WinDDK\7600.16385.0\inc\ddk /IC:\WinDDK\7600.16385.0\inc\wdf\kmdf\1.9 /IC:\WinDDK\7600.16385.0\inc\crt  /Zi /D_WIN64 /D_AMD64_ /DAMD64   /DCONDITION_HANDLING=1 /DNT_UP=1  /DNT_INST=0 /DWIN32=100 /D_NT1X_=100 /DWINNT=1 /D_WIN32_WINNT=0x0600 /DWINVER=0x0600 /D_WIN32_IE=0x0700    /DWIN32_LEAN_AND_MEAN=1 /DDBG=0  /DDEVL=1 /D__BUILDMACHINE__=WinDDK  /Foc:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\dbgprint_hook.obj amd64\dbgprint_hook.asm
1>Microsoft (R) C/C++ Optimizing Compiler Version 15.00.30729.207 for x64
1>Copyright (C) Microsoft Corporation.  All rights reserved.
2> Assembling: amd64\dbgprint_hook.asm
1>cl /Fo"c:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel\objfre_wlh_amd64\amd64/"
1> /FC
1> /MT
1> /U_MT
1> /Iamd64\
1> /I.
1> /I..
1> /I../../inc/
1> /Ic:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel\objfre_wlh_amd64\amd64
1> /IC:\WinDDK\7600.16385.0\inc\api
1> /IC:\WinDDK\7600.16385.0\inc\api
1> /IC:\WinDDK\7600.16385.0\inc\ddk
1> /IC:\WinDDK\7600.16385.0\inc\ddk
1> /IC:\WinDDK\7600.16385.0\inc\crt
1> /D_WIN64
1> /D_AMD64_
1> /DAMD64
1> /DCONDITION_HANDLING=1
1> /DNT_UP=1
1> /DNT_INST=0
1> /DWIN32=100
1> /D_NT1X_=100
1> /DWINNT=1
1> /D_WIN32_WINNT=0x0600
1> /DWINVER=0x0600
1> /D_WIN32_IE=0x0700
1> /DWIN32_LEAN_AND_MEAN=1
1> /DDEVL=1
1> /D__BUILDMACHINE__=WinDDK
1> /DNDEBUG
1> /DNTDDI_VERSION=0x06000100
1> /c
1> /Zc:wchar_t-
2> C:\WinDDK\7600.16385.0\Bin\amd64\oacr\oacrcl @c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\cl.rsp
1> /Zl
1> /Zp8
1> /Gy
1> -cbstring
1> /WX
1> /W4
1> /WX
1> /EHs-c-
1> /GR-
1> /GF
1> /GS
1> /Z7
1> /Oxs
1> /GL
1> /Z7
1> /DWIN_KERNEL_BUILD
1> /DKMDF_MAJOR_VERSION_STRING=01
1> /DKMDF_MINOR_VERSION_STRING=009
1> /typedil-
1> /wd4603
1> /wd4627
1> /FIC:\WinDDK\7600.16385.0\inc\api\warning.h
1> .\abstraction_aligned_free.c .\abstraction_aligned_malloc.c .\abstraction_cas.c .\abstraction_dcas.c .\abstraction_increment.c .\freelist_delete.c .\freelist_get_and_set.c .\freelist_new.c .\freelist_pop_push.c .\freelist_query.c .\queue_delete.c .\queue_new.c .\queue_query.c .\queue_queue.c .\ringbuffer_delete.c .\ringbuffer_get_and_put.c .\ringbuffer_new.c .\ringbuffer_query.c .\slist_delete.c .\slist_get_and_set.c .\slist_link.c .\slist_new.c .\stack_delete.c .\stack_new.c .\stack_push_pop.c .\stack_query.c 
1>abstraction_aligned_free.c
1>abstraction_aligned_malloc.c
2>Microsoft (R) C/C++ Optimizing Compiler Version 15.00.30729.207 for x64
2>Copyright (C) Microsoft Corporation.  All rights reserved.
2>cl /Fo"c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64/"
2> /FC
2> /Iamd64\
2> /I.
2> /I..\common\include
2> /I..\common\include\public
2> /I..\liblfds.6\inc
2> /Ic:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64
2> /IC:\WinDDK\7600.16385.0\inc\api
2> /IC:\WinDDK\7600.16385.0\inc\api
2> /IC:\WinDDK\7600.16385.0\inc\ddk
2> /IC:\WinDDK\7600.16385.0\inc\ddk
2> /IC:\WinDDK\7600.16385.0\inc\wdf\kmdf\1.9
2> /IC:\WinDDK\7600.16385.0\inc\crt
2> /D_WIN64
2> /D_AMD64_
2> /DAMD64
2> /DCONDITION_HANDLING=1
2> /DNT_UP=1
2> /DNT_INST=0
2> /DWIN32=100
2> /D_NT1X_=100
2> /DWINNT=1
2> /D_WIN32_WINNT=0x0600
2> /DWINVER=0x0600
2> /D_WIN32_IE=0x0700
2> /DWIN32_LEAN_AND_MEAN=1
2> /DDEVL=1
2> /D__BUILDMACHINE__=WinDDK
2> /DNDEBUG
2> /D_DLL=1
2> /DNDEBUG
2> -DBUILD_NUMBER=5
2> -DWIN_KERNEL_BUILD
2> /DNTDDI_VERSION=0x06000100
2> /c
2> /Zc:wchar_t-
2> /Zl
2> /Zp8
2> /Gy
2> -cbstring
2> /W4
2> /WX
2> /EHs-c-
2> /GR-
2> /GF
2> /GS
2> /Zi
2> /Oxs
2> /GL
2> /Zi
2> /Fdc:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\
2> /DKMDF_MAJOR_VERSION=1
2> /DKMDF_MINOR_VERSION=9
2> /DKMDF_MAJOR_VERSION_STRING=01
2> /DKMDF_MINOR_VERSION_STRING=009
2> /typedil-
2> /wd4603
2> /wd4627
2> /FIC:\WinDDK\7600.16385.0\inc\api\warning.h
2> .\xenpci.c .\xenpci_fdo.c .\xenpci_pdo.c .\xenpci_export.c .\evtchn.c .\gnttbl.c .\xenbus.c .\memory.c .\xenpci_device_interface.c .\xenbus_device_interface.c .\xenpci_highsync.c .\xenpci_patch_kernel.c .\xenpci_dbgprint.c 
2>xenpci.c
1>abstraction_cas.c
1>abstraction_dcas.c
2>xenpci_fdo.c
1>abstraction_increment.c
1>freelist_delete.c
1>freelist_get_and_set.c
2>xenpci_pdo.c
1>freelist_new.c
1>freelist_pop_push.c
2>xenpci_export.c
1>freelist_query.c
1>queue_delete.c
1>queue_new.c
2>evtchn.c
1>queue_query.c
1>queue_queue.c
1>ringbuffer_delete.c
2>gnttbl.c
1>ringbuffer_get_and_put.c
1>ringbuffer_new.c
1>ringbuffer_query.c
2>xenbus.c
1>slist_delete.c
1>slist_get_and_set.c
2>memory.c
1>Compiling...
1>slist_link.c
1>slist_new.c
2>xenpci_device_interface.c
1>stack_delete.c
1>stack_new.c
2>xenbus_device_interface.c
1>stack_push_pop.c
1>stack_query.c
2>xenpci_highsync.c
1> C:\WinDDK\7600.16385.0\Bin\amd64\oacr\oacrlink /lib /out:../../bin/\amd64\liblfds.lib /IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235  /WX /nodefaultlib /machine:amd64 /ltcg @c:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel\objfre_wlh_amd64\amd64\lib.rsp
1>Microsoft (R) Library Manager Version 9.00.30729.207
1>Copyright (C) Microsoft Corporation.  All rights reserved.
1>c:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel\objfre_wlh_amd64\amd64\abstraction_aligned_free.obj 
1>c:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel\objfre_wlh_amd64\amd64\abstraction_aligned_malloc.obj 
1>c:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel\objfre_wlh_amd64\amd64\abstraction_cas.obj 
1>c:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel\objfre_wlh_amd64\amd64\abstraction_dcas.obj 
1>c:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel\objfre_wlh_amd64\amd64\abstraction_increment.obj 
1>c:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel\objfre_wlh_amd64\amd64\freelist_delete.obj 
1>c:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel\objfre_wlh_amd64\amd64\freelist_get_and_set.obj 
1>c:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel\objfre_wlh_amd64\amd64\freelist_new.obj 
1>c:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel\objfre_wlh_amd64\amd64\freelist_pop_push.obj 
1>c:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel\objfre_wlh_amd64\amd64\freelist_query.obj 
1>c:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel\objfre_wlh_amd64\amd64\queue_delete.obj 
1>c:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel\objfre_wlh_amd64\amd64\queue_new.obj 
1>c:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel\objfre_wlh_amd64\amd64\queue_query.obj 
1>c:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel\objfre_wlh_amd64\amd64\queue_queue.obj 
1>c:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel\objfre_wlh_amd64\amd64\ringbuffer_delete.obj 
1>c:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel\objfre_wlh_amd64\amd64\ringbuffer_get_and_put.obj 
1>c:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel\objfre_wlh_amd64\amd64\ringbuffer_new.obj 
1>c:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel\objfre_wlh_amd64\amd64\ringbuffer_query.obj 
1>c:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel\objfre_wlh_amd64\amd64\slist_delete.obj 
1>c:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel\objfre_wlh_amd64\amd64\slist_get_and_set.obj 
1>c:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel\objfre_wlh_amd64\amd64\slist_link.obj 
1>c:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel\objfre_wlh_amd64\amd64\slist_new.obj 
1>c:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel\objfre_wlh_amd64\amd64\stack_delete.obj 
1>c:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel\objfre_wlh_amd64\amd64\stack_new.obj 
1>c:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel\objfre_wlh_amd64\amd64\stack_push_pop.obj 
1>c:\hg\win-pvdrivers\liblfds.6\src\single_dir_for_windows_kernel\objfre_wlh_amd64\amd64\stack_query.obj 
2>xenpci_patch_kernel.c
2>xenpci_dbgprint.c
2> C:\WinDDK\7600.16385.0\Bin\amd64\oacr\oacrlink /lib /out:c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci.lib @c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\lib.rsp
2>Microsoft (R) Library Manager Version 9.00.30729.207
2>Copyright (C) Microsoft Corporation.  All rights reserved.
2>/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 
2>/WX 
2>/nodefaultlib 
2>/machine:amd64 
2>/ltcg 
2>/def:xenpci.def 
2>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\hypercall.obj c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\dbgprint_hook.obj c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci.obj c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci_fdo.obj c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci_pdo.obj c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci_export.obj c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\evtchn.obj c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\gnttbl.obj c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenbus.obj c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\memory.obj c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci_device_interface.obj c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenbus_device_interface.obj c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci_highsync.obj c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci_patch_kernel.obj c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci_dbgprint.obj 
2> Creating library c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci.lib and object c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci.exp
1>Linking for c:\hg\win-pvdrivers\xenpci *************
1>'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDLL=1 MAKEDIR_RELATIVE_TO_BASEDIR='
1>BUILDMSG: Processing c:\hg\win-pvdrivers\xenpci
2>Compiling and Linking c:\hg\win-pvdrivers\xenvbd_scsiport *************
2>'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='
2>BUILDMSG: Processing c:\hg\win-pvdrivers\xenvbd_scsiport
2> rc.exe -l 409 -DSXS_PROCESSOR_ARCHITECTURE="""AMD64"""  -DSXS_TARGET="""xenvbd.sys"""   -DSYSTEM_COMPATIBLE_ASSEMBLY_NAME="""Microsoft.Windows.SystemCompatible"""  -DLSYSTEM_COMPATIBLE_ASSEMBLY_NAME=L"""Microsoft.Windows.SystemCompatible"""   -DSXS_ASSEMBLY_VERSION=""""""  /r /fo c:\hg\win-pvdrivers\xenvbd_scsiport\objfre_wlh_amd64\amd64\xenvbd.res /D_WIN64 /D_AMD64_ /DAMD64   /DCONDITION_HANDLING=1 /DNT_UP=1  /DNT_INST=0 /DWIN32=100 /D_NT1X_=100 /DWINNT=1 /D_WIN32_WINNT=0x0600 /DWINVER=0x0600 /D_WIN32_IE=0x0700    /DWIN32_LEAN_AND_MEAN=1  /DDEVL=1 /D__BUILDMACHINE__=WinDDK  /DNDEBUG /D_DLL=1 /DNDEBUG  -DBUILD_NUMBER=5 -DWIN_KERNEL_BUILD /DNTDDI_VERSION=0x06000100   /I..\common\include /I..\common\include\public /I..\liblfds.6\inc /Ic:\hg\win-pvdrivers\xenvbd_scsiport\objfre_wlh_amd64\amd64 /IC:\WinDDK\7600.16385.0\inc\api /IC:\WinDDK\7600.16385.0\inc\api /IC:\WinDDK\7600.16385.0\inc\ddk /IC:\WinDDK\7600.16385.0\inc\ddk /IC:\WinDDK\7600.16385.0\inc\crt .\xenvbd.rc
1> rc.exe -l 409 -DSXS_PROCESSOR_ARCHITECTURE="""AMD64"""  -DSXS_TARGET="""xenpci.sys"""   -DSYSTEM_COMPATIBLE_ASSEMBLY_NAME="""Microsoft.Windows.SystemCompatible"""  -DLSYSTEM_COMPATIBLE_ASSEMBLY_NAME=L"""Microsoft.Windows.SystemCompatible"""   -DSXS_ASSEMBLY_VERSION=""""""  /r /fo c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci.res /D_WIN64 /D_AMD64_ /DAMD64   /DCONDITION_HANDLING=1 /DNT_UP=1  /DNT_INST=0 /DWIN32=100 /D_NT1X_=100 /DWINNT=1 /D_WIN32_WINNT=0x0600 /DWINVER=0x0600 /D_WIN32_IE=0x0700    /DWIN32_LEAN_AND_MEAN=1  /DDEVL=1 /D__BUILDMACHINE__=WinDDK  /DNDEBUG /D_DLL=1 /DNDEBUG  -DBUILD_NUMBER=5 -DWIN_KERNEL_BUILD /DNTDDI_VERSION=0x06000100   /I..\common\include /I..\common\include\public /I..\liblfds.6\inc /Ic:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64 /IC:\WinDDK\7600.16385.0\inc\api /IC:\WinDDK\7600.16385.0\inc\api /IC:\WinDDK\7600.16385.0\inc\ddk /IC:\WinDDK\7600.16385.0\inc\ddk /IC:\WinDDK\7600.16385.0\inc\wdf\kmdf\1.9 /IC:\WinDDK\7600.16385.0\inc\crt .\xenpci.rc
2>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6908.0
2>Copyright (C) Microsoft Corporation.  All rights reserved.
2> C:\WinDDK\7600.16385.0\Bin\amd64\oacr\oacrcl @c:\hg\win-pvdrivers\xenvbd_scsiport\objfre_wlh_amd64\amd64\cl.rsp
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6908.0
1>Copyright (C) Microsoft Corporation.  All rights reserved.
1> C:\WinDDK\7600.16385.0\Bin\amd64\oacr\oacrlink /out:c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci.sys /machine:amd64 @c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\lnk.rsp
2>Microsoft (R) C/C++ Optimizing Compiler Version 15.00.30729.207 for x64
2>Copyright (C) Microsoft Corporation.  All rights reserved.
2>cl /Fo"c:\hg\win-pvdrivers\xenvbd_scsiport\objfre_wlh_amd64\amd64/"
2> /FC
2> /Iamd64\
2> /I.
2> /I..\common\include
2> /I..\common\include\public
2> /I..\liblfds.6\inc
2> /Ic:\hg\win-pvdrivers\xenvbd_scsiport\objfre_wlh_amd64\amd64
2> /IC:\WinDDK\7600.16385.0\inc\api
2> /IC:\WinDDK\7600.16385.0\inc\api
2> /IC:\WinDDK\7600.16385.0\inc\ddk
2> /IC:\WinDDK\7600.16385.0\inc\ddk
2> /IC:\WinDDK\7600.16385.0\inc\crt
2> /D_WIN64
2> /D_AMD64_
2> /DAMD64
2> /DCONDITION_HANDLING=1
2> /DNT_UP=1
2> /DNT_INST=0
2> /DWIN32=100
2> /D_NT1X_=100
2> /DWINNT=1
2> /D_WIN32_WINNT=0x0600
2> /DWINVER=0x0600
2> /D_WIN32_IE=0x0700
2> /DWIN32_LEAN_AND_MEAN=1
2> /DDEVL=1
2> /D__BUILDMACHINE__=WinDDK
1>Microsoft (R) Incremental Linker Version 9.00.30729.207
1>Copyright (C) Microsoft Corporation.  All rights reserved.
1>/MERGE:_PAGE=PAGE 
1>/MERGE:_TEXT=.text 
1>/SECTION:INIT,d 
1>/OPT:REF 
1>/OPT:ICF 
1>/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 
1>/INCREMENTAL:NO 
1>/release 
1>/NODEFAULTLIB 
1>/WX 
1>/debug 
1>/debugtype:cv,fixup,pdata 
1>/version:6.1 
1>/osversion:6.1 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\hotpatch.obj 
1>/functionpadmin:6 
1>/pdbcompress 
1>/STACK:0x40000,0x1000 
1>/driver 
1>/subsystem:native,6.00 
1>/base:0x10000 
1>/entry:FxDriverEntry 
1>/out:c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci.sys 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci.exp 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci.res 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\hypercall.obj 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\dbgprint_hook.obj 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci.obj 
2> /DNDEBUG
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci_fdo.obj 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci_pdo.obj 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci_export.obj 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\evtchn.obj 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\gnttbl.obj 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenbus.obj 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\memory.obj 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci_device_interface.obj 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenbus_device_interface.obj 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci_highsync.obj 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci_patch_kernel.obj 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci_dbgprint.obj 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\BufferOverflowK.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\ntoskrnl.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\hal.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\wmilib.lib 
2> /D_DLL=1
1>C:\WinDDK\7600.16385.0\lib\wdf\kmdf\amd64\1.9\WdfLdr.lib 
1>C:\WinDDK\7600.16385.0\lib\wdf\kmdf\amd64\1.9\WdfDriverEntry.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\ntstrsafe.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\wdmsec.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\Rtlver.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\..\..\wlh\amd64\aux_klib.lib 
1>..\liblfds.6\bin\AMD64\liblfds.lib 
2> /DNDEBUG
2> -DBUILD_NUMBER=5
2> -DWIN_KERNEL_BUILD
2> /DNTDDI_VERSION=0x06000100
2> /c
2> /Zc:wchar_t-
2> /Zl
2> /Zp8
2> /Gy
2> -cbstring
2> /W4
2> /WX
2> /EHs-c-
2> /GR-
2> /GF
2> /GS
2> /Zi
2> /Oxs
2> /GL
2> /Zi
2> /Fdc:\hg\win-pvdrivers\xenvbd_scsiport\objfre_wlh_amd64\amd64\
2> /DKMDF_MAJOR_VERSION_STRING=01
2> /DKMDF_MINOR_VERSION_STRING=009
2> /typedil-
2> /wd4603
2> /wd4627
2> /FIC:\WinDDK\7600.16385.0\inc\api\warning.h
2> .\xenvbd.c 
1>xenpci.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
2>xenvbd.c
1>Microsoft (R) Incremental Linker Version 9.00.30729.207
1>Copyright (C) Microsoft Corporation.  All rights reserved.
1>/MERGE:_PAGE=PAGE 
1>/MERGE:_TEXT=.text 
1>/SECTION:INIT,d 
1>/OPT:REF 
1>/OPT:ICF 
1>/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 
1>/INCREMENTAL:NO 
1>/release 
1>/NODEFAULTLIB 
1>/WX 
1>/debug 
1>/debugtype:cv,fixup,pdata 
1>/version:6.1 
1>/osversion:6.1 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\hotpatch.obj 
1>/functionpadmin:6 
1>/pdbcompress 
1>/STACK:0x40000,0x1000 
1>/driver 
1>/subsystem:native,6.00 
1>/base:0x10000 
1>/entry:FxDriverEntry 
1>/out:c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci.sys 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci.exp 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci.res 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\hypercall.obj 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\dbgprint_hook.obj 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci.obj 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci_fdo.obj 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci_pdo.obj 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci_export.obj 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\evtchn.obj 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\gnttbl.obj 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenbus.obj 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\memory.obj 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci_device_interface.obj 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenbus_device_interface.obj 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci_highsync.obj 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci_patch_kernel.obj 
1>c:\hg\win-pvdrivers\xenpci\objfre_wlh_amd64\amd64\xenpci_dbgprint.obj 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\BufferOverflowK.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\ntoskrnl.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\hal.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\wmilib.lib 
1>C:\WinDDK\7600.16385.0\lib\wdf\kmdf\amd64\1.9\WdfLdr.lib 
1>C:\WinDDK\7600.16385.0\lib\wdf\kmdf\amd64\1.9\WdfDriverEntry.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\ntstrsafe.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\wdmsec.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\Rtlver.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\..\..\wlh\amd64\aux_klib.lib 
1>..\liblfds.6\bin\AMD64\liblfds.lib 
1>Generating code
2> C:\WinDDK\7600.16385.0\Bin\amd64\oacr\oacrlink /out:c:\hg\win-pvdrivers\xenvbd_scsiport\objfre_wlh_amd64\amd64\xenvbd.sys /machine:amd64 @c:\hg\win-pvdrivers\xenvbd_scsiport\objfre_wlh_amd64\amd64\lnk.rsp
2>Microsoft (R) Incremental Linker Version 9.00.30729.207
2>Copyright (C) Microsoft Corporation.  All rights reserved.
2>/MERGE:_PAGE=PAGE 
2>/MERGE:_TEXT=.text 
2>/SECTION:INIT,d 
2>/OPT:REF 
2>/OPT:ICF 
2>/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 
2>/INCREMENTAL:NO 
2>/release 
2>/NODEFAULTLIB 
2>/WX 
2>/debug 
2>/debugtype:cv,fixup,pdata 
2>/version:6.1 
2>/osversion:6.1 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\hotpatch.obj 
2>/functionpadmin:6 
2>/pdbcompress 
2>/STACK:0x40000,0x1000 
2>/driver 
2>/base:0x10000 
2>/subsystem:native,6.00 
2>/entry:GsDriverEntry 
2>/out:c:\hg\win-pvdrivers\xenvbd_scsiport\objfre_wlh_amd64\amd64\xenvbd.sys 
2>c:\hg\win-pvdrivers\xenvbd_scsiport\objfre_wlh_amd64\amd64\xenvbd.res 
2>c:\hg\win-pvdrivers\xenvbd_scsiport\objfre_wlh_amd64\amd64\xenvbd.obj 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\BufferOverflowK.lib 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\ntoskrnl.lib 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\hal.lib 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\wmilib.lib 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\ntstrsafe.lib 
2>..\xenpci\objfre_wlh_amd64\AMD64\xenpci.lib 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\scsiport.lib 
2>xenvbd.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
2>Microsoft (R) Incremental Linker Version 9.00.30729.207
2>Copyright (C) Microsoft Corporation.  All rights reserved.
2>/MERGE:_PAGE=PAGE 
2>/MERGE:_TEXT=.text 
2>/SECTION:INIT,d 
2>/OPT:REF 
2>/OPT:ICF 
2>/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 
2>/INCREMENTAL:NO 
2>/release 
2>/NODEFAULTLIB 
2>/WX 
2>/debug 
2>/debugtype:cv,fixup,pdata 
2>/version:6.1 
2>/osversion:6.1 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\hotpatch.obj 
2>/functionpadmin:6 
2>/pdbcompress 
2>/STACK:0x40000,0x1000 
2>/driver 
2>/base:0x10000 
2>/subsystem:native,6.00 
2>/entry:GsDriverEntry 
2>/out:c:\hg\win-pvdrivers\xenvbd_scsiport\objfre_wlh_amd64\amd64\xenvbd.sys 
2>c:\hg\win-pvdrivers\xenvbd_scsiport\objfre_wlh_amd64\amd64\xenvbd.res 
2>c:\hg\win-pvdrivers\xenvbd_scsiport\objfre_wlh_amd64\amd64\xenvbd.obj 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\BufferOverflowK.lib 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\ntoskrnl.lib 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\hal.lib 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\wmilib.lib 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\ntstrsafe.lib 
2>..\xenpci\objfre_wlh_amd64\AMD64\xenpci.lib 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\scsiport.lib 
2>Generating code
2>Finished generating code
1>Finished generating code
2>Compiling and Linking c:\hg\win-pvdrivers\xenvbd_storport *************
2>'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='
2>BUILDMSG: Processing c:\hg\win-pvdrivers\xenvbd_storport
2> rc.exe -l 409 -DSXS_PROCESSOR_ARCHITECTURE="""AMD64"""  -DSXS_TARGET="""xenvbd.sys"""   -DSYSTEM_COMPATIBLE_ASSEMBLY_NAME="""Microsoft.Windows.SystemCompatible"""  -DLSYSTEM_COMPATIBLE_ASSEMBLY_NAME=L"""Microsoft.Windows.SystemCompatible"""   -DSXS_ASSEMBLY_VERSION=""""""  /r /fo c:\hg\win-pvdrivers\xenvbd_storport\objfre_wlh_amd64\amd64\xenvbd.res /D_WIN64 /D_AMD64_ /DAMD64   /DCONDITION_HANDLING=1 /DNT_UP=1  /DNT_INST=0 /DWIN32=100 /D_NT1X_=100 /DWINNT=1 /D_WIN32_WINNT=0x0600 /DWINVER=0x0600 /D_WIN32_IE=0x0700    /DWIN32_LEAN_AND_MEAN=1  /DDEVL=1 /D__BUILDMACHINE__=WinDDK  /DNDEBUG /D_DLL=1 /DNDEBUG  -DBUILD_NUMBER=5 -DWIN_KERNEL_BUILD /DNTDDI_VERSION=0x06000100   /I..\common\include /I..\common\include\public /I..\liblfds.6\inc /Ic:\hg\win-pvdrivers\xenvbd_storport\objfre_wlh_amd64\amd64 /IC:\WinDDK\7600.16385.0\inc\api /IC:\WinDDK\7600.16385.0\inc\api /IC:\WinDDK\7600.16385.0\inc\ddk /IC:\WinDDK\7600.16385.0\inc\ddk /IC:\WinDDK\7600.16385.0\inc\crt .\xenvbd.rc
2>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6908.0
2>Copyright (C) Microsoft Corporation.  All rights reserved.
2> C:\WinDDK\7600.16385.0\Bin\amd64\oacr\oacrcl @c:\hg\win-pvdrivers\xenvbd_storport\objfre_wlh_amd64\amd64\cl.rsp
2>Microsoft (R) C/C++ Optimizing Compiler Version 15.00.30729.207 for x64
2>Copyright (C) Microsoft Corporation.  All rights reserved.
2>cl /Fo"c:\hg\win-pvdrivers\xenvbd_storport\objfre_wlh_amd64\amd64/"
2> /FC
2> /Iamd64\
2> /I.
2> /I..\common\include
2> /I..\common\include\public
2> /I..\liblfds.6\inc
2> /Ic:\hg\win-pvdrivers\xenvbd_storport\objfre_wlh_amd64\amd64
2> /IC:\WinDDK\7600.16385.0\inc\api
2> /IC:\WinDDK\7600.16385.0\inc\api
2> /IC:\WinDDK\7600.16385.0\inc\ddk
2> /IC:\WinDDK\7600.16385.0\inc\ddk
2> /IC:\WinDDK\7600.16385.0\inc\crt
2> /D_WIN64
2> /D_AMD64_
2> /DAMD64
2> /DCONDITION_HANDLING=1
2> /DNT_UP=1
2> /DNT_INST=0
2> /DWIN32=100
2> /D_NT1X_=100
2> /DWINNT=1
2> /D_WIN32_WINNT=0x0600
2> /DWINVER=0x0600
2> /D_WIN32_IE=0x0700
2> /DWIN32_LEAN_AND_MEAN=1
2> /DDEVL=1
2> /D__BUILDMACHINE__=WinDDK
2> /DNDEBUG
2> /D_DLL=1
2> /DNDEBUG
2> -DBUILD_NUMBER=5
2> -DWIN_KERNEL_BUILD
2> /DNTDDI_VERSION=0x06000100
2> /c
2> /Zc:wchar_t-
2> /Zl
2> /Zp8
2> /Gy
2> -cbstring
2> /W4
2> /WX
2> /EHs-c-
2> /GR-
2> /GF
2> /GS
2> /Zi
2> /Oxs
2> /GL
2> /Zi
2> /Fdc:\hg\win-pvdrivers\xenvbd_storport\objfre_wlh_amd64\amd64\
2> /DKMDF_MAJOR_VERSION_STRING=01
2> /DKMDF_MINOR_VERSION_STRING=009
2> /typedil-
2> /wd4603
2> /wd4627
2> /FIC:\WinDDK\7600.16385.0\inc\api\warning.h
2> .\xenvbd.c 
2>xenvbd.c
1>Compiling and Linking c:\hg\win-pvdrivers\xenvbd_filter *************
1>'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='
1>BUILDMSG: Processing c:\hg\win-pvdrivers\xenvbd_filter
2> C:\WinDDK\7600.16385.0\Bin\amd64\oacr\oacrlink /out:c:\hg\win-pvdrivers\xenvbd_storport\objfre_wlh_amd64\amd64\xenvbd.sys /machine:amd64 @c:\hg\win-pvdrivers\xenvbd_storport\objfre_wlh_amd64\amd64\lnk.rsp
2>Microsoft (R) Incremental Linker Version 9.00.30729.207
2>Copyright (C) Microsoft Corporation.  All rights reserved.
2>/MERGE:_PAGE=PAGE 
2>/MERGE:_TEXT=.text 
2>/SECTION:INIT,d 
2>/OPT:REF 
2>/OPT:ICF 
2>/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 
2>/INCREMENTAL:NO 
2>/release 
2>/NODEFAULTLIB 
2>/WX 
2>/debug 
2>/debugtype:cv,fixup,pdata 
2>/version:6.1 
2>/osversion:6.1 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\hotpatch.obj 
2>/functionpadmin:6 
2>/pdbcompress 
2>/STACK:0x40000,0x1000 
2>/driver 
2>/base:0x10000 
2>/subsystem:native,6.00 
2>/entry:GsDriverEntry 
2>/out:c:\hg\win-pvdrivers\xenvbd_storport\objfre_wlh_amd64\amd64\xenvbd.sys 
2>c:\hg\win-pvdrivers\xenvbd_storport\objfre_wlh_amd64\amd64\xenvbd.res 
2>c:\hg\win-pvdrivers\xenvbd_storport\objfre_wlh_amd64\amd64\xenvbd.obj 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\BufferOverflowK.lib 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\ntoskrnl.lib 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\hal.lib 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\wmilib.lib 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\ntstrsafe.lib 
2>..\xenpci\objfre_wlh_amd64\AMD64\xenpci.lib 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\storport.lib 
2>xenvbd.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
2>Microsoft (R) Incremental Linker Version 9.00.30729.207
2>Copyright (C) Microsoft Corporation.  All rights reserved.
2>/MERGE:_PAGE=PAGE 
2>/MERGE:_TEXT=.text 
2>/SECTION:INIT,d 
2>/OPT:REF 
2>/OPT:ICF 
2>/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 
2>/INCREMENTAL:NO 
2>/release 
2>/NODEFAULTLIB 
2>/WX 
2>/debug 
2>/debugtype:cv,fixup,pdata 
2>/version:6.1 
2>/osversion:6.1 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\hotpatch.obj 
2>/functionpadmin:6 
2>/pdbcompress 
2>/STACK:0x40000,0x1000 
2>/driver 
2>/base:0x10000 
2>/subsystem:native,6.00 
2>/entry:GsDriverEntry 
2>/out:c:\hg\win-pvdrivers\xenvbd_storport\objfre_wlh_amd64\amd64\xenvbd.sys 
2>c:\hg\win-pvdrivers\xenvbd_storport\objfre_wlh_amd64\amd64\xenvbd.res 
2>c:\hg\win-pvdrivers\xenvbd_storport\objfre_wlh_amd64\amd64\xenvbd.obj 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\BufferOverflowK.lib 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\ntoskrnl.lib 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\hal.lib 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\wmilib.lib 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\ntstrsafe.lib 
2>..\xenpci\objfre_wlh_amd64\AMD64\xenpci.lib 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\storport.lib 
1> rc.exe -l 409 -DSXS_PROCESSOR_ARCHITECTURE="""AMD64"""  -DSXS_TARGET="""xenvbdfilter.sys"""   -DSYSTEM_COMPATIBLE_ASSEMBLY_NAME="""Microsoft.Windows.SystemCompatible"""  -DLSYSTEM_COMPATIBLE_ASSEMBLY_NAME=L"""Microsoft.Windows.SystemCompatible"""   -DSXS_ASSEMBLY_VERSION=""""""  /r /fo c:\hg\win-pvdrivers\xenvbd_filter\objfre_wlh_amd64\amd64\xenvbd_filter.res /D_WIN64 /D_AMD64_ /DAMD64   /DCONDITION_HANDLING=1 /DNT_UP=1  /DNT_INST=0 /DWIN32=100 /D_NT1X_=100 /DWINNT=1 /D_WIN32_WINNT=0x0600 /DWINVER=0x0600 /D_WIN32_IE=0x0700    /DWIN32_LEAN_AND_MEAN=1  /DDEVL=1 /D__BUILDMACHINE__=WinDDK  /DNDEBUG /D_DLL=1 /DNDEBUG  -DBUILD_NUMBER=5 -DWIN_KERNEL_BUILD /DNTDDI_VERSION=0x06000100   /I..\common\include /I..\common\include\public /I..\liblfds.6\inc /Ic:\hg\win-pvdrivers\xenvbd_filter\objfre_wlh_amd64\amd64 /IC:\WinDDK\7600.16385.0\inc\api /IC:\WinDDK\7600.16385.0\inc\api /IC:\WinDDK\7600.16385.0\inc\ddk /IC:\WinDDK\7600.16385.0\inc\ddk /IC:\WinDDK\7600.16385.0\inc\wdf\kmdf\1.9 /IC:\WinDDK\7600.16385.0\inc\crt .\xenvbd_filter.rc
2>Generating code
1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6908.0
1>Copyright (C) Microsoft Corporation.  All rights reserved.
1> C:\WinDDK\7600.16385.0\Bin\amd64\oacr\oacrcl @c:\hg\win-pvdrivers\xenvbd_filter\objfre_wlh_amd64\amd64\cl.rsp
1>Microsoft (R) C/C++ Optimizing Compiler Version 15.00.30729.207 for x64
1>Copyright (C) Microsoft Corporation.  All rights reserved.
1>cl /Fo"c:\hg\win-pvdrivers\xenvbd_filter\objfre_wlh_amd64\amd64/"
1> /FC
1> /Iamd64\
1> /I.
1> /I..\common\include
1> /I..\common\include\public
1> /I..\liblfds.6\inc
1> /Ic:\hg\win-pvdrivers\xenvbd_filter\objfre_wlh_amd64\amd64
1> /IC:\WinDDK\7600.16385.0\inc\api
1> /IC:\WinDDK\7600.16385.0\inc\api
1> /IC:\WinDDK\7600.16385.0\inc\ddk
1> /IC:\WinDDK\7600.16385.0\inc\ddk
1> /IC:\WinDDK\7600.16385.0\inc\wdf\kmdf\1.9
1> /IC:\WinDDK\7600.16385.0\inc\crt
1> /D_WIN64
1> /D_AMD64_
1> /DAMD64
1> /DCONDITION_HANDLING=1
1> /DNT_UP=1
1> /DNT_INST=0
1> /DWIN32=100
1> /D_NT1X_=100
1> /DWINNT=1
1> /D_WIN32_WINNT=0x0600
1> /DWINVER=0x0600
1> /D_WIN32_IE=0x0700
1> /DWIN32_LEAN_AND_MEAN=1
1> /DDEVL=1
1> /D__BUILDMACHINE__=WinDDK
1> /DNDEBUG
1> /D_DLL=1
1> /DNDEBUG
1> -DBUILD_NUMBER=5
1> -DWIN_KERNEL_BUILD
1> /DNTDDI_VERSION=0x06000100
1> /c
1> /Zc:wchar_t-
1> /Zl
1> /Zp8
1> /Gy
1> -cbstring
1> /W4
1> /WX
1> /EHs-c-
1> /GR-
1> /GF
1> /GS
1> /Zi
1> /Oxs
1> /GL
1> /Zi
1> /Fdc:\hg\win-pvdrivers\xenvbd_filter\objfre_wlh_amd64\amd64\
1> /DKMDF_MAJOR_VERSION=1
1> /DKMDF_MINOR_VERSION=9
1> /DKMDF_MAJOR_VERSION_STRING=01
1> /DKMDF_MINOR_VERSION_STRING=009
1> /typedil-
1> /wd4603
1> /wd4627
1> /FIC:\WinDDK\7600.16385.0\inc\api\warning.h
1> .\xenvbd_filter.c 
1>xenvbd_filter.c
2>Finished generating code
1> C:\WinDDK\7600.16385.0\Bin\amd64\oacr\oacrlink /out:c:\hg\win-pvdrivers\xenvbd_filter\objfre_wlh_amd64\amd64\xenvbdfilter.sys /machine:amd64 @c:\hg\win-pvdrivers\xenvbd_filter\objfre_wlh_amd64\amd64\lnk.rsp
1>Microsoft (R) Incremental Linker Version 9.00.30729.207
1>Copyright (C) Microsoft Corporation.  All rights reserved.
1>/MERGE:_PAGE=PAGE 
1>/MERGE:_TEXT=.text 
1>/SECTION:INIT,d 
1>/OPT:REF 
1>/OPT:ICF 
1>/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 
1>/INCREMENTAL:NO 
1>/release 
1>/NODEFAULTLIB 
1>/WX 
1>/debug 
1>/debugtype:cv,fixup,pdata 
1>/version:6.1 
1>/osversion:6.1 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\hotpatch.obj 
1>/functionpadmin:6 
1>/pdbcompress 
1>/STACK:0x40000,0x1000 
1>/driver 
1>/base:0x10000 
1>/subsystem:native,6.00 
1>/entry:FxDriverEntry 
1>/out:c:\hg\win-pvdrivers\xenvbd_filter\objfre_wlh_amd64\amd64\xenvbdfilter.sys 
1>c:\hg\win-pvdrivers\xenvbd_filter\objfre_wlh_amd64\amd64\xenvbd_filter.res 
1>c:\hg\win-pvdrivers\xenvbd_filter\objfre_wlh_amd64\amd64\xenvbd_filter.obj 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\BufferOverflowK.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\ntoskrnl.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\hal.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\wmilib.lib 
1>C:\WinDDK\7600.16385.0\lib\wdf\kmdf\amd64\1.9\WdfLdr.lib 
1>C:\WinDDK\7600.16385.0\lib\wdf\kmdf\amd64\1.9\WdfDriverEntry.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\ntstrsafe.lib 
1>..\xenpci\objfre_wlh_amd64\AMD64\xenpci.lib 
1>xenvbd_filter.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
1>Microsoft (R) Incremental Linker Version 9.00.30729.207
1>Copyright (C) Microsoft Corporation.  All rights reserved.
1>/MERGE:_PAGE=PAGE 
1>/MERGE:_TEXT=.text 
1>/SECTION:INIT,d 
1>/OPT:REF 
1>/OPT:ICF 
1>/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 
1>/INCREMENTAL:NO 
1>/release 
1>/NODEFAULTLIB 
1>/WX 
1>/debug 
1>/debugtype:cv,fixup,pdata 
1>/version:6.1 
1>/osversion:6.1 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\hotpatch.obj 
1>/functionpadmin:6 
1>/pdbcompress 
1>/STACK:0x40000,0x1000 
1>/driver 
1>/base:0x10000 
1>/subsystem:native,6.00 
1>/entry:FxDriverEntry 
1>/out:c:\hg\win-pvdrivers\xenvbd_filter\objfre_wlh_amd64\amd64\xenvbdfilter.sys 
1>c:\hg\win-pvdrivers\xenvbd_filter\objfre_wlh_amd64\amd64\xenvbd_filter.res 
1>c:\hg\win-pvdrivers\xenvbd_filter\objfre_wlh_amd64\amd64\xenvbd_filter.obj 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\BufferOverflowK.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\ntoskrnl.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\hal.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\wmilib.lib 
1>C:\WinDDK\7600.16385.0\lib\wdf\kmdf\amd64\1.9\WdfLdr.lib 
1>C:\WinDDK\7600.16385.0\lib\wdf\kmdf\amd64\1.9\WdfDriverEntry.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\ntstrsafe.lib 
1>..\xenpci\objfre_wlh_amd64\AMD64\xenpci.lib 
1>Generating code
1>Finished generating code
2>Compiling and Linking c:\hg\win-pvdrivers\xennet *************
2>'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='
2>BUILDMSG: Processing c:\hg\win-pvdrivers\xennet
2> rc.exe -l 409 -DSXS_PROCESSOR_ARCHITECTURE="""AMD64"""  -DSXS_TARGET="""xennet.sys"""   -DSYSTEM_COMPATIBLE_ASSEMBLY_NAME="""Microsoft.Windows.SystemCompatible"""  -DLSYSTEM_COMPATIBLE_ASSEMBLY_NAME=L"""Microsoft.Windows.SystemCompatible"""   -DSXS_ASSEMBLY_VERSION=""""""  /r /fo c:\hg\win-pvdrivers\xennet\objfre_wlh_amd64\amd64\xennet.res /D_WIN64 /D_AMD64_ /DAMD64   /DCONDITION_HANDLING=1 /DNT_UP=1  /DNT_INST=0 /DWIN32=100 /D_NT1X_=100 /DWINNT=1 /D_WIN32_WINNT=0x0600 /DWINVER=0x0600 /D_WIN32_IE=0x0700    /DWIN32_LEAN_AND_MEAN=1  /DDEVL=1 /D__BUILDMACHINE__=WinDDK  /DNDEBUG /D_DLL=1 /DNDEBUG  -DBUILD_NUMBER=5 -DWIN_KERNEL_BUILD -D_GPLPV_NDIS6 /DNTDDI_VERSION=0x06000100   /I..\common\include /I..\common\include\public /I..\liblfds.6\inc /Ic:\hg\win-pvdrivers\xennet\objfre_wlh_amd64\amd64 /IC:\WinDDK\7600.16385.0\inc\api /IC:\WinDDK\7600.16385.0\inc\api /IC:\WinDDK\7600.16385.0\inc\ddk /IC:\WinDDK\7600.16385.0\inc\ddk /IC:\WinDDK\7600.16385.0\inc\crt .\xennet.rc
1>Compiling and Linking c:\hg\win-pvdrivers\copyconfig *************
1>'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='
1>BUILDMSG: Processing c:\hg\win-pvdrivers\copyconfig
2>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6908.0
2>Copyright (C) Microsoft Corporation.  All rights reserved.
2> C:\WinDDK\7600.16385.0\Bin\amd64\oacr\oacrcl @c:\hg\win-pvdrivers\xennet\objfre_wlh_amd64\amd64\cl.rsp
2>Microsoft (R) C/C++ Optimizing Compiler Version 15.00.30729.207 for x64
2>Copyright (C) Microsoft Corporation.  All rights reserved.
2>cl /Fo"c:\hg\win-pvdrivers\xennet\objfre_wlh_amd64\amd64/"
2> /FC
2> /Iamd64\
2> /I.
2> /I..\common\include
2> /I..\common\include\public
2> /I..\liblfds.6\inc
2> /Ic:\hg\win-pvdrivers\xennet\objfre_wlh_amd64\amd64
2> /IC:\WinDDK\7600.16385.0\inc\api
2> /IC:\WinDDK\7600.16385.0\inc\api
2> /IC:\WinDDK\7600.16385.0\inc\ddk
2> /IC:\WinDDK\7600.16385.0\inc\ddk
2> /IC:\WinDDK\7600.16385.0\inc\crt
2> /D_WIN64
2> /D_AMD64_
2> /DAMD64
2> /DCONDITION_HANDLING=1
2> /DNT_UP=1
2> /DNT_INST=0
2> /DWIN32=100
2> /D_NT1X_=100
2> /DWINNT=1
2> /D_WIN32_WINNT=0x0600
2> /DWINVER=0x0600
2> /D_WIN32_IE=0x0700
2> /DWIN32_LEAN_AND_MEAN=1
2> /DDEVL=1
2> /D__BUILDMACHINE__=WinDDK
2> /DNDEBUG
2> /D_DLL=1
2> /DNDEBUG
2> -DBUILD_NUMBER=5
2> -DWIN_KERNEL_BUILD
2> -D_GPLPV_NDIS6
2> /DNTDDI_VERSION=0x06000100
2> /c
2> /Zc:wchar_t-
2> /Zl
2> /Zp8
2> /Gy
2> -cbstring
2> /W4
2> /WX
2> /EHs-c-
2> /GR-
2> /GF
2> /GS
2> /Zi
2> /Oxs
2> /GL
2> /Zi
2> /Fdc:\hg\win-pvdrivers\xennet\objfre_wlh_amd64\amd64\
2> /DKMDF_MAJOR_VERSION_STRING=01
2> /DKMDF_MINOR_VERSION_STRING=009
2> /typedil-
2> /wd4603
2> /wd4627
2> /FIC:\WinDDK\7600.16385.0\inc\api\warning.h
2> .\xennet.c .\xennet_tx.c .\xennet_rx.c .\xennet_oid.c .\xennet_common.c 
2>xennet.c
1> C:\WinDDK\7600.16385.0\Bin\amd64\oacr\oacrcl @c:\hg\win-pvdrivers\copyconfig\objfre_wlh_amd64\amd64\cl.rsp
1>Microsoft (R) C/C++ Optimizing Compiler Version 15.00.30729.207 for x64
1>Copyright (C) Microsoft Corporation.  All rights reserved.
1>cl /Fo"c:\hg\win-pvdrivers\copyconfig\objfre_wlh_amd64\amd64/"
1> /FC
1> /Iamd64\
1> /I.
1> /I..\common\include
1> /I..\common\include\public
1> /I..\liblfds.6\inc
1> /Ic:\hg\win-pvdrivers\copyconfig\objfre_wlh_amd64\amd64
1> /IC:\WinDDK\7600.16385.0\inc\api
1> /IC:\WinDDK\7600.16385.0\inc\api
1> /IC:\WinDDK\7600.16385.0\inc\crt
1> /D_WIN64
1> /D_AMD64_
1> /DAMD64
1> /DCONDITION_HANDLING=1
1> /DNT_UP=1
1> /DNT_INST=0
1> /DWIN32=100
1> /D_NT1X_=100
1> /DWINNT=1
1> /D_WIN32_WINNT=0x0600
1> /DWINVER=0x0600
1> /D_WIN32_IE=0x0700
1> /DWIN32_LEAN_AND_MEAN=1
1> /DDEVL=1
1> /D__BUILDMACHINE__=WinDDK
1> /DNDEBUG
1> /D_DLL=1
1> /D_MT=1
1> -DBUILD_NUMBER=5
1> -DWIN_KERNEL_BUILD
1> /DNTDDI_VERSION=0x06000100
1> /DPSAPI_VERSION=1
1> /c
1> /Zc:wchar_t-
1> /Zl
1> /Zp8
1> /Gy
1> /W4
1> /WX
1> /EHs-c-
1> /GR-
1> /GF
1> /GS
1> /Zi
1> /Oxs
1> /GL
1> /Zi
1> /Fdc:\hg\win-pvdrivers\copyconfig\objfre_wlh_amd64\amd64\
1> /DKMDF_MAJOR_VERSION_STRING=01
1> /DKMDF_MINOR_VERSION_STRING=009
1> /typedil-
1> /wd4603
1> /wd4627
1> /FIC:\WinDDK\7600.16385.0\inc\api\warning.h
1> .\copyconfig.c 
1>copyconfig.c
2>xennet_tx.c
1> C:\WinDDK\7600.16385.0\Bin\amd64\oacr\oacrlink /out:c:\hg\win-pvdrivers\copyconfig\objfre_wlh_amd64\amd64\copyconfig.exe /machine:amd64 @c:\hg\win-pvdrivers\copyconfig\objfre_wlh_amd64\amd64\lnk.rsp
1>Microsoft (R) Incremental Linker Version 9.00.30729.207
1>Copyright (C) Microsoft Corporation.  All rights reserved.
1>/MERGE:_PAGE=PAGE 
1>/MERGE:_TEXT=.text 
1>/SECTION:INIT,d 
1>/OPT:REF 
1>/OPT:ICF 
1>/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 
1>/INCREMENTAL:NO 
1>/release 
1>/NODEFAULTLIB 
1>/WX 
1>/debug 
1>/debugtype:cv,fixup,pdata 
1>/version:6.1 
1>/osversion:6.1 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\hotpatch.obj 
1>/functionpadmin:6 
1>/merge:.rdata=.text 
1>/pdbcompress 
1>/STACK:0x80000,0x2000 
1>/tsaware 
1>/dynamicbase 
1>/subsystem:console,6.00 
1>/base:0x400000 
1>/entry:mainCRTStartup 
1>c:\hg\win-pvdrivers\copyconfig\objfre_wlh_amd64\amd64\copyconfig.obj 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\advapi32.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\kernel32.lib 
1>C:\WinDDK\7600.16385.0\lib\crt\amd64\msvcrt.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\ntstrsafe.lib 
1>copyconfig.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
1>Microsoft (R) Incremental Linker Version 9.00.30729.207
1>Copyright (C) Microsoft Corporation.  All rights reserved.
1>/MERGE:_PAGE=PAGE 
1>/MERGE:_TEXT=.text 
1>/SECTION:INIT,d 
1>/OPT:REF 
1>/OPT:ICF 
1>/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 
1>/INCREMENTAL:NO 
1>/release 
1>/NODEFAULTLIB 
1>/WX 
1>/debug 
1>/debugtype:cv,fixup,pdata 
1>/version:6.1 
1>/osversion:6.1 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\hotpatch.obj 
1>/functionpadmin:6 
1>/merge:.rdata=.text 
1>/pdbcompress 
1>/STACK:0x80000,0x2000 
1>/tsaware 
1>/dynamicbase 
1>/subsystem:console,6.00 
1>/base:0x400000 
1>/entry:mainCRTStartup 
1>c:\hg\win-pvdrivers\copyconfig\objfre_wlh_amd64\amd64\copyconfig.obj 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\advapi32.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\kernel32.lib 
1>C:\WinDDK\7600.16385.0\lib\crt\amd64\msvcrt.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\ntstrsafe.lib 
1>Generating code
1>Finished generating code
2>xennet_rx.c
1>Compiling and Linking c:\hg\win-pvdrivers\shutdownmon *************
1>'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='
1>BUILDMSG: Processing c:\hg\win-pvdrivers\shutdownmon
2>xennet_oid.c
1> C:\WinDDK\7600.16385.0\Bin\amd64\oacr\oacrcl @c:\hg\win-pvdrivers\shutdownmon\objfre_wlh_amd64\amd64\cl.rsp
1>Microsoft (R) C/C++ Optimizing Compiler Version 15.00.30729.207 for x64
1>Copyright (C) Microsoft Corporation.  All rights reserved.
1>cl /Fo"c:\hg\win-pvdrivers\shutdownmon\objfre_wlh_amd64\amd64/"
1> /FC
1> /Iamd64\
1> /I.
1> /I..\common\include
1> /I..\common\include\public
1> /I..\liblfds.6\inc
1> /Ic:\hg\win-pvdrivers\shutdownmon\objfre_wlh_amd64\amd64
1> /IC:\WinDDK\7600.16385.0\inc\api
1> /IC:\WinDDK\7600.16385.0\inc\api
1> /IC:\WinDDK\7600.16385.0\inc\crt
1> /D_WIN64
1> /D_AMD64_
1> /DAMD64
1> /DCONDITION_HANDLING=1
1> /DNT_UP=1
1> /DNT_INST=0
1> /DWIN32=100
1> /D_NT1X_=100
1> /DWINNT=1
1> /D_WIN32_WINNT=0x0600
1> /DWINVER=0x0600
1> /D_WIN32_IE=0x0700
1> /DWIN32_LEAN_AND_MEAN=1
1> /DDEVL=1
1> /D__BUILDMACHINE__=WinDDK
1> /DNDEBUG
1> /D_DLL=1
1> /D_MT=1
1> -DBUILD_NUMBER=5
1> -DWIN_KERNEL_BUILD
1> /DNTDDI_VERSION=0x06000100
1> /DPSAPI_VERSION=1
1> /c
1> /Zc:wchar_t-
1> /Zl
1> /Zp8
1> /Gy
1> /W4
1> /WX
1> /EHs-c-
1> /GR-
1> /GF
1> /GS
1> /Zi
1> /Oxs
1> /GL
1> /Zi
1> /Fdc:\hg\win-pvdrivers\shutdownmon\objfre_wlh_amd64\amd64\
1> /DKMDF_MAJOR_VERSION_STRING=01
1> /DKMDF_MINOR_VERSION_STRING=009
1> /typedil-
1> /wd4603
1> /wd4627
1> /FIC:\WinDDK\7600.16385.0\inc\api\warning.h
1> .\shutdownmon.c 
1>shutdownmon.c
2>xennet_common.c
1> C:\WinDDK\7600.16385.0\Bin\amd64\oacr\oacrlink /out:c:\hg\win-pvdrivers\shutdownmon\objfre_wlh_amd64\amd64\shutdownmon.exe /machine:amd64 @c:\hg\win-pvdrivers\shutdownmon\objfre_wlh_amd64\amd64\lnk.rsp
1>Microsoft (R) Incremental Linker Version 9.00.30729.207
1>Copyright (C) Microsoft Corporation.  All rights reserved.
1>/MERGE:_PAGE=PAGE 
1>/MERGE:_TEXT=.text 
1>/SECTION:INIT,d 
1>/OPT:REF 
1>/OPT:ICF 
1>/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 
1>/INCREMENTAL:NO 
1>/release 
1>/NODEFAULTLIB 
1>/WX 
1>/debug 
1>/debugtype:cv,fixup,pdata 
1>/version:6.1 
1>/osversion:6.1 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\hotpatch.obj 
1>/functionpadmin:6 
1>/merge:.rdata=.text 
1>/pdbcompress 
1>/STACK:0x80000,0x2000 
1>/tsaware 
1>/dynamicbase 
1>/subsystem:console,6.00 
1>/base:0x400000 
1>/entry:mainCRTStartup 
1>c:\hg\win-pvdrivers\shutdownmon\objfre_wlh_amd64\amd64\shutdownmon.obj 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\advapi32.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\kernel32.lib 
1>C:\WinDDK\7600.16385.0\lib\crt\amd64\msvcrt.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\ntstrsafe.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\setupapi.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\powrprof.lib 
1>shutdownmon.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
1>Microsoft (R) Incremental Linker Version 9.00.30729.207
1>Copyright (C) Microsoft Corporation.  All rights reserved.
1>/MERGE:_PAGE=PAGE 
1>/MERGE:_TEXT=.text 
1>/SECTION:INIT,d 
1>/OPT:REF 
1>/OPT:ICF 
1>/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 
1>/INCREMENTAL:NO 
1>/release 
1>/NODEFAULTLIB 
1>/WX 
1>/debug 
1>/debugtype:cv,fixup,pdata 
1>/version:6.1 
1>/osversion:6.1 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\hotpatch.obj 
1>/functionpadmin:6 
1>/merge:.rdata=.text 
1>/pdbcompress 
1>/STACK:0x80000,0x2000 
1>/tsaware 
1>/dynamicbase 
1>/subsystem:console,6.00 
1>/base:0x400000 
1>/entry:mainCRTStartup 
1>c:\hg\win-pvdrivers\shutdownmon\objfre_wlh_amd64\amd64\shutdownmon.obj 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\advapi32.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\kernel32.lib 
1>C:\WinDDK\7600.16385.0\lib\crt\amd64\msvcrt.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\ntstrsafe.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\setupapi.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\powrprof.lib 
1>Generating code
2> C:\WinDDK\7600.16385.0\Bin\amd64\oacr\oacrlink /out:c:\hg\win-pvdrivers\xennet\objfre_wlh_amd64\amd64\xennet.sys /machine:amd64 @c:\hg\win-pvdrivers\xennet\objfre_wlh_amd64\amd64\lnk.rsp
1>Finished generating code
2>Microsoft (R) Incremental Linker Version 9.00.30729.207
2>Copyright (C) Microsoft Corporation.  All rights reserved.
2>/MERGE:_PAGE=PAGE 
2>/MERGE:_TEXT=.text 
2>/SECTION:INIT,d 
2>/OPT:REF 
2>/OPT:ICF 
2>/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 
2>/INCREMENTAL:NO 
2>/release 
2>/NODEFAULTLIB 
2>/WX 
2>/debug 
2>/debugtype:cv,fixup,pdata 
2>/version:6.1 
2>/osversion:6.1 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\hotpatch.obj 
2>/functionpadmin:6 
2>/pdbcompress 
2>/STACK:0x40000,0x1000 
2>/driver 
2>/base:0x10000 
2>/subsystem:native,6.00 
2>/entry:GsDriverEntry 
2>/out:c:\hg\win-pvdrivers\xennet\objfre_wlh_amd64\amd64\xennet.sys 
2>c:\hg\win-pvdrivers\xennet\objfre_wlh_amd64\amd64\xennet.res 
2>c:\hg\win-pvdrivers\xennet\objfre_wlh_amd64\amd64\xennet.obj 
2>c:\hg\win-pvdrivers\xennet\objfre_wlh_amd64\amd64\xennet_tx.obj 
2>c:\hg\win-pvdrivers\xennet\objfre_wlh_amd64\amd64\xennet_rx.obj 
2>c:\hg\win-pvdrivers\xennet\objfre_wlh_amd64\amd64\xennet_oid.obj 
2>c:\hg\win-pvdrivers\xennet\objfre_wlh_amd64\amd64\xennet_common.obj 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\BufferOverflowK.lib 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\ntoskrnl.lib 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\hal.lib 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\wmilib.lib 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\ntstrsafe.lib 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\ndis.lib 
2>..\xenpci\objfre_wlh_amd64\amd64\xenpci.lib 
2>..\liblfds.6\bin\AMD64\liblfds.lib 
2>xennet.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
2>Microsoft (R) Incremental Linker Version 9.00.30729.207
2>Copyright (C) Microsoft Corporation.  All rights reserved.
2>/MERGE:_PAGE=PAGE 
2>/MERGE:_TEXT=.text 
2>/SECTION:INIT,d 
2>/OPT:REF 
2>/OPT:ICF 
2>/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 
2>/INCREMENTAL:NO 
2>/release 
2>/NODEFAULTLIB 
2>/WX 
2>/debug 
2>/debugtype:cv,fixup,pdata 
2>/version:6.1 
2>/osversion:6.1 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\hotpatch.obj 
2>/functionpadmin:6 
2>/pdbcompress 
2>/STACK:0x40000,0x1000 
2>/driver 
2>/base:0x10000 
2>/subsystem:native,6.00 
2>/entry:GsDriverEntry 
2>/out:c:\hg\win-pvdrivers\xennet\objfre_wlh_amd64\amd64\xennet.sys 
2>c:\hg\win-pvdrivers\xennet\objfre_wlh_amd64\amd64\xennet.res 
2>c:\hg\win-pvdrivers\xennet\objfre_wlh_amd64\amd64\xennet.obj 
2>c:\hg\win-pvdrivers\xennet\objfre_wlh_amd64\amd64\xennet_tx.obj 
2>c:\hg\win-pvdrivers\xennet\objfre_wlh_amd64\amd64\xennet_rx.obj 
2>c:\hg\win-pvdrivers\xennet\objfre_wlh_amd64\amd64\xennet_oid.obj 
2>c:\hg\win-pvdrivers\xennet\objfre_wlh_amd64\amd64\xennet_common.obj 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\BufferOverflowK.lib 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\ntoskrnl.lib 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\hal.lib 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\wmilib.lib 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\ntstrsafe.lib 
2>C:\WinDDK\7600.16385.0\lib\wlh\amd64\ndis.lib 
2>..\xenpci\objfre_wlh_amd64\amd64\xenpci.lib 
2>..\liblfds.6\bin\AMD64\liblfds.lib 
2>Generating code
2>Finished generating code
1>Compiling and Linking c:\hg\win-pvdrivers\waitnopendinginstallevents *************
1>'nmake.exe /nologo BUILDMSG=Stop. -i BUILD_PASS=PASS2 LINKONLY=1 NOPASS0=1 MAKEDIR_RELATIVE_TO_BASEDIR='
1>BUILDMSG: Processing c:\hg\win-pvdrivers\waitnopendinginstallevents
1> C:\WinDDK\7600.16385.0\Bin\amd64\oacr\oacrcl @c:\hg\win-pvdrivers\waitnopendinginstallevents\objfre_wlh_amd64\amd64\cl.rsp
1>Microsoft (R) C/C++ Optimizing Compiler Version 15.00.30729.207 for x64
1>Copyright (C) Microsoft Corporation.  All rights reserved.
1>cl /Fo"c:\hg\win-pvdrivers\waitnopendinginstallevents\objfre_wlh_amd64\amd64/"
1> /FC
1> /Iamd64\
1> /I.
1> /I..\common\include
1> /I..\common\include\public
1> /I..\liblfds.6\inc
1> /Ic:\hg\win-pvdrivers\waitnopendinginstallevents\objfre_wlh_amd64\amd64
1> /IC:\WinDDK\7600.16385.0\inc\api
1> /IC:\WinDDK\7600.16385.0\inc\api
1> /IC:\WinDDK\7600.16385.0\inc\crt
1> /D_WIN64
1> /D_AMD64_
1> /DAMD64
1> /DCONDITION_HANDLING=1
1> /DNT_UP=1
1> /DNT_INST=0
1> /DWIN32=100
1> /D_NT1X_=100
1> /DWINNT=1
1> /D_WIN32_WINNT=0x0600
1> /DWINVER=0x0600
1> /D_WIN32_IE=0x0700
1> /DWIN32_LEAN_AND_MEAN=1
1> /DDEVL=1
1> /D__BUILDMACHINE__=WinDDK
1> /DNDEBUG
1> /D_DLL=1
1> /D_MT=1
1> -DBUILD_NUMBER=5
1> -DWIN_KERNEL_BUILD
1> /DNTDDI_VERSION=0x06000100
1> /DPSAPI_VERSION=1
1> /c
1> /Zc:wchar_t-
1> /Zl
1> /Zp8
1> /Gy
1> /W4
1> /WX
1> /EHs-c-
1> /GR-
1> /GF
1> /GS
1> /Zi
1> /Oxs
1> /GL
1> /Zi
1> /Fdc:\hg\win-pvdrivers\waitnopendinginstallevents\objfre_wlh_amd64\amd64\
1> /DKMDF_MAJOR_VERSION_STRING=01
1> /DKMDF_MINOR_VERSION_STRING=009
1> /typedil-
1> /wd4603
1> /wd4627
1> /FIC:\WinDDK\7600.16385.0\inc\api\warning.h
1> .\waitnopendinginstallevents.c 
1>waitnopendinginstallevents.c
1> C:\WinDDK\7600.16385.0\Bin\amd64\oacr\oacrlink /out:c:\hg\win-pvdrivers\waitnopendinginstallevents\objfre_wlh_amd64\amd64\waitnopendinginstallevents.exe /machine:amd64 @c:\hg\win-pvdrivers\waitnopendinginstallevents\objfre_wlh_amd64\amd64\lnk.rsp
1>Microsoft (R) Incremental Linker Version 9.00.30729.207
1>Copyright (C) Microsoft Corporation.  All rights reserved.
1>/MERGE:_PAGE=PAGE 
1>/MERGE:_TEXT=.text 
1>/SECTION:INIT,d 
1>/OPT:REF 
1>/OPT:ICF 
1>/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 
1>/INCREMENTAL:NO 
1>/release 
1>/NODEFAULTLIB 
1>/WX 
1>/debug 
1>/debugtype:cv,fixup,pdata 
1>/version:6.1 
1>/osversion:6.1 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\hotpatch.obj 
1>/functionpadmin:6 
1>/merge:.rdata=.text 
1>/pdbcompress 
1>/STACK:0x80000,0x2000 
1>/tsaware 
1>/dynamicbase 
1>/subsystem:console,6.00 
1>/base:0x400000 
1>/entry:mainCRTStartup 
1>c:\hg\win-pvdrivers\waitnopendinginstallevents\objfre_wlh_amd64\amd64\waitnopendinginstallevents.obj 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\advapi32.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\kernel32.lib 
1>C:\WinDDK\7600.16385.0\lib\crt\amd64\msvcrt.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\cfgmgr32.lib 
1>waitnopendinginstallevents.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
1>Microsoft (R) Incremental Linker Version 9.00.30729.207
1>Copyright (C) Microsoft Corporation.  All rights reserved.
1>/MERGE:_PAGE=PAGE 
1>/MERGE:_TEXT=.text 
1>/SECTION:INIT,d 
1>/OPT:REF 
1>/OPT:ICF 
1>/IGNORE:4198,4010,4037,4039,4065,4070,4078,4087,4089,4221,4108,4088,4218,4218,4235 
1>/INCREMENTAL:NO 
1>/release 
1>/NODEFAULTLIB 
1>/WX 
1>/debug 
1>/debugtype:cv,fixup,pdata 
1>/version:6.1 
1>/osversion:6.1 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\hotpatch.obj 
1>/functionpadmin:6 
1>/merge:.rdata=.text 
1>/pdbcompress 
1>/STACK:0x80000,0x2000 
1>/tsaware 
1>/dynamicbase 
1>/subsystem:console,6.00 
1>/base:0x400000 
1>/entry:mainCRTStartup 
1>c:\hg\win-pvdrivers\waitnopendinginstallevents\objfre_wlh_amd64\amd64\waitnopendinginstallevents.obj 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\advapi32.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\kernel32.lib 
1>C:\WinDDK\7600.16385.0\lib\crt\amd64\msvcrt.lib 
1>C:\WinDDK\7600.16385.0\lib\wlh\amd64\cfgmgr32.lib 
1>Generating code
1>Finished generating code

[-- Attachment #1.2: Firma crittografica S/MIME --]
[-- Type: application/pkcs7-signature, Size: 4510 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GPLPV questions
  2013-02-14 11:31       ` Fabio Fantoni
@ 2013-02-20 10:57         ` Fabio Fantoni
  2013-02-20 11:03           ` James Harper
  0 siblings, 1 reply; 21+ messages in thread
From: Fabio Fantoni @ 2013-02-20 10:57 UTC (permalink / raw)
  To: fantonifabio; +Cc: James Harper, xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 4862 bytes --]

Il 14/02/2013 12:31, Fabio Fantoni ha scritto:
> Il 14/02/2013 12:16, James Harper ha scritto:
>>> Il 13/02/2013 23:26, James Harper ha scritto:
>>>>> I have tried to build gplpv from source with makedist.bat but it 
>>>>> gave me
>>>>> some errors about files not found.
>>>>> I saw that latest commits were big. Is there something incomplete and
>>>>> must I wait other commits before build it?
>>>> It's possible I missed a commit but I can't see any missing files.
>>>>
>>>> Can you post the output of makedist?
>>>>
>>>> But yes the latest commits involve a pretty major change and I haven't
>>> tested save/restore yet so that is probably more broken than before.
>>>
>>> I have installed WDK 7600.1 and wix3, I have downloaded gplpv hg at rev
>>> 1020.
>>> I launched makedist.bat but it gives same errors on each arch build, 
>>> see
>>> below the output:
>>>
>> Ok so it can't find the cat files... I'll need the whole output of 
>> makedist.bat (or at least from the start of the wlh amd64 build) to 
>> find out - there must have been a previous error causing a failure to 
>> generate the cat files.
>>
>> James
>>
>
> I added as attachment the build log for this, can be sufficent? If you 
> need other test/data tell me and I'll post them.
>

Retried now with rev 1029 and gave the same errors.

>>> ...
>>> 1>Compiling - waitnopendinginstallevents\waitnopendinginstallevents.c
>>> 1>Linking Executable -
>>> waitnopendinginstallevents\waitnopendinginstallevents\obj
>>> fre_wlh_amd64\amd64\waitnopendinginstallevents.exe
>>> BUILD: Finish time: Thu Feb 14 11:53:50 2013
>>> BUILD: Done
>>>
>>>       75 files compiled
>>>       2 libraries built
>>>       8 executables built
>>> Microsoft (R) Windows Installer Xml Compiler version 3.0.5419.0
>>> Copyright (C) Microsoft Corporation. All rights reserved.
>>>
>>> installer.wxs
>>> Microsoft (R) Windows Installer Xml Linker version 3.0.5419.0
>>> Copyright (C) Microsoft Corporation. All rights reserved.
>>>
>>> C:\hg\win-pvdrivers\installer.wxs(75) : error LGHT0103 : The system
>>> cannot find
>>> the file 'xenpci\objfre_wlh_AMD64\amd64\xenpci.cat'.
>>> C:\hg\win-pvdrivers\installer.wxs(78) : error LGHT0103 : The system
>>> cannot find
>>> the file 'xenpci\objfre_wlh_AMD64\amd64\WdfCoInstaller01009.dll'.
>>> C:\hg\win-pvdrivers\installer.wxs(95) : error LGHT0103 : The system
>>> cannot find
>>> the file 'xenvbd_storport\objfre_wlh_AMD64\amd64\xenvbd.cat'.
>>> C:\hg\win-pvdrivers\installer.wxs(105) : error LGHT0103 : The system
>>> cannot find
>>>    the file 'xenscsi\objfre_wlh_AMD64\amd64\xenscsi.cat'.
>>> C:\hg\win-pvdrivers\installer.wxs(106) : error LGHT0103 : The system
>>> cannot find
>>>    the file 'xenscsi\objfre_wlh_AMD64\amd64\xenscsi.inf'.
>>> C:\hg\win-pvdrivers\installer.wxs(107) : error LGHT0103 : The system
>>> cannot find
>>>    the file 'xenscsi\objfre_wlh_AMD64\amd64\xenscsi.sys'.
>>> C:\hg\win-pvdrivers\installer.wxs(114) : error LGHT0103 : The system
>>> cannot find
>>>    the file 'xennet\objfre_wlh_AMD64\amd64\xennet.cat'.
>>> C:\hg\win-pvdrivers\installer.wxs(123) : error LGHT0103 : The system
>>> cannot find
>>>    the file 'xenusb\objfre_wlh_AMD64\amd64\xenusb.cat'.
>>> C:\hg\win-pvdrivers\installer.wxs(124) : error LGHT0103 : The system
>>> cannot find
>>>    the file 'xenusb\objfre_wlh_AMD64\amd64\xenusb.inf'.
>>> C:\hg\win-pvdrivers\installer.wxs(125) : error LGHT0103 : The system
>>> cannot find
>>>    the file 'xenusb\objfre_wlh_AMD64\amd64\xenusb.sys'.
>>> C:\hg\win-pvdrivers\installer.wxs(127) : error LGHT0103 : The system
>>> cannot find
>>>    the file 'xenpci\objfre_wlh_AMD64\amd64\WdfCoInstaller01009.dll'.
>>> SignTool Error: File not found: /t
>>>
>>>>> I would like to see if new build fix network not working after 
>>>>> restore
>>>>> on windows domUs using upstream qemu.
>>>>> Dom0 is wheezy with xen-unstable from source.
>>>>> Tested with Windows 7 pro 64 bit with gplpv 0.11.0.357, I not found
>>>>> error on xen for now, probably is problem of gplpv with qemu 
>>>>> upstream.
>>>>> Linux hvm domUs seem not have that problem, tested with quantal
>>> (ubuntu
>>>>> 12.10) and network works also after restore.
>>>>> If you need more details and tests tell me and I'll post it.
>>>>>
>>>>> Another problem present on both traditional/upstream qemu with
>>>>> older/new xen and  older/new gplpv is domU's time not correctly
>>> updated
>>>>> after restore (it remains the time at the save operation), this is 
>>>>> a big
>>>>> problem with windows domUs (DC and client) in a windows domain
>>> where
>>>>> the time source is DC by default.
>>>> I noticed that recently. I can't think how it could be a GPLPV bug 
>>>> though.
>>> What can we try to narrow down the problem?
>>>
>>>> James
>>>>
>>



[-- Attachment #1.2: Firma crittografica S/MIME --]
[-- Type: application/pkcs7-signature, Size: 4510 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GPLPV questions
  2013-02-20 10:57         ` Fabio Fantoni
@ 2013-02-20 11:03           ` James Harper
  2013-02-20 11:23             ` Fabio Fantoni
  0 siblings, 1 reply; 21+ messages in thread
From: James Harper @ 2013-02-20 11:03 UTC (permalink / raw)
  To: fantonifabio@tiscali.it; +Cc: xen-devel

> > I added as attachment the build log for this, can be sufficent? If you
> > need other test/data tell me and I'll post them.
> >
> 
> Retried now with rev 1029 and gave the same errors.
> 

I also need the output of the build that gets printed to the console. Go into command prompt and set the buffer length to 9999 or whatever the limit is then do the makedist then copy the lot into an email. Do a cls first to clear the buffer.

James

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GPLPV questions
  2013-02-20 11:03           ` James Harper
@ 2013-02-20 11:23             ` Fabio Fantoni
  2013-02-20 12:04               ` James Harper
  0 siblings, 1 reply; 21+ messages in thread
From: Fabio Fantoni @ 2013-02-20 11:23 UTC (permalink / raw)
  To: James Harper; +Cc: xen-devel


[-- Attachment #1.1.1: Type: text/plain, Size: 532 bytes --]

Il 20/02/2013 12:03, James Harper ha scritto:
>>> I added as attachment the build log for this, can be sufficent? If you
>>> need other test/data tell me and I'll post them.
>>>
>> Retried now with rev 1029 and gave the same errors.
>>
> I also need the output of the build that gets printed to the console. Go into command prompt and set the buffer length to 9999 or whatever the limit is then do the makedist then copy the lot into an email. Do a cls first to clear the buffer.
>
> James
>
Done and added as attachment

[-- Attachment #1.1.2: gplpvlog.zip --]
[-- Type: application/x-zip-compressed, Size: 48579 bytes --]

[-- Attachment #1.2: Firma crittografica S/MIME --]
[-- Type: application/pkcs7-signature, Size: 4510 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GPLPV questions
  2013-02-20 11:23             ` Fabio Fantoni
@ 2013-02-20 12:04               ` James Harper
  2013-02-20 13:14                 ` Fabio Fantoni
  0 siblings, 1 reply; 21+ messages in thread
From: James Harper @ 2013-02-20 12:04 UTC (permalink / raw)
  To: fantonifabio@tiscali.it; +Cc: xen-devel

Looks like you still don't have the certificate file sorted out. Did I send you an email about that?

James

> -----Original Message-----
> From: Fabio Fantoni [mailto:fantonifabio@tiscali.it]
> Sent: Wednesday, 20 February 2013 10:23 PM
> To: James Harper
> Cc: xen-devel
> Subject: Re: GPLPV questions
> 
> Il 20/02/2013 12:03, James Harper ha scritto:
> >>> I added as attachment the build log for this, can be sufficent? If you
> >>> need other test/data tell me and I'll post them.
> >>>
> >> Retried now with rev 1029 and gave the same errors.
> >>
> > I also need the output of the build that gets printed to the console. Go into
> command prompt and set the buffer length to 9999 or whatever the limit is
> then do the makedist then copy the lot into an email. Do a cls first to clear the
> buffer.
> >
> > James
> >
> Done and added as attachment

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GPLPV questions
  2013-02-20 12:04               ` James Harper
@ 2013-02-20 13:14                 ` Fabio Fantoni
  0 siblings, 0 replies; 21+ messages in thread
From: Fabio Fantoni @ 2013-02-20 13:14 UTC (permalink / raw)
  To: James Harper; +Cc: xen-devel


[-- Attachment #1.1.1: Type: text/plain, Size: 1115 bytes --]

Il 20/02/2013 13:04, James Harper ha scritto:
> Looks like you still don't have the certificate file sorted out. Did I send you an email about that?
>
> James

I didn't found detailed instructions about certificate, so I tried with 
a selfsigned one.
Some things are different but there are always errors, see new attachment.

>> -----Original Message-----
>> From: Fabio Fantoni [mailto:fantonifabio@tiscali.it]
>> Sent: Wednesday, 20 February 2013 10:23 PM
>> To: James Harper
>> Cc: xen-devel
>> Subject: Re: GPLPV questions
>>
>> Il 20/02/2013 12:03, James Harper ha scritto:
>>>>> I added as attachment the build log for this, can be sufficent? If you
>>>>> need other test/data tell me and I'll post them.
>>>>>
>>>> Retried now with rev 1029 and gave the same errors.
>>>>
>>> I also need the output of the build that gets printed to the console. Go into
>> command prompt and set the buffer length to 9999 or whatever the limit is
>> then do the makedist then copy the lot into an email. Do a cls first to clear the
>> buffer.
>>> James
>>>
>> Done and added as attachment
>


[-- Attachment #1.1.2: gplpvlog.zip --]
[-- Type: application/x-zip-compressed, Size: 47845 bytes --]

[-- Attachment #1.2: Firma crittografica S/MIME --]
[-- Type: application/pkcs7-signature, Size: 4510 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GPLPV questions
  2013-02-13 22:26 ` James Harper
  2013-02-14 11:13   ` Fabio Fantoni
@ 2013-02-27 11:15   ` Fabio Fantoni
  2013-03-15 14:34     ` Stefan.Hausotte
  2013-12-27 13:52   ` Fabio Fantoni
  2 siblings, 1 reply; 21+ messages in thread
From: Fabio Fantoni @ 2013-02-27 11:15 UTC (permalink / raw)
  To: James Harper; +Cc: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 2027 bytes --]

Il 13/02/2013 23:26, James Harper ha scritto:
>> I have tried to build gplpv from source with makedist.bat but it gave me
>> some errors about files not found.
>> I saw that latest commits were big. Is there something incomplete and
>> must I wait other commits before build it?
> It's possible I missed a commit but I can't see any missing files.
>
> Can you post the output of makedist?
>
> But yes the latest commits involve a pretty major change and I haven't tested save/restore yet so that is probably more broken than before.
>
>> I would like to see if new build fix network not working after restore
>> on windows domUs using upstream qemu.
>> Dom0 is wheezy with xen-unstable from source.
>> Tested with Windows 7 pro 64 bit with gplpv 0.11.0.357, I not found
>> error on xen for now, probably is problem of gplpv with qemu upstream.
>> Linux hvm domUs seem not have that problem, tested with quantal (ubuntu
>> 12.10) and network works also after restore.
>> If you need more details and tests tell me and I'll post it.

Are there news about this problem? This is the last critical problem 
remained with upstream qemu on my tests and only present with windows domU.
I saw another related post days ago with probably same problem you can't 
reproduce.
http://lists.xen.org/archives/html/xen-users/2013-02/msg00278.html
Do you need more details about my dom0 and domU xl cfg?

>>
>> Another problem present on both traditional/upstream qemu  with
>> older/new xen and  older/new gplpv is domU's time not correctly updated
>> after restore (it remains the time at the save operation), this is a big
>> problem with windows domUs (DC and client) in a windows domain where
>> the time source is DC by default.
> I noticed that recently. I can't think how it could be a GPLPV bug though.
>
>
> James
>
>
> -----
> Nessun virus nel messaggio.
> Controllato da AVG - www.avg.com
> Versione: 2013.0.2899 / Database dei virus: 2639/6101 -  Data di rilascio: 13/02/2013
>
>
>



[-- Attachment #1.2: Firma crittografica S/MIME --]
[-- Type: application/pkcs7-signature, Size: 4510 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GPLPV questions
  2013-02-27 11:15   ` Fabio Fantoni
@ 2013-03-15 14:34     ` Stefan.Hausotte
  2013-03-16  0:44       ` James Harper
  0 siblings, 1 reply; 21+ messages in thread
From: Stefan.Hausotte @ 2013-03-15 14:34 UTC (permalink / raw)
  To: xen-devel

I have the same problem. Tried to do a "makedist" but some files are missing... any news on that?

Greetings Stefan

-----Ursprüngliche Nachricht-----
Von: xen-devel-bounces@lists.xen.org [mailto:xen-devel-bounces@lists.xen.org] Im Auftrag von Fabio Fantoni
Gesendet: Mittwoch, 27. Februar 2013 12:15
An: James Harper
Cc: xen-devel
Betreff: Re: [Xen-devel] GPLPV questions

Il 13/02/2013 23:26, James Harper ha scritto:
>> I have tried to build gplpv from source with makedist.bat but it gave 
>> me some errors about files not found.
>> I saw that latest commits were big. Is there something incomplete and 
>> must I wait other commits before build it?
> It's possible I missed a commit but I can't see any missing files.
>
> Can you post the output of makedist?
>
> But yes the latest commits involve a pretty major change and I haven't tested save/restore yet so that is probably more broken than before.
>
>> I would like to see if new build fix network not working after 
>> restore on windows domUs using upstream qemu.
>> Dom0 is wheezy with xen-unstable from source.
>> Tested with Windows 7 pro 64 bit with gplpv 0.11.0.357, I not found 
>> error on xen for now, probably is problem of gplpv with qemu upstream.
>> Linux hvm domUs seem not have that problem, tested with quantal 
>> (ubuntu
>> 12.10) and network works also after restore.
>> If you need more details and tests tell me and I'll post it.

Are there news about this problem? This is the last critical problem remained with upstream qemu on my tests and only present with windows domU.
I saw another related post days ago with probably same problem you can't reproduce.
http://lists.xen.org/archives/html/xen-users/2013-02/msg00278.html
Do you need more details about my dom0 and domU xl cfg?

>>
>> Another problem present on both traditional/upstream qemu  with 
>> older/new xen and  older/new gplpv is domU's time not correctly 
>> updated after restore (it remains the time at the save operation), 
>> this is a big problem with windows domUs (DC and client) in a windows 
>> domain where the time source is DC by default.
> I noticed that recently. I can't think how it could be a GPLPV bug though.
>
>
> James
>
>
> -----
> Nessun virus nel messaggio.
> Controllato da AVG - www.avg.com
> Versione: 2013.0.2899 / Database dei virus: 2639/6101 -  Data di 
> rilascio: 13/02/2013
>
>
>

____________
Virus checked by G Data AntiVirus
Version: AVA 22.8468 dated 15.03.2013
Virus news: www.antiviruslab.com

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GPLPV questions
  2013-03-15 14:34     ` Stefan.Hausotte
@ 2013-03-16  0:44       ` James Harper
  0 siblings, 0 replies; 21+ messages in thread
From: James Harper @ 2013-03-16  0:44 UTC (permalink / raw)
  To: Stefan.Hausotte@gdata.de, xen-devel@lists.xensource.com

> 
> I have the same problem. Tried to do a "makedist" but some files are
> missing... any news on that?
> 

Open up a new command prompt.
Set the screen buffer size to 9999
Do a makedist
Select all then copy and paste into an email and send it to me.

James

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GPLPV questions
  2013-02-13 22:26 ` James Harper
  2013-02-14 11:13   ` Fabio Fantoni
  2013-02-27 11:15   ` Fabio Fantoni
@ 2013-12-27 13:52   ` Fabio Fantoni
  2013-12-27 22:52     ` James Harper
  2 siblings, 1 reply; 21+ messages in thread
From: Fabio Fantoni @ 2013-12-27 13:52 UTC (permalink / raw)
  To: James Harper, xen-devel


[-- Attachment #1.1.1: Type: text/plain, Size: 740 bytes --]

Il 13/02/2013 23:26, James Harper ha scritto:
>
>> problem with windows domUs (DC and client) in a windows domain where
>> the time source is DC by default.
> I noticed that recently. I can't think how it could be a GPLPV bug though.
>
>
> James

I saw this doc:
http://docs.vmd.citrix.com/XenServer/5.0.0/1.0/en_gb/guest.html#windows_time
... it is important to have up-to-date Windows PV drivers installed, as 
they notify the Windows kernel that a time synchronization is required 
after resuming.

I believe that citrix pv have a sort of forced windows clock update 
after domU restore.
Such forced update seems missed on gplpv.
Is it possible to have implemented something similar on gplpv?

Thanks for any reply.

[-- Attachment #1.1.2: Type: text/html, Size: 1494 bytes --]

[-- Attachment #1.2: Firma crittografica S/MIME --]
[-- Type: application/pkcs7-signature, Size: 4510 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GPLPV questions
  2013-12-27 13:52   ` Fabio Fantoni
@ 2013-12-27 22:52     ` James Harper
  2013-12-28  8:33       ` Fabio Fantoni
  0 siblings, 1 reply; 21+ messages in thread
From: James Harper @ 2013-12-27 22:52 UTC (permalink / raw)
  To: fantonifabio@tiscali.it, xen-devel

> 
> Il 13/02/2013 23:26, James Harper ha scritto:
> 
> 
> 
> 		problem with windows domUs (DC and client) in a windows
> domain where
> 		the time source is DC by default.
> 
> 
> 	I noticed that recently. I can't think how it could be a GPLPV bug
> though.
> 
> 
> 	James
> 
> 
> I saw this doc:
> http://docs.vmd.citrix.com/XenServer/5.0.0/1.0/en_gb/guest.html#window
> s_time
> ... it is important to have up-to-date Windows PV drivers installed, as they
> notify the Windows kernel that a time synchronization is required after
> resuming.
> 
> I believe that citrix pv have a sort of forced windows clock update after
> domU restore.
> Such forced update seems missed on gplpv.
> Is it possible to have implemented something similar on gplpv?
> 

Do you know if it's the virtual 'time of day' hardware clock that is now wrong and windows needs to synchronise to an external time source, or if windows just needs to resync to the hardware clock?

James

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GPLPV questions
  2013-12-27 22:52     ` James Harper
@ 2013-12-28  8:33       ` Fabio Fantoni
  2013-12-28  9:49         ` James Harper
  0 siblings, 1 reply; 21+ messages in thread
From: Fabio Fantoni @ 2013-12-28  8:33 UTC (permalink / raw)
  To: James Harper, xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1707 bytes --]

Il 27/12/2013 23:52, James Harper ha scritto:
>> Il 13/02/2013 23:26, James Harper ha scritto:
>>
>>
>>
>> 		problem with windows domUs (DC and client) in a windows
>> domain where
>> 		the time source is DC by default.
>>
>>
>> 	I noticed that recently. I can't think how it could be a GPLPV bug
>> though.
>>
>>
>> 	James
>>
>>
>> I saw this doc:
>> http://docs.vmd.citrix.com/XenServer/5.0.0/1.0/en_gb/guest.html#window
>> s_time
>> ... it is important to have up-to-date Windows PV drivers installed, as they
>> notify the Windows kernel that a time synchronization is required after
>> resuming.
>>
>> I believe that citrix pv have a sort of forced windows clock update after
>> domU restore.
>> Such forced update seems missed on gplpv.
>> Is it possible to have implemented something similar on gplpv?
>>
> Do you know if it's the virtual 'time of day' hardware clock that is now wrong and windows needs to synchronise to an external time source, or if windows just needs to resync to the hardware clock?
>
> James
>

Thanks for the reply.
I don't know if is virtual or hardware clock to resync.
When I do save/restore of windows domUs (with gplpv) inside domain on 
restore the domain users are unable to login until windows time will be 
updated.
I also enabled ntp and tried to set very low time between every ntp 
check but however, it takes a long time to synchronize.
I did a fast search on citrix pv and probably the time update is here:
https://github.com/xenserver/win-xeniface/blob/master/src/win32stubagent/XService.cpp
on finishSuspend function, there is this comment: /* We need to resync 
the clock when we recover from suspend/resume. */


[-- Attachment #1.2: Firma crittografica S/MIME --]
[-- Type: application/pkcs7-signature, Size: 4510 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GPLPV questions
  2013-12-28  8:33       ` Fabio Fantoni
@ 2013-12-28  9:49         ` James Harper
  2013-12-28 11:56           ` Andrew Cooper
  0 siblings, 1 reply; 21+ messages in thread
From: James Harper @ 2013-12-28  9:49 UTC (permalink / raw)
  To: fantonifabio@tiscali.it, xen-devel

> 
> Thanks for the reply.
> I don't know if is virtual or hardware clock to resync.
> When I do save/restore of windows domUs (with gplpv) inside domain on
> restore the domain users are unable to login until windows time will be
> updated.
> I also enabled ntp and tried to set very low time between every ntp
> check but however, it takes a long time to synchronize.
> I did a fast search on citrix pv and probably the time update is here:
> https://github.com/xenserver/win-
> xeniface/blob/master/src/win32stubagent/XService.cpp
> on finishSuspend function, there is this comment: /* We need to resync
> the clock when we recover from suspend/resume. */

Looks like citrix pv usermode code makes a WMI call into the driver to get the time from xen, and then sets the time back in the usermode code.

Not as straightforward as I might have thought. I don't have a WMI interface but any mechanism of talking to the driver is fine. From a quick look I can't see how the driver gets the clock from Xen though.

James

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GPLPV questions
  2013-12-28  9:49         ` James Harper
@ 2013-12-28 11:56           ` Andrew Cooper
  2014-01-03 18:16             ` Pasi Kärkkäinen
  0 siblings, 1 reply; 21+ messages in thread
From: Andrew Cooper @ 2013-12-28 11:56 UTC (permalink / raw)
  To: James Harper, fantonifabio@tiscali.it, xen-devel

On 28/12/2013 09:49, James Harper wrote:
>> Thanks for the reply.
>> I don't know if is virtual or hardware clock to resync.
>> When I do save/restore of windows domUs (with gplpv) inside domain on
>> restore the domain users are unable to login until windows time will be
>> updated.
>> I also enabled ntp and tried to set very low time between every ntp
>> check but however, it takes a long time to synchronize.
>> I did a fast search on citrix pv and probably the time update is here:
>> https://github.com/xenserver/win-
>> xeniface/blob/master/src/win32stubagent/XService.cpp
>> on finishSuspend function, there is this comment: /* We need to resync
>> the clock when we recover from suspend/resume. */
> Looks like citrix pv usermode code makes a WMI call into the driver to get the time from xen, and then sets the time back in the usermode code.
>
> Not as straightforward as I might have thought. I don't have a WMI interface but any mechanism of talking to the driver is fine. From a quick look I can't see how the driver gets the clock from Xen though.
>
> James

HVM guests get wallclock time from the shared info page, which awkwardly
changes its exact location between a 32 and 64 bit domains.

Up until recently, the Citrix Windows PV drivers still contained a
hacked HVMPARAM, for which the set_hvmparam manually forced the shinfo
size, and updated the wallclock.  The latching of the shinfo size was
fixed a long time ago, but there was still an outstanding bug that when
Qemu stepped the domain wallclock on resume, the domain didn't see the
updated time for a minute or so.

At a first guess, I would say that
http://xenbits.xen.org/gitweb/?p=xen.git;a=commitdiff;h=915a59f25c5eddd86bc2cae6389d0ed2ab87e69e
should fix the problem.  To the best of my knowledge, this was the very
last of oustanding issues preventing our PV driver running correctly on
xen-unstable.

~Andrew

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GPLPV questions
  2013-12-28 11:56           ` Andrew Cooper
@ 2014-01-03 18:16             ` Pasi Kärkkäinen
  0 siblings, 0 replies; 21+ messages in thread
From: Pasi Kärkkäinen @ 2014-01-03 18:16 UTC (permalink / raw)
  To: Andrew Cooper; +Cc: James Harper, xen-devel, fantonifabio@tiscali.it

On Sat, Dec 28, 2013 at 11:56:30AM +0000, Andrew Cooper wrote:
> On 28/12/2013 09:49, James Harper wrote:
> >> Thanks for the reply.
> >> I don't know if is virtual or hardware clock to resync.
> >> When I do save/restore of windows domUs (with gplpv) inside domain on
> >> restore the domain users are unable to login until windows time will be
> >> updated.
> >> I also enabled ntp and tried to set very low time between every ntp
> >> check but however, it takes a long time to synchronize.
> >> I did a fast search on citrix pv and probably the time update is here:
> >> https://github.com/xenserver/win-
> >> xeniface/blob/master/src/win32stubagent/XService.cpp
> >> on finishSuspend function, there is this comment: /* We need to resync
> >> the clock when we recover from suspend/resume. */
> > Looks like citrix pv usermode code makes a WMI call into the driver to get the time from xen, and then sets the time back in the usermode code.
> >
> > Not as straightforward as I might have thought. I don't have a WMI interface but any mechanism of talking to the driver is fine. From a quick look I can't see how the driver gets the clock from Xen though.
> >
> > James
> 
> HVM guests get wallclock time from the shared info page, which awkwardly
> changes its exact location between a 32 and 64 bit domains.
> 
> Up until recently, the Citrix Windows PV drivers still contained a
> hacked HVMPARAM, for which the set_hvmparam manually forced the shinfo
> size, and updated the wallclock.  The latching of the shinfo size was
> fixed a long time ago, but there was still an outstanding bug that when
> Qemu stepped the domain wallclock on resume, the domain didn't see the
> updated time for a minute or so.
> 
> At a first guess, I would say that
> http://xenbits.xen.org/gitweb/?p=xen.git;a=commitdiff;h=915a59f25c5eddd86bc2cae6389d0ed2ab87e69e
> should fix the problem.  To the best of my knowledge, this was the very
> last of oustanding issues preventing our PV driver running correctly on
> xen-unstable.
> 

master commit 915a59f25c5eddd86bc2cae6389d0ed2ab87e69e (x86/time: Update wallclock in shared info when altering domain time offset)
seems to be already backported to xen-4.3 branch, and it's included in Xen 4.3.1 release (but it's not yet in Xen 4.3.0).

Just for the sake of archives, if someone else is wondering about this..

-- Pasi

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2014-01-03 18:16 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-13 14:19 GPLPV questions Fabio Fantoni
2013-02-13 20:32 ` Konrad Rzeszutek Wilk
2013-02-13 22:26 ` James Harper
2013-02-14 11:13   ` Fabio Fantoni
2013-02-14 11:16     ` James Harper
2013-02-14 11:31       ` Fabio Fantoni
2013-02-20 10:57         ` Fabio Fantoni
2013-02-20 11:03           ` James Harper
2013-02-20 11:23             ` Fabio Fantoni
2013-02-20 12:04               ` James Harper
2013-02-20 13:14                 ` Fabio Fantoni
2013-02-27 11:15   ` Fabio Fantoni
2013-03-15 14:34     ` Stefan.Hausotte
2013-03-16  0:44       ` James Harper
2013-12-27 13:52   ` Fabio Fantoni
2013-12-27 22:52     ` James Harper
2013-12-28  8:33       ` Fabio Fantoni
2013-12-28  9:49         ` James Harper
2013-12-28 11:56           ` Andrew Cooper
2014-01-03 18:16             ` Pasi Kärkkäinen
2013-02-13 22:53 ` James Harper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.