On 11/14/14 12:49, Anthony PERARD wrote:
> On Thu, Nov 13, 2014 at 05:27:08PM +0000, Anthony PERARD wrote:
>> Hi,
>>
>> I've took ovmf-ia32-msft-xen.patch from Scott Duplichan and made a few 
>> changes.
>>
>> So the first two patchs of this series changes the type of some
>> variables/arguments/fields in order to avoid to have to cast them to a
>> different type.
>>
>> Then, the last two patchs are what's left from Scott patch and the many cast
>> which I think are correct and cannot really be avoided.
>>
>> Thanks,
> 
> You can find a git branch on my repo:
> branch: xen-fix-vs2010
> git://xenbits.xen.org/people/aperard/ovmf.git
> 
> Which also includes the patch to fix a nasm warning:
> OvmfPkg/XenBusDxe: Fix a nasm warning about instruction not lockable.

I'm going to fetch the patches, add the tags, and push the series in a
minute.

Thanks
Laszlo

>> Anthony PERARD (2):
>>   OvmfPkg/XenBusDxe: In XenStore, replace type of Len from UINTN to
>>     UINT32.
>>   OvmfPkg/XenBusDxe: Fix some types.
>>
>> Scott Duplichan (2):
>>   OvmfPkg/XenBusDxe: fix VS2010 build failures
>>   OvmfPkg/XenPvBlkDxe: fix VS2010 build failures
>>
>>  OvmfPkg/XenBusDxe/EventChannel.c |  6 +++---
>>  OvmfPkg/XenBusDxe/GrantTable.c   |  8 ++++----
>>  OvmfPkg/XenBusDxe/XenBus.c       |  6 +++---
>>  OvmfPkg/XenBusDxe/XenHypercall.c |  8 ++++----
>>  OvmfPkg/XenBusDxe/XenHypercall.h |  2 +-
>>  OvmfPkg/XenBusDxe/XenStore.c     | 42 
>> ++++++++++++++++++++--------------------
>>  OvmfPkg/XenPvBlkDxe/BlockFront.c | 16 +++++++--------
>>  OvmfPkg/XenPvBlkDxe/BlockIo.c    |  2 +-
>>  8 files changed, 45 insertions(+), 45 deletions(-)
> 


------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to