summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldomctl/config.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make "init-system -n" check vcpu and memory constraintskn2020-05-241-1/+1
* msgkn2020-05-241-3/+4
* Revert previouskn2020-05-221-14/+13
* Make "init-system -n" check vcpu and memory constraintskn2020-05-221-13/+14
* Print IO device names next to path with "list-io"kn2020-03-171-2/+9
* Initialise only the components list for "list-io"kn2020-03-071-2/+2
* Support devaliases for vnetkn2020-02-211-3/+5
* Support devaliases for vdiskkn2020-02-201-3/+7
* delete wasteful ;;deraadt2020-01-221-3/+3
* Zero initialize cpus and memory variables up frontkn2020-01-051-5/+3
* Add -n to init-system for validation onlykn2020-01-041-2/+4
* Use scan_scaled(3) for memory in ldom.confkn2019-11-281-2/+2
* Add list-io commandkn2019-11-271-1/+17
* Allow an optional stride in the vcpu specification. This makes it possiblekettenis2019-08-051-5/+14
* Delete all CPUs from the primary and add back the number that we want tokettenis2019-07-281-2/+4
* Add support for configuring static direct I/O.kettenis2019-07-281-4/+441
* Add support for setting NVRAM variables.kettenis2018-09-161-2/+31
* Various improvements to generate logical domain configurations that arekettenis2018-09-161-30/+60
* Nuke some whitespace that keeps poking me in the eye as I try tokrw2017-01-171-3/+3
* Use TAILQ_FOREACH_SAFE when we might delete entries for the list.kettenis2014-09-281-4/+4
* Replace all queue *_END macro calls except CIRCLEQ_END with NULL.doug2014-09-131-2/+2
* tweak hvmd_init_guest() to check if everything was OK in md_read(),gsoares2013-05-081-1/+5
* Make it possible to explicitly specify the number of vcpus and the amountkettenis2013-04-031-9/+19
* Some firmware revisions on UltraSPARC T2 machines apparently insist on havingkettenis2013-04-011-3/+24
* - check parser's return value and exit if parsing failedotto2013-03-041-2/+3
* Some firmware revisions provide a factory-default configuration that containskettenis2013-02-261-2/+10
* Fix previous.kettenis2012-12-081-3/+3
* Add a few missing properties to vnet-port devices to make Linux happy.kettenis2012-12-081-4/+16
* Add support for older firmware on UltraSPARC T1 machines.kettenis2012-12-011-2/+31
* Make it possible to share cores between domains.kettenis2012-12-011-25/+59
* We don't really need a "rngs" node in the Hypervisor MD.kettenis2012-11-261-3/+1
* Fix generation of "hvmd_mblock" node. Only add the "stick-frequency"kettenis2012-11-261-4/+5
* Regeerate Hypervisor MD from scratch instead of modifying the existing one.kettenis2012-11-261-101/+235
* More changes to make this work on UltraSPARC T2 systems. Now there'skettenis2012-11-251-2/+18
* Use "id" property as physical ID for CPUs on UltraSPARC T2 and later.kettenis2012-11-251-2/+7
* Properly remove virtual device ports if we remove the associated channels.kettenis2012-11-251-28/+63
* Add support for building a new configuration based on a configuration thatkettenis2012-11-251-1/+94
* Delete "ncp" and "n2cp" virtual devices. Makes Solaris stop whining aboutkettenis2012-11-241-13/+39
* Get rid of some hard-coded constants. Improve memory allocation code.kettenis2012-11-241-43/+150
* Add code to create new system configuration. Work in progress, but there'skettenis2012-11-241-0/+1832