Commit graph

64 commits

Author SHA1 Message Date
xez
86698000e1 Remove duplicate -h line. 2016-03-30 23:48:13 -07:00
xez
2bc8a00cb6 Merge pull request #57 from alimoeeny/patch-1
Added instructions for homebrew
2016-03-30 21:43:58 -07:00
xez
a378c9f53f Merge pull request #53 from rickard-von-essen/issue-52
Fixes #52: Help text (-h) for memory size (-m) is incorrect.
2016-03-30 21:43:38 -07:00
xez
3d423d0db4 Merge pull request #94 from ekohl/patch-1
Fix typo
2016-03-30 21:42:33 -07:00
xez
a083980ad0 Merge pull request #96 from radupopescu/master
Fixing compilation on OS X 10.11.4 and Xcode 7.3
2016-03-30 21:11:27 -07:00
Radu Popescu
791b47541b Fixing compilation on OS X 10.11.4 and Xcode 7.3
OS X 10.11.4 (15E65)
Xcode Version 7.3 (7D175)
Apple LLVM version 7.3.0 (clang-703.0.29)
2016-03-30 23:35:22 +02:00
Ewoud Kohl van Wijngaarden
7698501cf8 Fix typo 2016-03-24 16:01:54 +01:00
Ali Moeeny
a9a041cb13 added a comment to make the --HEAD more clear 2016-02-24 07:49:54 -05:00
Ali Moeeny
dad514462c changed the brew command to always pull HEAD 2016-02-24 07:45:12 -05:00
Rickard von Essen
fae82085cd Fixes #52: Help text (-h) for memory size (-m) is incorrect. 2016-01-18 11:02:03 +01:00
Michael Steil
793d17ccff Support more than 3 GB 2015-12-29 00:47:46 +01:00
Michael Steil
7774dbead0 updated README heading now that we have the domain set up 2015-12-27 23:27:39 +01:00
Michael Steil
dc298ccd6c Merge pull request #44 from therealmarv/update-docs-virtualbox4.3
also add VirtualBox 4.3.30 to README
2015-12-27 23:11:12 +01:00
Michael Steil
6677200a70 Merge pull request #55 from rickard-von-essen/man
WIP: Added initial man page
2015-12-27 23:09:16 +01:00
Michael Steil
225590135c Merge pull request #68 from c4milo/acpi-strlcpy
Use strlcpy() instead of strncpy() because subsequent mkstemps expects the string be nul-terminated.
2015-12-27 22:55:11 +01:00
Michael Steil
18d01d2464 Merge pull request #79 from dalehamel/print-mac
Add option to print MAC address and exit
2015-12-27 22:45:34 +01:00
Michael Steil
90c7bacfac Merge pull request #41 from bonifaido/patch-1
Fix typo in firmware error message
2015-12-27 22:40:36 +01:00
Dale Hamel
c6bf5fcad6 Add option to print MAC address and exit 2015-12-06 11:31:48 -05:00
Xin Li
03b75f2806 Use strlcpy() instead of strncpy() because subsequent mkstemps expects
the string be nul-terminated.

Reviewed by:	neel
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D3685
2015-09-24 17:15:35 -04:00
Ali Moeeny
eed74ba45d Fixed spelling of homebrew 2015-09-15 07:59:47 -04:00
Ali Moeeny
74c204ec87 added instructions for homebrew
Just for the sake of completeness.
2015-09-14 14:43:37 -04:00
Rickard von Essen
553755f94c WIP: Added initial man page 2015-09-14 09:33:47 +02:00
Marvin Reimer
0a58d262be also add VirtualBox 4.3.30 to README
VirtualBox 4.3.30 also does not causes Kernel Panic and works good together
with xhyve. Tested on my machine.

See changelogs here:
https://www.virtualbox.org/wiki/Changelog-4.3
2015-07-27 18:43:40 +02:00
Michael Steil
cd782515ff enabled ACPI by default in xhyverun.sh 2015-07-26 19:07:09 -07:00
Nándor István Krácser
b0b09e3b64 Fix typo in firmware error message 2015-07-14 17:34:25 +02:00
Michael Steil
ba7fb84ecb Merge pull request #33 from ailispaw/pci_hostbridge
Fix a warning message about pci host bridge
2015-07-12 08:12:21 -07:00
Michael Steil
0a02fbd974 Merge pull request #35 from xez/vmnet-tap
Fix and reenable optional TAP device backend for virtio-net
2015-07-12 08:12:12 -07:00
Michael Steil
ed137cf752 Merge pull request #39 from AntonioMeireles/vbox5+
update warning regarding VirtualBox now that vbox 5.0 is out.
2015-07-12 08:11:42 -07:00
António Meireles
be385490fc update warning regarding VirtualBox now that vbox 5.0 is out.
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-07-10 16:37:37 +01:00
xez
bd68d2b99c Merge branch 'master' into vmnet-tap 2015-07-06 21:44:34 -07:00
A.I
48ec397bdb Fix a warning message about pci host bridge
- http://lists.freebsd.org/pipermail/freebsd-virtualization/2015-June/003643.html
- http://lists.freebsd.org/pipermail/freebsd-virtualization/2015-June/003645.html
2015-07-04 20:33:11 -07:00
Michael Steil
eccf36b721 Merge pull request #29 from AntonioMeireles/add_version_flag
add -v flag in order to easily spot running version.
2015-07-02 07:07:41 +02:00
Michael Steil
df8d53a44f Merge pull request #31 from aflatter/signedness
Fix implicit conversion errors
2015-07-02 07:05:40 +02:00
Michael Steil
d8e93ee8bb Merge pull request #30 from xez/freebsd
Add support for FreeBSD guests
2015-07-02 07:04:49 +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
António Meireles
f75ae77b0f add -v flag in order to easily spot running version.
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-06-22 17:03:16 +01:00
xez
f14c1f2505 VirtIO networking, add support for TAP devices 2015-06-15 23:06:43 -07:00
Michael Steil
84868be7a6 Merge pull request #23 from ailispaw/topic
Fix issues' links in README
2015-06-14 14:35:51 -07:00
Michael Steil
e1cb461e9d Merge pull request #24 from caglar10ur/out_of_bounds
vbsc_ident buffer accessed out of bounds
2015-06-14 14:34:46 -07:00
Michael Steil
2ca6cbcd58 Merge pull request #26 from xez/vmnet-race
fix race between vmnet creation and packet receive
2015-06-14 14:33:57 -07:00
xez
e19a0bdd3b fix race between vmnet creation and packet receive 2015-06-14 12:48:18 -07:00
S.Çağlar Onur
740213bef8 vbsc_ident buffer accessed out of bounds
Adopt src/pci_ahci.c logic

struct ahci_port {
    ...
    char ident[20 + 1];
    ...
}

as they both hold the MD5 sum. Also while at it start using snprintf.

Signed-off-by: S.Çağlar Onur <caglar@10ur.org>
2015-06-14 11:54:42 -04:00
A.I
bdd612f1f7 Fix issues' links in README 2015-06-14 08:21:52 -07:00
Michael Steil
49757e543f Merge pull request #20 from xez/vmnet-uuid
vmnet "static" IP support: assign UUID per VM
2015-06-13 10:56:30 -07:00
Michael Steil
835d814b2d Merge pull request #22 from sometimesfood/ept-error-message
Add error message for CPUs without EPT, fixes #18
2015-06-13 10:55:22 -07:00
Michael Steil
4309c36a46 clarified system requirements 2015-06-13 10:44:38 -07:00
Sebastian Boehm
e07b5d7e24 Add build directory to .gitignore 2015-06-13 19:37:02 +02:00
Sebastian Boehm
404a5274cd Add error message for CPUs without EPT, fixes #18 2015-06-13 19:37:02 +02:00
Michael Steil
6fd89015b8 reduced min required kernel header version from 2.12 to 2.10
See https://www.kernel.org/doc/Documentation/x86/boot.txt

We don't need any of the 2.11+ features, but we were checking for
at 2.12+. The Centos 6.6 kernel is 2.10.

Fixes https://github.com/mist64/xhyve/issues/21
2015-06-13 10:09:29 -07:00