#
3b8f0845 |
| 28-Apr-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge head
|
#
84e51a1b |
| 23-Apr-2014 |
Alan Somers <asomers@FreeBSD.org> |
IFC @264767
|
#
c98bb15d |
| 21-Feb-2014 |
Glen Barber <gjb@FreeBSD.org> |
MFH: tracking commit
Sponsored by: The FreeBSD Foundation
|
#
5748b897 |
| 19-Feb-2014 |
Martin Matuska <mm@FreeBSD.org> |
Merge head up to r262222 (last merge was incomplete).
|
#
485ac45a |
| 04-Feb-2014 |
Peter Grehan <grehan@FreeBSD.org> |
MFC @ r259205 in preparation for some SVM updates. (for real this time)
|
#
ca82a53f |
| 28-Jan-2014 |
Kai Wang <kaiw@FreeBSD.org> |
MFH@261240.
|
#
b540294a |
| 28-Jan-2014 |
Maxim Konovalov <maxim@FreeBSD.org> |
o Fix typo, sort .Xrs.
PR: docs/186191 Submitted by: Andrew (typo fix) MFC after: 1 week
|
Revision tags: release/10.0.0 |
|
#
0947c55b |
| 02-Dec-2013 |
Joel Dahl <joel@FreeBSD.org> |
mdoc: quote string properly.
|
#
6380102c |
| 27-Nov-2013 |
Peter Grehan <grehan@FreeBSD.org> |
Allow bhyve and bhyveload to attach to tty devices.
bhyveload: introduce the -c <device> parameter to select a tty for output (or "stdio")
bhyve: allow the puc and lpc-com backends to accept a tt
Allow bhyve and bhyveload to attach to tty devices.
bhyveload: introduce the -c <device> parameter to select a tty for output (or "stdio")
bhyve: allow the puc and lpc-com backends to accept a tty in addition to "stdio"
When used in conjunction with the null-modem device, nmdm(4), this allows attach/detach to the guest console and multiple concurrent serial ports. kgdb on a serial port is now functional.
Reviewed by: neel Requested by: Almost everyone that has used bhyve MFC after: 10.0
show more ...
|
#
0bfd163f |
| 18-Oct-2013 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge head r233826 through r256722.
|
#
b6afa84b |
| 17-Oct-2013 |
Neel Natu <neel@FreeBSD.org> |
Add an option to bhyveload(8) that allows setting a loader environment variable from the command line.
The option syntax is "-e <name=value>". It may be used multiple times to set multiple environme
Add an option to bhyveload(8) that allows setting a loader environment variable from the command line.
The option syntax is "-e <name=value>". It may be used multiple times to set multiple environment variables.
Reviewed by: grehan Requested by: alfred
show more ...
|
#
3caf0790 |
| 13-Oct-2013 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge head@256284
|
#
1ccca3b5 |
| 10-Oct-2013 |
Alan Somers <asomers@FreeBSD.org> |
IFC @256277
Approved by: ken (mentor)
|
#
72acff0f |
| 09-Oct-2013 |
Mark Murray <markm@FreeBSD.org> |
MFC - tracking commit.
|
#
5239e66c |
| 09-Oct-2013 |
Joel Dahl <joel@FreeBSD.org> |
Fix missing .
Approved by: re (blanket)
|
#
a332c3c7 |
| 09-Oct-2013 |
Mark Murray <markm@FreeBSD.org> |
MFC - tracking commit
|
#
200758f1 |
| 09-Oct-2013 |
Neel Natu <neel@FreeBSD.org> |
Parse the memory size parameter using expand_number() to allow specifying the memory size more intuitively (e.g. 512M, 4G etc).
Submitted by: rodrigc Reviewed by: grehan Approved by: re (blanket)
|
Revision tags: release/9.2.0 |
|
#
552311f4 |
| 17-Jul-2013 |
Xin LI <delphij@FreeBSD.org> |
IFC @253398
|
#
cfe30d02 |
| 19-Jun-2013 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge fresh head.
|
Revision tags: release/8.4.0 |
|
#
69e6d7b7 |
| 12-Apr-2013 |
Simon J. Gerraty <sjg@FreeBSD.org> |
sync from head
|
#
520268fb |
| 19-Mar-2013 |
Martin Matuska <mm@FreeBSD.org> |
MFC @248493
|
#
f11731eb |
| 19-Mar-2013 |
Joel Dahl <joel@FreeBSD.org> |
mdoc: remove superfluous paragraph macro.
|
#
b060ba50 |
| 18-Mar-2013 |
Neel Natu <neel@FreeBSD.org> |
Simplify the assignment of memory to virtual machines by requiring a single command line option "-m <memsize in MB>" to specify the memory size.
Prior to this change the user needed to explicitly sp
Simplify the assignment of memory to virtual machines by requiring a single command line option "-m <memsize in MB>" to specify the memory size.
Prior to this change the user needed to explicitly specify the amount of memory allocated below 4G (-m <lowmem>) and the amount above 4G (-M <highmem>).
The "-M" option is no longer supported by 'bhyveload' and 'bhyve'.
The start of the PCI hole is fixed at 3GB and cannot be directly changed using command line options. However it is still possible to change this in special circumstances via the 'vm_set_lowmem_limit()' API provided by libvmmapi.
Submitted by: Dinakar Medavaram (initial version) Reviewed by: grehan Obtained from: NetApp
show more ...
|
#
d241a0e6 |
| 26-Feb-2013 |
Xin LI <delphij@FreeBSD.org> |
IFC @247348.
|
#
d9a44755 |
| 08-Feb-2013 |
David E. O'Brien <obrien@FreeBSD.org> |
Sync with HEAD.
|