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