the bitrig marco_vmm branch has been updated by marco with 11 new commits: commit 535dd241bed0541387184e0ae329d40297024729 diff: https://github.com/bitrig/bitrig/commit/535dd24 author: sobrado <[email protected]> date: Sat Dec 5 22:34:31 2015 +0000
use argument names consistently. ok reyk@ M usr.sbin/vmctl/main.c M usr.sbin/vmctl/vmctl.8 commit 3ba8bcb909d95face50e56d477316f8c88030723 diff: https://github.com/bitrig/bitrig/commit/3ba8bcb author: mlarkin <[email protected]> date: Sat Dec 5 18:48:24 2015 +0000 Align columns to printed output in "vmctl status" M usr.sbin/vmctl/vmctl.c commit 2ddd2a1fc276c268d4aeb3067ee868479637a795 diff: https://github.com/bitrig/bitrig/commit/2ddd2a1 author: claudio <[email protected]> date: Sat Dec 5 17:30:34 2015 +0000 Another imsg_read user I did miss in my EAGAIN rampage. commit 61a8310d24e0a371147d7c476139d4cee8479680 diff: https://github.com/bitrig/bitrig/commit/61a8310 author: deraadt <[email protected]> date: Sat Dec 5 04:40:05 2015 +0000 vmctl has no need to change the socket that talks to vmd. discussed with reyk M usr.sbin/vmctl/main.c M usr.sbin/vmctl/vmctl.8 commit 36d7e6e45291c93b39d2eb01e87c2f1924eb9479 diff: https://github.com/bitrig/bitrig/commit/36d7e6e author: jmc <[email protected]> date: Fri Dec 4 19:17:55 2015 +0000 macro args in previous were the wrong way round; zap some trailing whitespace while here; M usr.sbin/vmctl/vmctl.8 commit 282bab6468bf862f3f9f24bb834bd2c21e698451 diff: https://github.com/bitrig/bitrig/commit/282bab6 author: reyk <[email protected]> date: Fri Dec 4 15:40:17 2015 +0000 Add -c option to "vmctl start" to automatically connect to the VM console after startup. This calls 'cu -l $TTY -s 9600' internally - a "safe mode" for cu is proposed by tedu@. Requested by mlarkin@ OK tedu@ on the execl/cu chunk M usr.sbin/vmctl/main.c M usr.sbin/vmctl/vmctl.8 M usr.sbin/vmctl/vmctl.c M usr.sbin/vmctl/vmctl.h commit 1941c83e6b15d998a16e11797d2bd00a49f5fcf6 diff: https://github.com/bitrig/bitrig/commit/1941c83 author: sobrado <[email protected]> date: Fri Dec 4 07:02:21 2015 +0000 sort flags. ok jmc@ M usr.sbin/vmctl/vmctl.8 commit 166d64005bce645fdedcd060c1ff3f76f3ef0736 diff: https://github.com/bitrig/bitrig/commit/166d640 author: reyk <[email protected]> date: Thu Dec 3 23:32:32 2015 +0000 Re-add the "load" and "reload" commands to vmctl: Instead of parsing the configuration in vmctl directly, it now sends a (re)load request to vmd. The reload also resets the existing configuration status - this doesn't do much difference yet but a future change will compare if a specified VM is already running. "load" will allow to add configuration, while "reload" resets the state before loading. commit c502ae2683de4c94a33fdee666519528bb9dd369 diff: https://github.com/bitrig/bitrig/commit/c502ae2 author: jsg <[email protected]> date: Tue Dec 8 23:59:39 2015 +0000 when checking the config file with -n don't open /dev/vmm or require root ok reyk@ M usr.sbin/vmd/vmd.c commit 7157b4d9bce97f2bd1d0641dd27c2875448ef78e diff: https://github.com/bitrig/bitrig/commit/7157b4d author: jsg <[email protected]> date: Tue Dec 8 23:47:59 2015 +0000 make the -f option work as intended ok reyk@ M usr.sbin/vmd/vmd.c commit e1ec4c56e2d020a040c1e8f051aa1890ac96cd08 diff: https://github.com/bitrig/bitrig/commit/e1ec4c5 author: Marco Peereboom <[email protected]> date: Mon Feb 22 14:21:46 2016 -0600 commit fe7b0246b9fbcd8bf384b257dbca28a15754665b Author: reyk <[email protected]> Date: Mon Dec 7 16:05:56 2015 +0000 Add imsg "peerid" to debug messages (only within -DDEBUG). M usr.sbin/vmd/proc.c
