Commit graph

8 commits

Author SHA1 Message Date
Dale Hamel
c6bf5fcad6 Add option to print MAC address and exit 2015-12-06 11:31:48 -05:00
Michael Steil
df8d53a44f Merge pull request #31 from aflatter/signedness
Fix implicit conversion errors
2015-07-02 07:05:40 +02:00
Alexander Flatter
62f28fb941 Fix implicit conversion errors
Fixes #19 by applying @bbahta's patch.
2015-06-30 10:36:01 +02:00
xez
0e9d07db34 Add support for FreeBSD guests. 2015-06-26 23:41:00 -07:00
xez
ec50c20a2b vmnet "static" IP support: assign UUID per VM 2015-06-12 23:13:15 -07:00
practicalswift
afbc5c2059 Fix compilation error under Xcode 7 (Apple LLVM version 7.0.0 (clang-700.0.53)).
Fixes:

In file included from src/smbiostbl.c:37:
include/xhyve/support/uuid.h:81:53: error: cast from 'unsigned char const (*)[16]' to 'void *' drops const qualifier [-Werror,-Wcast-qual]
        uuid_internal_t *u = (uuid_internal_t *) ((void *) uuid);
                                                           ^
1 error generated.
make: *** [build/smbiostbl.o] Error 1
2015-06-10 21:47:59 +02:00
Michael Steil
7ffd071087 Fix for Broadwell 2015-06-10 02:26:29 -07:00
Michael Steil
6322d86531 xhyve 2015-06-09 22:32:25 -07:00