[ovs-dev] [PATCH 0/7] Add 64 bit support for MSVC

Alin Serdean aserdean at cloudbasesolutions.com
Tue Sep 22 19:53:30 UTC 2015


This patch series adds the build system, documentation and various
fixes needed to compile under x64 MSVC.

The patch series are intended for branch-2.4 minus the following
patch: MSVC 64 bit compile error.


Alin Gabriel Serdean (7):
  Add x64 bit configuration to windows installer
  MSVC 64 bit compile error
  MSVC64 atomics
  Include headers when using ovs_rundir
  Include headers where ovs_rundir is used
  Remove build assert
  Add build system for compiling under MSVC x64

 INSTALL.Windows.md                                 | 13 +++++--
 Makefile.am                                        |  1 +
 configure.ac                                       |  1 +
 lib/daemon-windows.c                               |  1 +
 lib/netlink-socket.c                               |  1 -
 lib/ovs-atomic.h                                   |  2 +-
 lib/stream-tcp.c                                   |  2 ++
 lib/tun-metadata.h                                 |  3 ++
 m4/openvswitch.m4                                  | 33 +++++++++++++++--
 windows/automake.mk                                |  2 +-
 windows/ovs-windows-installer.sln                  |  4 ++-
 .../ovs-windows-installer.wixproj                  | 41 +++++++++++++++++++++-
 12 files changed, 95 insertions(+), 9 deletions(-)

-- 
1.9.5.msysgit.0



More information about the dev mailing list