summaryrefslogtreecommitdiff
path: root/usr.sbin/ldomctl/config.c
AgeCommit message (Expand)Author
2021-01-31last pieces of satisfying -fno-commonTheo de Raadt
2020-06-29Fix "init-system" with multiple PCIe root complexeskn
2020-05-24Make "init-system -n" check vcpu and memory constraintskn
2020-05-24msgkn
2020-05-22Revert previouskn
2020-05-22Make "init-system -n" check vcpu and memory constraintskn
2020-03-17Print IO device names next to path with "list-io"kn
2020-03-07Initialise only the components list for "list-io"kn
2020-02-21Support devaliases for vnetkn
2020-02-20Support devaliases for vdiskkn
2020-01-22delete wasteful ;;Theo de Raadt
2020-01-05Zero initialize cpus and memory variables up frontkn
2020-01-04Add -n to init-system for validation onlykn
2019-11-28Use scan_scaled(3) for memory in ldom.confkn
2019-11-27Add list-io commandkn
2019-08-05Allow an optional stride in the vcpu specification. This makes it possibleMark Kettenis
2019-07-28Delete all CPUs from the primary and add back the number that we want toMark Kettenis
2019-07-28Add support for configuring static direct I/O.Mark Kettenis
2018-09-16Add support for setting NVRAM variables.Mark Kettenis
2018-09-16Various improvements to generate logical domain configurations that areMark Kettenis
2017-01-17Nuke some whitespace that keeps poking me in the eye as I try toKenneth R Westerback
2014-09-28Use TAILQ_FOREACH_SAFE when we might delete entries for the list.Mark Kettenis
2014-09-13Replace all queue *_END macro calls except CIRCLEQ_END with NULL.Doug Hogan
2013-05-08tweak hvmd_init_guest() to check if everything was OK in md_read(),Gleydson Soares
2013-04-03Make it possible to explicitly specify the number of vcpus and the amountMark Kettenis
2013-04-01Some firmware revisions on UltraSPARC T2 machines apparently insist on havingMark Kettenis
2013-03-04- check parser's return value and exit if parsing failedOtto Moerbeek
2013-02-26Some firmware revisions provide a factory-default configuration that containsMark Kettenis
2012-12-08Fix previous.Mark Kettenis
2012-12-08Add a few missing properties to vnet-port devices to make Linux happy.Mark Kettenis
2012-12-01Add support for older firmware on UltraSPARC T1 machines.Mark Kettenis
2012-12-01Make it possible to share cores between domains.Mark Kettenis
2012-11-26We don't really need a "rngs" node in the Hypervisor MD.Mark Kettenis
2012-11-26Fix generation of "hvmd_mblock" node. Only add the "stick-frequency"Mark Kettenis
2012-11-26Regeerate Hypervisor MD from scratch instead of modifying the existing one.Mark Kettenis
2012-11-25More changes to make this work on UltraSPARC T2 systems. Now there'sMark Kettenis
2012-11-25Use "id" property as physical ID for CPUs on UltraSPARC T2 and later.Mark Kettenis
2012-11-25Properly remove virtual device ports if we remove the associated channels.Mark Kettenis
2012-11-25Add support for building a new configuration based on a configuration thatMark Kettenis
2012-11-24Delete "ncp" and "n2cp" virtual devices. Makes Solaris stop whining aboutMark Kettenis
2012-11-24Get rid of some hard-coded constants. Improve memory allocation code.Mark Kettenis
2012-11-24Add code to create new system configuration. Work in progress, but there'sMark Kettenis